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

Reply via email to