Don't believe so. However you can make a simple to accomplish you task. You know SET VAR vMyDialogOptions TEXT = 'No' EDIT USING MyDialogOptions SWITCH vMyDialogOptions CASE 'Yes' GOTO Yes BREAK CASE 'Maybe' GOTO Maybe BREAK DEFAULT GOTO No BREAK ENDSW
-----Original Message----- From: "Carpet Broker, Dick Fey" <[email protected]> To: RBase Maillist <[email protected]> Date: Tue, 21 Mar 2017 13:59:29 -0500 Subject: [RBASE-L] - Dialog options 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) -- Carpet Broker Inc P: 913-894-9211 F: 913-894-0138 -- 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] [mailto:rbase-l%2Bunsubscribe%40googlegroups.com]. For more options, visit https://groups.google.com/d/optout [https://groups.google.com/d/optout]. -- 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.

