At 02:59 PM 3/21/2017, Carpet Broker, Dick Fey wrote:
I know I could handle this is various ways, but is it possible to do a
dialog command with more than 2 buttons ? (YES NO MAYBE DON'T KNOW)
Dick,
Did you know that you can define up-to ten (10) buttons, if you wish.
Yes, R:BASE X/R:BASE X Enterprise (Version 10) includes a built-in System
Dialog Builder (SYSDIALOG) Plugin that will create system dialogs to
capture end-user response.
-- Example:
-- SysDialog_10_Buttons.RMD
CLS
PLUGIN SysDialog vResponse +
|MESSAGE Using R:BASE X/XE (Version 10), you may define up-to 10
buttons, if you wish! +
|CAPTION Imagine the Possibilities! +
|ICON INFO +
|BUTTONS YES,NO,OK,CANCEL,ABORT,RETRY,IGNORE,ALL,NO_TO_ALL,YES_TO_ALL +
|DEFAULT_BUTTON OK
RETURN
Returning variable (vResponse) will represent the clicked button.
Have fun!
Very Best R:egards,
Razzak
--
You received this message because you are subscribed to the Google Groups
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.