Maybe you all meet a situation that, if you edit the pdf form with adobe reader or acrobat and close it, it will jump out a window and ask "do you want to save the change before closing?".
Does anybody know how to cancle this asking? Because users can't save the file directly and I added a function to export to xml file, it dosen't need to save anymore.
Could you share me how to advoid asking for save when close the pdf form?
Thank you all!!!
Ellie
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
Have a look at this post, LiveCycle Blog: "Änderung speichern"-Dialog mit Dirty-Flag unterbinden//Suppress 'Save Changes' Dial...
The English translation is after the german.
Regards
Bruce
Views
Replies
Total Likes
Hi,
I am sorry I can't open the link.
Could you please help me to paste them? Thanks a lot!
If anybody can open the link, please help me to paste the main content, Thank you very much!
Ellie
Views
Replies
Total Likes
var MyDoc = event.target;
MyDoc.dirty = false;
Views
Replies
Total Likes
I've fixed the broken link :-)
Views
Replies
Total Likes
Hi Radzmar,
Thank you for sharing! But I tried to edit it with Acrobat, it still jumps out a window and ask if I want to save.
Best regards!
Ellie
Views
Replies
Total Likes
Hi,
the sample is for JavaScript for XFA forms which it a bit different to the one you use in Acrobat.
XFA:
event.target.dirty = false;
AcroForms:
this.dirty = false;
Views
Replies
Total Likes
Hi Radzmar,
Thank you very much! It solves my problems!
Wish you a woderful day!
Best regards!
Ellie
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies