Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private data session class...
Message
From
22/05/2003 03:24:37
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00791188
Message ID:
00791482
Views:
21
Hi Mark,

>>The only classes that can have a private DS are form and session. <s>

Hmmm. Isn't this a class with a private datasession:
DEFINE CLASS myclass AS Custom

myDS = .NULL.

FUNCTION INIT()
  this.myDS = CREATEOBJECT("Session")
  SET DATASESSION TO this.myDS.DataSession
  USE GETFILE()
END FUNC

ENDDEFINE
Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform