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

BioJustin
BioJustin
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
13

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BioJustin
Customize the badges you want to showcase on your profile
Re: Change a drop down list from read only/invisable on a radiobutton value - Adobe LiveCycle 09-07-2010
bumpCan anyone answer this?

Views

87

Likes

0

Replies

0
Re: creating a tree of fields (Hierarchy) - Adobe LiveCycle 07-07-2010
It wont let me wrap.

Views

65

Likes

0

Replies

0
creating a tree of fields (Hierarchy) - Adobe LiveCycle 07-07-2010
So i have been posting alot in this forum and seems to all my answers it would make my life easier if I can create certain bits of javascript in livecycle as global.How do i create a tree of text fields.I have read somewhere that I should have one textfield as "Test" then all its children as "Test1", "Test2" , etcSomewhere else I read that I should have Test as parent with Test.1 Test.2 etc for childrenLooking at the Hierarchy pallete, Im not seeing any difference in how the fields are placed.Th...

Views

556

Likes

0

Replies

4
Re: Copy text from multiple fields to one field - Adobe LiveCycle 07-07-2010
Designer

Views

88

Likes

0

Replies

0
Re: Pasting a long string breaking them into single character across a rows of text fields - Adobe LiveCycle 06-07-2010
bump.Anyone have ideas for this one?

Views

89

Likes

0

Replies

0
Re: Populate main text field using Check Box, Radio Button, List menu and other text fields - Adobe LiveCycle 06-07-2010
could you please post some information on the forums about how this problem was solved. It sounds similiar to mineI have about 45 text fields that can optionally be filled out by the user. Each one only allows a single character and should auto tab to the next one as the user goes along.As each one is filled out, they appear in another box at the bottom of the form creating one long string.I have gotten this to work with this.rawValue = a.rawValue + b.rawValue + etcThe problem with the above cod...

Views

92

Likes

0

Replies

0
Re: How do I create a "flowable" text field? - Adobe LiveCycle 06-07-2010
I believe this has already been answeredhttp://forums.adobe.com/thread/666419?tstart=0

Views

130

Likes

0

Replies

0
Autotab does not work when I change the names of the fields. - Adobe LiveCycle 06-07-2010
I have created a heirarchy of form fields on my form.I have one called everything, with each of it's children called everything.1, everything.2, etc up to 45Im using the below javascript to auto tab to the next field. It does not work. It worked before all change them into the heirarchy.Anyone let me know what im doing wrong here?var temp = xfa.event.newText;if (temp.length == 1){ xfa.host.setFocus("everything.#")}Thanks

Views

294

Likes

0

Replies

0
Re: Copy text from multiple fields to one field - Adobe LiveCycle 06-07-2010
parent.value should be outside of the for loop

Views

87

Likes

0

Replies

0
Copy text from multiple fields to one field - Adobe LiveCycle 06-07-2010
I would like to copy text from multiple fields into one field. Each of these smaller fields will only be allowed to have one character. The larger field will not be able to be edited.So far, I have thought of creating a naming heirarchy for these fields. I was going to then call upon the array of the parent and set the value of the parent to equal this array.var parent = this.getField("everything");var array = everything.getArray();var v;for(parent=0; parent

Views

689

Likes

0

Replies

4