Newbies Hete Posted June 5, 2000 Newbies Posted June 5, 2000 How can i edit a script of a button in a message box ? In the message box of a "no found request " i want to edit the function of continue button and the cancel button... or in a simple message box.. i want to edit the scripts of each button... please.. HELP! :-) ------------------ Think different... think big sti!
spragueg Posted June 5, 2000 Posted June 5, 2000 quote: Originally posted by Hete: How can i edit a script of a button in a message box ? In the message box of a "no found request " i want to edit the function of continue button and the cancel button... or in a simple message box.. i want to edit the scripts of each button... please.. HELP! :-) Incorporate the following in to your script. Set Error Capture [On] Perform Find [Restore] If ["Status(CurrentFoundCount)=0"] ShowMessage["Sorry No Jobs Were Found."] Set ErrorCapture[Off] If [CurrentMessageChoice=0] Exit Script End if If [CurrentMessageChoice=1]
Recommended Posts
This topic is 9005 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