Thanks all.  I checked R> on startup and it works fine now.

 

John Engwer

412 751-2433

 


From: [email protected] [mailto:[email protected]] On Behalf Of Walker, Buddy
Sent: Monday, November 07, 2005 8:33 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RE: R>

 

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

 

Reply via email to