Running R:BASE 7.1 (Update 76)
I'm using a form similar to the RRBYW8MainMenu form in the RRBYW8 sample
database which uses the group bar menu. I'm having a problem with two
separate items.
1-
I want to be able to quit the group bar form and switch back to a
previous form but it seems I can only exit the database when I quit this
form. I've tried assigning the following code to a speed button on the
form but it just drops me out to the R prompt. Is there a better way to
do this?
CLOSEWINDOW
QUIT TO SPLIT.RMD
RETURN
2-
A program that I am trouble shooting includes the following code which I
inherited from a previous programmer:
SET VAR vcomspec = (ENVVAL('comspec'))
ZIP &vComSpec /c q:\vg\CNHDOX04.BAT
The code completes its task but when it returns to R:BASE the group bar
form has disappeared and I now see the R prompt background. The program
continues running but never returns to my group bar form. Does this
syntax need to be modified to work with R:BASE 7.1? I'm running on a
Win2k platform.
Thanks for any advice,
Cheryl