Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Network Login
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00891714
Message ID:
00891735
Vues:
36
Hi Jose.

You can try this code in the INIT of your loginform. It hasn't been tested in a standalone environment but seems to work here.
LOCAL llReturn, luNet
llReturn = DODEFAULT()

IF llReturn AND ThisForm.txlUserID.TextBox.Enabled
	luNet = SYS(0)
	IF TYPE('luNet') # "N" AND RIGHT(luNet, 3) # "# 0"
		ThisForm.txlUserID.TextBox.Value = RIGHT(luNet, LEN(luNet) - ATC(" # ", luNet) - 2)
	ENDIF
ENDIF

RETURN llReturn
HTH

-Dan

>Is there any way to ask to Login Form suggest User ID based on the Network or Machine Login?
>
>Regards,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform