Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session object problems
Message
From
31/05/2004 15:38:57
 
 
To
31/05/2004 15:28:06
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00908741
Message ID:
00908742
Views:
18
This message has been marked as the solution to the initial question of the thread.

....
this.AddObject('MyCustomSession')
....


On VFP any object is a object tree with a root.
A object tree can not live into two dataSession.

With AddObject the Session is a object component of the tree object
where this is a node object.
Then MyCustomSession not build a private datasession.

For do this, create MyCustomSession into a private object tree.

On this case:
this.AddProperty('MyCustomSession',CREATEOBJECT('MyCustomSession'))
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform