Is this the correct formula for a save, send and print button?
@If(@Command([FileSave]);
@Do(@Command([FilePrintSetup]);
@Command([FilePrint]);
@Command([FileCloseWindow]));
“”)
Do I need a @Command([MailSend]) at all? I am new to writing code, so take an easy on me if ya can!
Thanks,
Doug
Subject: Save, Send, & Print Button
Well, you aren’t going to e-mail anything- I have not used the @Command([FilePrintSetup]) but in looking at the help, it looks like the user would get the print screen and click there own “print” button, so, I think the file print is superfluous. But, hey, if it works… - if you have selected on the form properties “Present Mail Send Dialog Box” AND there is a field called “SendTo” (minimally) on the form, it should work.Tom