|
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: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of John Engwer Sent: Monday, November 07, 2005 8:09 AM To: RBG7-L Mailing List Subject: [RBG7-L] - R> 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
