|
Thanks all. I checked R> on
startup and it works fine now. John Engwer 412 751-2433 From: John I'm assuming you are using an
application to get to a main form like mainmenu.rmd. Your EEP Should be something
like this on the MainMenu form SET VAR VgotoRprompt TEXT =
'Y' CLOSEWINDOW RETURN ********MainMenu.RMD*********** CONNECT DatabaseName RHIDE SET MESS OFF SET ERR MESS OFF EDIT USI MainMenu SET VAR vgotoRprompt TEXT IF vgotRPrompt = 'Y' THEN --You might want to set up a dialog
for password just in case RSHOW QUIT ENDIF SET MESS ON SET ERR MESS ON RSHOW DISCONNECT EXIT RETURN ******************************************** From: I am trying to set up an invisible backdoor button in one of
my applications to go directly to the R> prompt. I have seen Razzak
demonstrate this at one of the conferences but I can’t recall what
command to use in the EEP. I tried Rshow but it causes a complete exit
from RBase. I want to go to the R> prompt without closing the
database. Please enlighten me. John |
- [RBG7-L] - RE: R> Walker, Buddy
- [RBG7-L] - RE: R> John Engwer
- [RBG7-L] - Re: R> Claudine Robbins
- [RBG7-L] - Re: R> Jan Johansen
- [RBG7-L] - Re: R> David M. Blocker
- [RBG7-L] - Re: R> Jan Johansen
- [RBG7-L] - Re: R> Claudine Robbins
