Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function to get user's name from Novell
Message
De
11/01/2001 11:40:43
Robert Lee
Swiderski Electronics, Inc.
Carol Stream, Illinois, États-Unis
 
 
À
10/01/2001 13:28:44
Sony Joseph
Dovenmuehle Mortgage Inc
Schaumburg, Illinois, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00460772
Message ID:
00462299
Vues:
10
Sony,

You can set an environment variable in the login script and then use getenv() to read this environment variable.

login script:
set FullName = "%FULL_NAME"

You can then read this environment value from your program using the getenv() function

lcFullName = GetEnv("FullName")

Let me know if I answered your query.

Bob Lee
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform