Here's what I do. On the button that says "Quit to the R> prompt", I have
an eep:
SET VAR xQuit = 'yes'
CLOSEWINDOW
RETURN
Here's my "MainMenu.mac" program that calls the main menu:
EDIT USING MainMenu
SET VAR xQuit TEXT
IF xQuit = 'exit' THEN
EXIT
RETURN
ENDIF
IF xQuit = 'yes' THEN
SET MESSAGES ON
SET ERROR MESSAGES ON
QUIT
ENDIF
Karen
Thank God for all you guys who have already done the digging and found the
ponies. And a special thank you for always helping those of us still
digging.
In an application in 6.5 you could create a menu option to let the user out
to the R Prompt. QUIT did the trick.
Cannot seem to find the pony to do that in 7.1
Help appreciated.
Dick Fey
Carpet Broker Inc.
