Jump to content
Server Maintenance This Week. ×

Edit message buttons


Hete

This topic is 8732 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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!

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

This topic is 8732 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.