Newbies MDales Posted May 14, 2003 Newbies Posted May 14, 2003 I have a button set up to email information. I call to the SendMail[] in the scriptmaker to email. The dialog box appears and the "Send" and "Do not Send" are the choices. I want to capture the actions when the user chooses either one of the buttons. This is in order to change a flag on the screen showing yes it was sent or no it was not. When I use Status(CurrentError) I receive the same number 1-User Canceled Action when each button is selected. Is there a better way of capturing the users actions? Thanks for any help.
paulage77 Posted May 14, 2003 Posted May 14, 2003 use Status (CurrentMessageChoice) to set a data field: SendMail[] SetField["Choice", "StatusCurrentMessageChoice")] then read the Choice field
Recommended Posts
This topic is 7867 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now