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

GreggSullivan
GreggSullivan
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by GreggSullivan
Customize the badges you want to showcase on your profile
Re: JScript to determine the "Default Value" of a Decimal Field Object - Adobe LiveCycle 09-04-2009
myDecimalField.rawValue is the value which is in the Field... but not the default one.To look up what was the default set:If you make an invisible fieldif (this.rawValue = null){this.rawValue = myDecimalField.rawValue;} on initialize it should stay the default value even if the user changes it.Though I don't get why you want to determine the default value.If you want to change the value by the way the userentries:this.rawValue = myDecimalField.rawValue(f.ex. on an exit event of another field...)...

Views

94

Likes

0

Replies

0