here's a cheat: enclose Option in double quotes or maybe put a dash before and after like -Option-
CHOOSE vversion FROM #LIST '7.1,Exit' TITLE '"Option"' CAPTION 'Version Import/Export' LINES 3 FORMATTED Since OPTION is used frequently in many commands, I would guest the parsing of the string is picking it up as Reserved word. ----- Original Message ----- From: "Office" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 9:12 PM Subject: [RBG7-L] - Odd thing with Choose Command > Would some one else try these two choose commands and give me the > results! > > Please test in 77 only. > > CHOOSE vversion FROM #LIST '7.1,Exit' TITLE 'Option' CAPTION 'Version > Import/Export' LINES 3 FORMATTED > > Do you get an error message using the one above? > > CHOOSE vversion FROM #LIST '7.1,Exit' TITLE 'Options' CAPTION 'Version > Import/Export' LINES 3 FORMATTED > > Do you get a choose dialog box using the one above? > > Difference is using the Title "OPTION" vs "OPTIONS" > > Best regards, > > Oma Cox >
