Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Login....
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00281169
Message ID:
00281179
Vues:
14
Hi Andrews,

I use the following to default the UserId to the Network Login:
lcUserId = sys(0)
lnPos = at("#", lcUserId)
if between(lnPos, 1, len(lcUserId) - 1)
lcUserId = alltrim(substr(lcUserId, lnPos + 1))
else
lcUserId = ""
endif

>First...
> I am currently on NT. I would like to retrieve the network
> login Id, rather than asking for the user to login an
> additional time in a new login to get access to the system.
> What I have to use or make?
>

HTH,
Bill Armbrecht
VFP MCP
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform