Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Login
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00271179
Message ID:
00271204
Views:
30
>>>Is there a way in VFP to get the Windows Login name?
>>
>>SYS(0)
>
>We had a problem with that, but I can't recall what it was. We now use:
>
>local cBuffer
>cBuffer = SPACE(30)
>DECLARE INTEGER GetUserName IN WIN32api ;
> STRING @,INTEGER @
>
>GetUserName(@cBuffer,30)
>cBuffer = chrtran(cBuffer,chr(0),'')
>
>So I'll post this as a backup, anyway.

I have seen people post messages like your before, but nobody remembered what the problem was. I have tested SYS(0) successfully on standalone machines, Win95, Win98, WinNT machines, Novell networks and NT networks and never seen a problem. There must be one though, because you are not the first person to mention it...
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform