Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exposing the Name property of a SESSION object
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00635065
Message ID:
00635192
Views:
28
Funny thing... Your code works for me as well, it sees to come into play when I build a .dll. Try making a .PRG with this code and add it to a new project file called Test.

DEFINE CLASS SessionSubClass As Session OLEPUBLIC
Name="SessionSubClass"
ENDDEFINE


Build an MTDLL and try this from the command line:


oX=CREATEOBJECT('Test.SessionSubClass')
?oX.name
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform