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

xrum
xrum
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
7

Posts & Comments

Posts & Comments
89

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by xrum
Customize the badges you want to showcase on your profile
Re: Required Fields outline - Adobe LiveCycle 20-01-2010
no. the only you can either "highlight" fields or not. thats the only two options.

Views

220

Like

1

Replies

0
Re: Mark radio button based on value of text field - Adobe LiveCycle 25-11-2009
put it on exit eventand it should be == 100 not = 100

Views

171

Like

1

Replies

0
Re: How Do I: Fill a read-only field based on selections from 2 DDlists? - Adobe LiveCycle 25-11-2009
if ((firstDDList.rawValue="Whatever") && (secondDDList.rawValue = "Whatever"))yourTextBox.rawValue="the right text"this code would go under the second DDList Exit event, replace the code i put in there to add the check of the first DDList

Views

240

Likes

0

Replies

0
Re: How Do I: Fill a read-only field based on selections from 2 DDlists? - Adobe LiveCycle 25-11-2009
its not an error message, its a pop up i've put in place to check what's selected, and to make sure the logic works corrently, you can remove it from code.to clear the text, putyourtextboxname.rawValue = ""on the exit event of the first drop down, etc.have you looked at the code at all?

Views

239

Like

1

Replies

0
Re: How Do I: Fill a read-only field based on selections from 2 DDlists? - Adobe LiveCycle 24-11-2009
yourtextBox.rawValue="Contract Food Serv."see attached

Views

242

Likes

0

Replies

0
Re: LOAD XML help - Adobe LiveCycle 24-11-2009
why don't you just set default values on fields?

Views

288

Likes

0

Replies

0
Re: Saving a pdf without data - Adobe LiveCycle 20-11-2009
thanks

Views

290

Likes

0

Replies

0
Re: Change User Entered Decimal Value prior to Calculate Event? - Adobe LiveCycle 20-11-2009
if (myTextBox.rawValue == 0){myTextBox.rawValue = 1}before you do your calculations

Views

464

Likes

0

Replies

0
Saving a pdf without data - Adobe LiveCycle 20-11-2009
i have a pdf, that i need the user to fill out and print, but i do not want them to be able to save the data they've entered.so if they click save, it would only save a blank pdf form.is it possible? how?Thanks!

Views

705

Likes

0

Replies

4
Re: Radio button selected Color! - Adobe LiveCycle 19-11-2009
im curious how you did this, i don't see the code anywhere, is it in the settings?

Views

1.2K

Likes

0

Replies

0
Likes given to
Likes from