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

Anokie1
Anokie1
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
27

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Anokie1
Customize the badges you want to showcase on your profile
Re: How Can I Word-wrap a Value? - Adobe LiveCycle 18-11-2013
My drop-down menu has over 100 selections. I don't think the radio button approach is practical. I will try setting the font size to "zero" and see what happens.

Views

176

Likes

0

Replies

0
How Can I Word-wrap a Value? - Adobe LiveCycle 14-11-2013
How can I force a selection in a drop-down menu to word-wrap in the value portion of an object? I can achieve my desired result in the caption portion by increasing the height of the object. However, when I increase the size of the object, the value portion does not wrap.

Views

744

Likes

0

Replies

2
Re: How do I hide objects in all instances of a sub-form? - Adobe LiveCycle 05-11-2013
My file is at https://www.dropbox.com/s/jr9yzsxrkvqenp5/EXP%20Sample%20Form.pdfOn the drop-down selection box to select the "Plan", select the first entry on the list.Select the "New Contract" radio button for Request Type.Select ther "PCP" radio button for Provider TypeNotice that there is a hole in the list where 3 objects are hidden.Click on "Add Additional Provider" button.Select "PCP" again.Notice that the 3 lines appear in the form, instead of staying hidden.How do I keep them from popping...

Views

238

Likes

0

Replies

0
Re: How Do I Increment My Counter in Designer ES4? - Adobe LiveCycle 05-11-2013
radzmar,Thank you - Thank you - Thank you!!! I am a novice using this software and do not understand scripting at all. If Action Builder can't do it for me, I am lost.Your suggestions worked perfectly. Now I only have one issue left.In the top of the form is a drop-down menu that selects what objects will and will not appear in the Bottom_of_Form subform at the bottom of the form. It work correctly for the first instance, but not for additional instances. Objects that are supposed to be hidden r...

Views

314

Likes

0

Replies

0
Re: How do I hide objects in all instances of a sub-form? - Adobe LiveCycle 31-10-2013
Bruce,The drop-down menu, not a checkbox, is in the header of the form. It contains approximately 10 values, each of which drives the presence of objects, not TextField2, in the Bottom_of_Form subform. Are you saying that I would have to put your script in approximately 100 places within my form for it to work correctly?

Views

238

Likes

0

Replies

0
Re: How Do I Increment My Counter in Designer ES4? - Adobe LiveCycle 30-10-2013
radzmar,My file is at https://www.dropbox.com/s/jr9yzsxrkvqenp5/EXP%20Sample%20Form.pdfWhen you click on the "NewContract" radio button, the "NewReasons" sub-form and four document types should appear. When the "SoloPrac" or "Group" radio butons, then the "Bottom_of_Form", "ProviderType" and "Buttons" subforms appear. Depending on the selection of "ProviderType" one of two name subforms are added.The "Provider_Index" counter now increments when I click on the "AddAdditionalProvider" button. Howe...

Views

306

Likes

0

Replies

0
Re: How Do I Increment My Counter in Designer ES4? - Adobe LiveCycle 29-10-2013
radzmarThe syntax you suggested does not increment the counter. I have used rawValue + 1 in another form, but it doesn't seem to work here.Any other suggestions?

Views

305

Likes

0

Replies

0
How do I hide objects in all instances of a sub-form? - Adobe LiveCycle 28-10-2013
I have a list of objects in a sub-form. They are hidden or made visible depending on the selection of a drop-down menu outside the sub-form. It works correctly for the first instance, but objects that are supposed to remain hidden become visible in all subsequent instances of the sub-form.How do I make the objects remain hidden in all instances of the sub-form?

Views

1.1K

Likes

0

Replies

5
How Do I Increment My Counter in Designer ES4? - Adobe LiveCycle 17-10-2013
I have a numeric field titled Provider_Index, set to a default value of "1". I need the numeric field to increment by 1 each time I click the button "AddAdditionalProvider." Below is the current syntax associated with the button, but the counter will not increment.Suggestions?form1.EXP_Sample_Form.Buttons.AddAdditionalProvider::change - (FormCalc, client) if (xfa.host.version < then EXP_Sample_Form.Bottom_of_Form.Provider_Type.Provider_Index.rawValue = rawValue + 1endif

Views

1.5K

Likes

0

Replies

7
Re: How Can I Increment a Counter on a Master Page? - Adobe LiveCycle 11-07-2013
Thank you so-o-o-o much !!!  It works like a champ! 

Views

196

Likes

0

Replies

0