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:
00635168
Views:
25
Mike,

Are you sure you don't have a subclass hiding the property? According to the help file Name is an exposed property. This works for me:

ox = createobject("session")
? ox.Name && Session
ox.Name = "testthis"
? ox.Name && testthis

>VFP7 does not expose the intrinsic properties or methods of SESSION objects as VFP6 did. For the most part, this is good. We do however have a fair amount of code that accesses the Name property of these objects. Is there a way to expose this property, or do we have to change the calling code?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform