Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Private data session class...
Message
De
22/05/2003 03:24:37
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00791188
Message ID:
00791482
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform