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

MstrTy
MstrTy
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MstrTy
Customize the badges you want to showcase on your profile
Set TextField value when Data present. - Adobe LiveCycle 29-07-2010
I have a form that I want prices to appear when data in a textfield is present. So If "TextField A" contains any data have TextField B show $20.00. If "TextField A" becomes blank "TextField B" is blank also.

Views

449

Likes

0

Replies

1
Re: Multiple events not playing nicely. - Adobe LiveCycle 29-07-2010
I am still having difficulty making this script operate. I will try to explain myself better. I have 3 fields and 31 possible locations to assign the textfield data.Please look at my code and tell me if you can determine where Im going wrong.http://www.myschooljacket.com/Jacketformneedhelp.pdf

Views

91

Likes

0

Replies

0
Multiple events not playing nicely. - Adobe LiveCycle 28-07-2010
Thank you for the help I have recieved. I have 2 textfields that populate one of 5 textfields by selecting a location. Each by themselves operates correctly however when shareing the same output textfields they each want to override one another even though seperate textfields have been selected. Here is a sample document that might explain better.http://www.myschooljacket.com/Jacketformhelp.pdf I have a "year" field and a location DD that populates where on the sleeve to place the year. I have a...

Views

411

Likes

0

Replies

2
Re: how to grab textfield data, select location and populate data to other textfield - Adobe LiveCycle 27-07-2010
Sorry I got one more question. I need 3 text boxes and 3 location boxes to populate the same output boxes. Right now when I do that only the last location and its corresponding text get populated the prior text disappears. I renamed everything what gives?

Views

165

Likes

0

Replies

0
TextField on a Arc - Adobe LiveCycle 27-07-2010
Is is possible to populate a textfield that is on a arc, arched, or half circle? If so how is the best way to do it while keeping the text centered. It's not worth it if I have to make seperate text fields for each letter.

Views

379

Likes

0

Replies

1
Re: how to grab textfield data, select location and populate data to other textfield - Adobe LiveCycle 27-07-2010
Thank you so very much I can stop pulling my hair out. This is exactly what I needed. Thanks again for helping us newbies.

Views

163

Likes

0

Replies

0
Re: how to grab textfield data, select location and populate data to other textfield - Adobe LiveCycle 27-07-2010
input data into textfield1 then select a location to display your data from textfield1 and enter that location into a textfield2. location 1 is a textfield that will display textfield1 data if chosen in textfield2. location 2 is a textfield that will display textfield1 data if chosen in textfield2. location3 is a textfield that will display textfield1 data if chosen in textfield2. I hope this helps.

Views

166

Likes

0

Replies

0
how to grab textfield data, select location and populate data to other textfield - Adobe LiveCycle 27-07-2010
I want to be able to enter a number or text into a field and then select a location for that data to be placed globally based on location selectedhere is a form Im trying to get to work.http://www.myschooljacket.com/OutputLocation.pdfThank you for any help you may lend.

Views

871

Likes

0

Replies

6
Sum of Checkbox plus numeric field - Adobe LiveCycle 27-07-2010
I have a form in which there are up charges for larger sized garments xxLarge vs Large. I am unsure of the script to use for this. I can generate a price from a pull down menu for the base size and send the price to a numeric field.if (xfa.event.newText=="Letter Sweater w/Stripes"){(jacketprice.rawValue= "129.90")} I then repeat this for each style in the pull down, I also have check boxes named "size" and each has a On Value coresponding to its size. so one checkbox's On Value is "small" the ne...

Views

645

Likes

0

Replies

1