Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all 5571 articles
Browse latest View live

List Box

$
0
0

Can a list box object flow? My form uses one as the user adds attachments the file names appear in the list box. When too many files have been added to be visible in the size of the list box, a scroll bar appears. Can I have the list box flow instead?


Why would pasting text from Notepad expand text object?

$
0
0

I noticed today that after copying a paragraph from Notes to Designer (commonly done to remove embedded garbage from Word), the text object increased 1" in size and pushed the box to right where the subform ends on the right.  The expand to fit was not selected.  I thought this was odd that the object did not retain it's Y value.

Changing the visual appearance of an object

$
0
0

Hi all,

 

I am working on a form with a textfield in it. My goal is to add a script that will change the appearance of the textfield from a sunken box to none when the field is not empty. Note that I am not changing the border of the field, I am altering the appearance of the object. The reason I am doing this is that the form is going to act as a template, so when the user exits the field after typing their text, I want to remove the appearance of the sunken box so that the textfield looks the same as just text.

When Saving reader extended pdf, instances are added.

$
0
0

I have a form that looks and works as expected in Adobe until I save it as a Reader Extended PDF. Once I do that the form adds instances to the subform above and beyond the defaults I have set.

 

The form has a repeating subform with repeating rows. The default amount of subforms is 9 and default rows is 2 for each subform. However once I save it as a Reader Extended PDF the first subform defaults to 18 rows. The subsequent 8 subforms are correctly displaying 2 rows.

 

Any ideas.

 

I can send the form if possible...

Do we have a in-built CLOCK in LC pls.?

$
0
0

Hello

 

I am a newbie to LC, am developing a form, where in I need to place a DATE field and TIME field. So, from pallette I got the DATE field and am seeing the calender for date selection, well, but I thought its the same case with TIME field that user gonna hv a clock / digital clock provision for time slecton, but its not?

 

Pls. let me know

 

1) Do we have a in-built clock function for TIME selection in LC?, if so, how can get it onto my form

 

2) If there is not such thing, what is the PATTERN i need to maintain so that users will not enter junk?

 

3) If I want to do any validations against user entered data, pls. let me know the JS and the EVENT name pls.?

 

Thank you

The subform is not configured to be repeatable

$
0
0

Hi,

 

I've been trying to configure repeating rows for one of the tables in my form. I have 2 tables on the page and I was able to configure the 1st one to repeat with the add/delete button. Somehow the 2nd one keeps telling me that the subform is not configured to be repeatable. I've recreated all the rules/actions I put in the 1st table, but it still won't let me.

 

Please help!!

Why can't I get the average function work with empty cells?

$
0
0

Why can't I get the average function work with empty cells?

Reduce the spacing pls.?

$
0
0

Hello

 

I placed a table format on my_form, but, as users want to have just a white box (I mean, with out lines) hence I deactivated the lines/roes, hence now it look like a white box, well

 

But, the SPACING between the lines more (pls. see the red vertical line in the below pic), we want to have les spacing between 2 lines, pls. let me know how can I achieve it?

 

Spacing btween lines.jpg

Below are my settings,

 

Spacing in adobe.jpg


Adding Rows and Columns to a table depending requirements

$
0
0

Hi all,

I have created a table with one row and 2 columns of a table. My client requested adding form one to 3 columns of the right table and rows as well, depending business requirements.

I can add coding add columns on the right, but I cannot add rows because the columns dynamic.

 

I tried to write the coding for adding rows but it is not successful.  Please help.

 

event : click - add colum button

for (var i = 0; i < form1.page1.Table1._Row1.count; i++){

var newrow = form1.page1.Table1.resolveNode("Row1[" + i + "]");

var newrow2 = form1.page1.Table1.resolveNode("HeaderRow[" + i + "]");

newrow._Col3D.addInstance(0);

newrow2._Col3D.addInstance(0);

}

 

i also published my file for your reviewing.

 

https://workspaces.acrobat.com/?d=xcgcfby89J-IHenn-8xeaQ

 

Thank you very much,

Cindy

Calculating Years and Months

$
0
0

I want to have a field that will calculate out the years and months a person has been employed at my business.  I know the calculations for getting the years is:

 

if (HasValue(dob)) then

          var currDate_ = Date2Num(currDate.formattedValue, "MM/DD/YYYY")

          var dob_ = Date2Num(dob.formattedValue, "MM/DD/YYYY")

          var diff = currDate_ - dob_

          $.rawValue = Floor(diff / 365.25)

else

          $.rawValue = null

endif

 

 

I want to  find it put out so it says 5 years 3 months if that is possible, or something close to that.

Copying values in a repeatable subform from a dynamic table into a summary table

$
0
0

I have a repeating subform continaing various text boxes and a table where rows can be added and deleted. When the add new button is clicked to repeat the subform, I would like the information entered in the table to remain instead of a new blank one.

 

Is this possible? Any suggestions as to how I would go about this?

 

Thanks in advance for any help.

How to turn off the spell checking warnings?

$
0
0

Hi, it's kind of pissing me off that I have one warning for every single text field in the form that says:

 

"Spell checking does not support this locale".

 

Is there any way to turn off that specific warning and not all of them?.

 

Thanks!.

How do I create expandable text form fields on this form?

$
0
0

Expandable_Form_Fields.jpg

Situation: I am tasked to convert the above document designed in MS Word 2010 into a dynamic fillable pdf form.

 

Background:

  1. I edited the MS Word document so that the sections that need to be fillable have text boxes.
  2. I converted the Word document into a pdf document.
  3. I am using Adobe Acrobat X Pro to 'Create PDF Form'
  4. I formatted all the text font and font size to the Times Roman, size 12, per our facility requirements.
  5. In Properties of these text fields, I checked Multi-line and Scroll long text.

 

Assessment:

  1. I watched the video http://tv.adobe.com/watch/acrobat-x/creating-expanding-form-fields/ and still am having trouble with the next items.
  2. When previewed, the text fields allow for several lines of text, the scroll bar appears, but when I click outside of the text field, no plus-sign appears.
  3. I found and launched the LiveCycle Designer application that came with Acrobat X Pro and I have never used it before.

 

Recommendations:  I hope someone can guide me to completing this dynamic form by:

  1. Recommending changes to the form so expanding form fields will work.
  2. Recommend other resources to learn more about LiveCycle Designer.

 

Thanks,

MNez

Making subform visible one at a time with add button

$
0
0

I have a form in which I would like to make subforms visible one at a time with a button click (add button) and if the (remove button) is clicked, remove the subform. I can not do a repeating subform because these subforms will also calculate a value that will be displayed in another field (however that will be discussed on another post). 

 

Thru the action builder, I was able to get the 1st subform as well as other objects to become "visible" by clicking this button however, I can not make the 2nd subform visible by doing this because it will appear at the same time the 1st subform does and I do not want that. Therefore, I would like to write a script that once the 1st subform is completed, it check to see if the "add button" is clicked or the "remove button". If the add button is clicked, the next subform appears. If the remove button is clicked, the last subform is deleted. If neither is clicked, just carry on with the form. Can someone else me with the correct syntax to get this done?

 

 

This is the line I have up the exit of the 1st subform:

 

 

 

 

 

=

"visible";

 

 

Problem is, when you click anywhere outside of this subform, the 2nd subform appear. I want the user to click on the "add button" in order for the 2nd subform to appear.

this.resolveNode("Anchors.Line2").presence

How to automatically update the binding references?

$
0
0

Hi, I got a form with lots of linked data to an xml file. Let say the author of the data file suddenly decides to change some field names. That results in me, the Designer document author to spend several minutes fixing the binding to the "new" xml nodes.

 

If the document is extensive enough, this taks can become a pain in the ***..

 

Is there any way to automatically tell Designer to use the new name or something?, or is this doable only through a macro using js?.

 

Thanks!.

 

(Also, since Im new to Designer, it would be nice if anyone could share some best practices about this, I'm sure I'm making lots of mistakes and wasting time caused by inexperience alone).


Row1 is null when adding new row

$
0
0

Here I have a little problem with my table...

 

When I'm trying to add a new row using this.resolveNode("Table.Row1").instanceManager.addInstance(1);

 

It pops me an error such as:

TypeError: this.resolveNode("Table.Row1") is null...

 

This error pops up once I have 2 rows... it can't add a third row....

If I write :

 

this.resolveNode("Table.Row1[0]").instanceManager.addInstance(1);

 

It will add a row no problem. BUT the problem is when I save the form and reopen the form... there's only the first row (Row1[0]) and it's data that is showing up on the form...

 

Anyone knows how can I fix this?

User has to click multiple times, its annoying!!

$
0
0

Hello

 

I have placed a TIME field on the Header part, I also placed a PATTERN (all 4, like Display, Edit, Validation, Data) as HH:MM:SS and checked the check box of VALIDATION ERROR with my own text message as "Either entered time is invalid or wrong format, pls. fix it", well.

 

We have 5 pages form.

 

Now, if user enters a invalid/wrong format data on this TIME field, Adobe is throwing 5 times Warning popup bcz there are 5 pages and being header object, pls. let us know

 

1) How can I supress this annoying thing that 5 times warnng popoup, we need only 1 time alert/warn/error popup but we need to have it on header area, we need format pattern. Any JS pls. or any settings I need to do?

 

DATE TIME.jpg

 

Thank you

Giving a Check box a value

$
0
0

I am making an evaluation form for my company and I want each check box to have a numerical value.  If these boxes are checked, then the value of that box is then aggregated into a field at the end of the form to use for evaluating the employee for raises/promotions/etc. 

 

Does anyone know of how to do this?

Export Data Field Order

$
0
0

I've created a form with a number of text fields, pull downs, check boxes, etc. It is saved from Acrobat as a "Reader Extended PDF" so users can enter data and save.

 

When I use Acrobat to "Merge Data into Spreadsheet" the field order seems bizarre. It's not alphabetical and it's not based on the tab order.

 

Anyone know what determines the field order?

 

Thanks.

Urgent how to trim the spaces that in the text fileds?

$
0
0

Hi ,

 

I have an email field .If a  person enter the value in to the field along with space i need to validate that field by removing spaces.

I already have validation for this email field as shown below..

 

function isEmailValid(fld){

                    var result = true;

                    if(fld != null){

                              var r = new RegExp();

                        r.compile("^[a-z0-9_\\-\\.\\']+\\@[a-z0-9_\\-\\.]+\\.[a-z]{2,4}$","i" );

                              result = r.test(fld.rawValue);

                    }

                    return result;

          }

 

suggest the best how i will do that

 

Thanks in advance

Bharathi

Viewing all 5571 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>