Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I use my CA class in my form?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01427217
Message ID:
01427222
Views:
44
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform