In your startup .dat file:
SET VAR vname = (CVAL(‘NETUSER’)) SET NAME .vname CLEAR VAR vname Emmitt Dove Manager, Converting Applications Development Evergreen Packaging, Inc. [email protected] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Michael J. Sinclair Sent: Saturday, October 24, 2009 6:27 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Setting the name in RBENGINE76.CFG on a Server Hi All, I am trying to install Rbase 7.6 Windows on a Server to see if the performance can improve. I have already moved 4 files to the C:\RBTI\RBG76 folder (RBENGINE76.DLL, RB76IO.DLL, RSTYLE76.DLL and RBENGINE76.CFG). According to the start up guide... One consideration for a server installation and having the CFG file stored in a single location is that all users will be recognized with the same name when using the (CVAL('NAME')) Function. An alternative is to use the Functions (CVAL('NETUSER')), which captures the logged in network user name, and/or (CVAL('COMPUTER')), which captures the actual computer name. I tried putting the line... NAME (CVAL('NETUSER')) in the RBENGINE76.CFG file, but that made the name end up being "(CVAL('NETUSER'))" I want the name to be Mike. Am I supposed to modify the RBENGINE76.CFG file? If so, what is the exact syntax? Do I need quotes or parentheses? Or am I supposed to set the name within the application?? TIA Mike

