Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I use my CA class in my form?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01427217
Message ID:
01427222
Vues:
43
If open them Like that, how do access the fields?

>>Now my CA is working, at least displaying data. Now i am wondering how do I add the class to the DataEnvironment of my form???
>>
>>TIA
>
>Hi Selim,
>
>Are you sure you want to add it in DE?
>
>I usually do it programmatically this way
>
>thisform.oCA = newobject('myCAClass')
>
>thisform.oCA.CursorFill()
>
>in Init method (you can do this in the Load too).
>
>In the Destroy of my form I use thisform.oCA = NULL
.......
DO WHILE .T.
      ME.Work()
ENDDO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform