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

parag_jagtap
parag_jagtap
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by parag_jagtap
Customize the badges you want to showcase on your profile
Re: How to call Pre Execute event - Adobe LiveCycle 12-11-2009
Thanks BruceI used a workaround to invoke form validation before the execute by adding another regular button which did the validation part and then invokes the execute. Also made the actual execute button hidden.The code on the regular button click is as followsif(form1.execValidate()){ xfa.resolveNode("PostButton").execEvent("click");}ThanksParag

Views

285

Likes

0

Replies

0
How to call Pre Execute event - Adobe LiveCycle 10-11-2009
HiI am trying out a Proof of concept using Adobe Reader Extended PDF invoking web services. I am able to invoke the web service and get data back in the PDF form. Now the issue is that there are some fields which are mandatory on the form and need to be validated before the web service is executed. I don't see a preExecute event in the list of Javascript events associated with the button.Is there any way to make sure that all the mandatory fields are filled and then only invoke the web service.T...

Views

1.0K

Likes

0

Replies

2