Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WhoAmI?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00062580
Message ID:
00062590
Views:
21
>Does anyone know of a class to determine a users LOGIN name on a Novell Netware server? I need to construct a parametized view based on the user logged in.

Colin,

A really quick and dirty way is to set the login name to an environment variable in the login script and then read this value inside your VFP app.

In the login sript...

SET USER="%LOGIN_NAME"

In your code...

gcUser = getenv("USER")
Previous
Reply
Map
View

Click here to load this message in the networking platform