Avatar

Level 4

Try this and let me know if it works for you.

Off a button add this:

Event is Click and the Language is JavaScript

xfa.host.messageBox("Please save file in a new name. \n\n more text..........add what you want."

, "THANK YOU", 1,1);

app.execMenuItem ("SaveAs");