|
Joel
How about
DIALOG 'Exit ?'=100 vYesNo vEndKey YES CAPTION +
'Fat Chance!' ICON ERROR
Just Kidding...
Paula
-------Original Message-------
Date: 07/29/04 22:49:06
Subject: [RBG7-L] - RE: Dialog Box Size
Joel -
You're not doing anything wrong - it's just the nature of the beast if the
caption is longer than the message ... however, the DIALOG syntax assumes
that you want to give the user one of two choices but it sounds like in your
case you just want them to have to click the Exit button.
Try this instead:
PAUSE 2 USING 'You are not authorized for this action!' CAPTION 'Whatever
you tried to do...' ICON SERIOUS BUTTON 'Exit'
Sami
------------------------------------------
Sami Aaron
Software Management Specialists
19312 W 63rd Terr
Shawnee KS 66218
913-915-1971
-----Original Message-----
Sent: Thursday, July 29, 2004 11:42 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Dialog Box Size
I have a dialog box that needs to be wider than the default size. I set up
the following command but the size does not increase
DIALOG 'Exit ?'=100 vYesNo vEndKey YES CAPTION +
'You are not authorized for this action' ICON ERROR
What am I doing wrong?
Joel Solomon
Controller
Barbizon International
|