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

Kurt_Renfro
Kurt_Renfro
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
21

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Kurt_Renfro
Customize the badges you want to showcase on your profile
Re: How to make table cells mandatory when visible - Adobe LiveCycle 26-07-2013
Hi Bibhu,Thanks for responding.Here is the table structure. Rows 1 through 25 are all the same. Each row has two cells with Radio Buttons named "AsFound" and "AsLeft." Both need to be mandatory when visible. If you need more information, let me know.Thanks!Kurt

Views

223

Likes

0

Replies

0
Re: How to make table cells mandatory when visible - Adobe LiveCycle 25-07-2013
Thanks for responding Diego,I tried it and it works fine, but, what if the table has 27 rows and two mandatory cells in each row?Is there someway to combine them into one line of script? To do them individually will require 54 lines of script just for one table, assuming one line of script for each mandatory cell. The form I creating will eventually have four hidden tables, each with a similar number of rows.

Views

223

Likes

0

Replies

0
How to make table cells mandatory when visible - Adobe LiveCycle 24-07-2013
I have a form with two hidden subforms. Each subform contains a table with fields that need to be mandatory when visible.The subforms are hidden or revealed based on a selection from a drop-down list.I found the below script which works great for making a text field mandatory when visible, but, how do you apply this to cells in a table?I can't figure it out.if ("RMC-Fort Lupton-FIRE-DOT" == xfa.event.newText){ Table.FL.presence = "visible"; Table.FL.TextField1.mandatory ="error";}else{ Table.FL....

Views

1.3K

Likes

0

Replies

4
Re: Change submit button e-mail address from Drop-Down selection - Adobe LiveCycle 30-09-2010
PaulThe example answered my initial question, but how do you change the subject if it also needs to change based on the drop-down list selection?Thanks!Kurt

Views

120

Likes

0

Replies

0
Change submit button e-mail address from Drop-Down selection - Adobe LiveCycle 29-09-2010
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:mino...

Views

982

Likes

0

Replies

3
Re: Populate Multiple Dropdown Lists From Selection - Adobe LiveCycle 06-05-2010
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}Srini.....thanks for your reply. I'm having some problems getting the script to ...

Views

141

Likes

0

Replies

0
Populate Multiple Dropdown Lists From Selection - Adobe LiveCycle 05-05-2010
I'm building a form in Livecycle Designer ES 8.2.1 that will have about a dozen sections (subforms) to collect data. Each section will have two drop-down lists, one to select a name and one to select the date.Is there a way to set-up the form so that when the name and date are selected, the remaining drop-down lists will display the same name and date.For example, If all of the drop-down lists have the same three names (Tom, Dick & Harry) and Tom is picked from one of the drop-down lists, I want...

Views

1.0K

Likes

0

Replies

2
File size doubles when I "save as" - Adobe LiveCycle 02-02-2010
I just installed Livecycle Designer ES 8.2 on new computer that's running Windows 7.If I open one of my forms that I created on my old computer with Windows XP and do a File "save as", the size of the new file is almost double.No changes were made to the file, just saved it with a different name.Original file size = 605 KBNew file size = 1,075 KBI've tried this with several forms and the outcome is the same with all of them. The Target Version is "Acrobat and Adobe Reader 8.1 or later" and the f...

Views

338

Likes

0

Replies

0
Re: Problem with Extending Features in Adobe Reader - Adobe LiveCycle 26-11-2009
Paul,When you refer to the setting to keep the state of the form set to on, are you referring to the below setting located in the Form Properties, Defaults tab, the one I have checked as "Automatically"?I've tried opening the form in Acrobat, doing a save-as under a different name, then re-opening the form to extend features in Adobe Reader, but as soon as I re-open the form it shows the four rows in the first table. I usually always extend features in Reader the first time I open a form I've cr...

Views

158

Likes

0

Replies

0
Problem with Extending Features in Adobe Reader - Adobe LiveCycle 25-11-2009
I created a series of subforms, each subform has a table with repeating rows via the Instance Manager. Each of the four tables is set to "Repeat Row for Each Data Item" with a minimum count of "1".Everythings appears to be working perfectly, both when viewed in LiveCycle preview mode and in Adobe Acrobat. Each of the four tables has one row showing per the minimum count set of "1".The problem arises when I extend features in Adobe Reader.When the form is re-opened in Adobe Acrobat or Reader, ins...

Views

795

Likes

0

Replies

4
Likes from