Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom class with DataSession?
Message
De
31/07/2001 16:38:42
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
31/07/2001 16:30:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00537926
Message ID:
00538002
Vues:
12
Does this mean that you now think a Class based on Form will satisfy your needs? If not, I am afraid I don't understand what the limitations of the Form class are.

Hilmar.

>It does work! Sorry for the confusion.
>
>>>You can use CreateObject() at any moment.
>>
>>Check the following code:
>>
>>x=createobject('login')
>>x.show()
>>debug
>>read events
>>
>>define class login as form
>>    frmDM = null
>>    procedure init
>>       frmDM = createobject('datamanager')  && nowhere in sight!!!
>>    endproc
>>enddefine
>>
>>*-- business object
>>define class datamanager as form
>>   datasession = 2
>>   visible = .F.
>>enddefine
>>
>>*--- this works though but this is not how I need it to be (not encapsulated)
>>y=createobject('datamanager')
>>x=createobject('login')
>>x.show()
>>debug
>>read events
>>
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform