An example would be nice. Using runtime I would just place a reference in the shortcut to an external file that finds the access level and then calls the correct rba file. Using R:compiler I'm not sure what piece of code would need to be where.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Posted At: Monday, January 31, 2005 3:54 PM Posted To: RB7-L Conversation: [RBG7-L] - Re: Passing variables from one session toanother Subject: [RBG7-L] - Re: Passing variables from one session toanother At 04:42 PM 1/31/2005, Charlie Parks wrote: >I'm trying to use rcomplier so that it will connect to one database >that contains user's access levels to different databases and then >launch the correct database with a form that has menu options which may >or may not appear based on the user's access level. > >What would be the best way to do this? Charlie, How about designing an RBA file to handle that? Using this technique, you have one application (.RBA) that can deploy various applications, including the option to connect different databases and then launch the correct database with a form that has menu options which may or may not appear based on the user's access level. A perfect scenario for R:Compiler! Need an example? Very Best R:egards, Razzak.
