Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference between forms and class based forms?
Message
 
 
To
24/03/2009 18:03:18
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01391221
Message ID:
01391229
Views:
140
I use only vcx based forms now.

>What's the functional difference between a form and a class based form?
>
>I have seen code like the following enough times to wonder: Why not Do Form ???
>
release _oAnchorEditor
>public _oAnchorEditor
>_oAnchorEditor = newobject('AnchorEditor', 'AnchorEditor.vcx')
>if vartype(_oAnchorEditor) = 'O'
>	_oAnchorEditor.Show()
>else
>	release _oAnchorEditor
>endif vartype(_oAnchorEditor) = 'O'
>
>Thanks
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform