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

TheSocialRegres
TheSocialRegres
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TheSocialRegres
Customize the badges you want to showcase on your profile
Re: Validation on Exit prevents window closing. - Adobe LiveCycle 29-04-2010
Hmmm that's an interesting dilemma for sure!Here's a workaround you can try:1) Create a hidden field on your form (i.e. txtField)2) On the Exit event of each field needing to be validated, set txtField.rawValue to this.name (this.name will get you the node's name)3) On the Change event of txtField, have a simple script similar to as follows:xfa.resolveNode(this.rawValue).execValidate();The above should force the validate event to fire even when leaving the field without editing it at all.As an a...

Views

590

Likes

0

Replies

0