At 07:24 PM 11/30/2011, Gary Wendike wrote:

I have a delima to solve.  I use the "shortname" option as listed in the
config file settings. I have clicked the option and save the config file.
Everytime I re-open the database and check the settings, the shortname
option is unchecked. This option works on everyother system I have setup.

Gary,

While you pin down the exact reason why this option works on every other
system except the one mentioned above, here is a piece of code that I use
in my startup.dat or the default RBASE.DAT file.

IF (SGET(CVAL('VERSION'),2,21)) = '64' THEN
   SET NAMEWIDTH 32
ENDIF
RETURN

You may adjust the value for NAMEWIDTH to your preference.

Very Best R:egards,

Razzak.
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to