Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get the full user's name of the PC
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01406221
Message ID:
01406938
Views:
91
This message has been marked as a message which has helped to the initial question of the thread.
>>>>Glad it worked, though I do not understand why the other two didn't.
>>>>
>>>>Unfortunately I do not understand the other question very well.
>>>>
>>>The question is simple - get the name of the currently edited form (class + its classlibrary) and the currently edited method.
>>
>>You can get a reference to the currently open form by using ASELOBJ(). To grab the method name, I use JUSTEXT(WONTOP()).
>
>How would you get the name of the SCX?
>
>ASELOBJ(laForm,1)
>=MESSAGEBOX(laForm[1].Name)

ASELOBJ(laForm, 3)
MESSAGEBOX(laForm[2])
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform