Answered
hi, hi,
could someone tell me about the application event chain in livecycle designer (LCD) or adobe in general?
I'd like to know what is happening after user clicking (email) submit button. On LCD help you get the description for form save: ... Before saving the presave event will be call immediately..., then caculate, validate and layout::ready.
How about presubmit? Which (application) events will exec before AND after submitting? I'm very glad to hearing your support soon!
Djinges
But it's easy enough to find out for your own form. Add "console.println()" statements to all of the events you want to track. Then open the form in Acrobat and display the console window. You can watch as the events happen.
Here's an article on using the Acrobat JavaScript Console.
http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/javascript_console/
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script