Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

lateniteNC
lateniteNC
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
12

Posts & Comments

Posts & Comments
98

Discussions

Discussions
0

Questions

Questions
20

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by lateniteNC
Customize the badges you want to showcase on your profile
Re: Table displayed not correct after page break - Adobe LiveCycle 07-02-2019
Difficult to debug without actually seeing the file. If there is anyway you can upload the file, that would be helpful.

Views

644

Likes

0

Replies

0
Re: Table displayed not correct after page break - Adobe LiveCycle 06-02-2019
This may be too obvious a solution, but the standard approach to get a header row to repeat on tables that expand beyond the initial page is to:Select the header row from the table hierarchy. On the Object tab, select the Pagination subtab.Under "if dataset must be paginated," ensure that "Include Header Row on Initial Page" is checked.Ensure "Include Header Row in Subsequent Pages" is checked.That should work. If you need to include multiple rows in the repeat heading, LiveCycle can be a bit od...

Views

634

Likes

0

Replies

0
Re: How to change View-Grids / Guidelines X-Y-distance? - Adobe LiveCycle 13-09-2018
You can change the grid distance from the drawing aids palette. From the main menu, go to Windows, and Click on Drawing Aids.In the palette you can change x- and y-grid distance. Options for this palette are found here:Adobe LiveCycle ES3 * Drawing Aids palette menu

Views

644

Like

1

Replies

0
Re: Copy computed value in a dynamic table to another subform - Adobe LiveCycle 04-09-2018
Bruce:Flipping the code and placing it in the calculate event in the second table works. I would have never thought of that solution but now sounds most logical once you explain it.Thank you for solving this problem.

Views

985

Likes

0

Replies

0
Copy computed value in a dynamic table to another subform - Adobe LiveCycle 02-09-2018
I have a lengthy form. In some cases, users fill a some cells in a dynamic table, Each row in the dynamic table has a cell where the row is summed.I need to copy some of the values from each row in the expandable table to a comparable table located elsewhere (different page) in the form. Thanks to help received on this forum, I successfully perform this task with the following bit of java script in the exit event of the first dynamic table.xfa.resolveNode("targetcelldifferentpage.Table1.Row1(" +...

Views

1.2K

Likes

0

Replies

2
Numeric Field Generating Unrelated Error - Adobe LiveCycle 11-08-2018
Something very odd is happening in a complex form I have been working on.On page 1 of the form, I have a numeric field. The field is meant to display a percentage and the field has a validation pattern assigned to you to display the field correctly.After exiting the field however, an error message is generated from an unrelated computation that may produce a divide by zero error: arithmetic over / underflow and the documentation refers to an unrelated computation on page 16 of the form.The perce...

Views

823

Likes

0

Replies

1
Re: Reset a specific field - Adobe LiveCycle 02-08-2018
When only resetting a single field or a limited number of fields on a form, I have always used the reset button, then altered the code to select on the field(s) I wanted removed. Note that I have always used the full address of the field and " " around the field name. xfa.host.resetData("form1.#subform[0].TextField3");Example can be found here: Dropbox - Sample2.pdf In this example, the click button only clears the entry in Textfield3, not all four fields.Good luck.

Views

6.6K

Likes

0

Replies

0
Re: Sample Form - LiveCycle Design - Adobe LiveCycle 02-08-2018
Here is a table where the add/delete buttons are located outside the table.Dropbox - Sample.pdf I hope this helps.

Views

535

Like

1

Replies

0
Issue with Form Distribution - Adobe LiveCycle 26-07-2018
The form has a submit button that is coded to return to my inbox. However, several users have reported the mail is going to another inbox. I have checked the coded on the submit button and have been through all the XML source code and that email address for the unintended recipient is no where to be found. Yet it has to be associated with my form somehow. Any other ideas on where this email source may originate?

Views

570

Likes

0

Replies

0
Re: Method to detect when a Numeric Field Value Has Been Changed by User - Adobe LiveCycle 23-07-2018
OK, I have worked out a procedure that will enable me to capture a previous value in another text field. This will enable a comparison; if the two values are not equal, then i will know the user has changed a value.The field in question is NumericField1. I essentially have 2 dummy fields (CurrentField and PreviousField1) on which I can perform the comparison. if I enter a value in NumericField1, then later change that value, PreviousField1 will capture the previous entry. Thus, if CurrentField1 ...

Views

699

Likes

0

Replies

0
Likes given to