Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changin dialog box appearance

Status
Not open for further replies.

woodyinoz

IS-IT--Management
Jan 8, 2002
215
GB
Hi all,

Is there any way of changin what the buttons say on the msgquestion dialog box? Instead of them reading 'yes' or 'no', I want them to read 'accept' and 'decline', or something similar for example.

Thanks all,

Woody
 
Not that I'm aware of, you could always write your own dialog box and put it in a wait state. Something like.

form.openasdialog("formName")
choice = form.wait()

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top