Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return from createobject
Message
From
28/10/2006 12:39:41
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
To
28/10/2006 10:13:19
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01165239
Message ID:
01165284
Views:
11
>Do u mean hide the form( it is a class) rather than releasing it? get the property and then release it ?
>
>No other way ?
>
>with
> do form i can use do form myform to m.value1
>
>but with the class I am in a fix.
>
>Now that i will have to convert all the class into forms
>
>suhashegde

You can do the same with a scx form (which hides instead of releasing), using the name clause:
do form myform name oMyFrm
lMyValue=oMyFrm.myProperty
oMyfrm.release()
oMyFrm=null
Of course, this works only for modal forms - for a modeless form, the code doesn't stop after Do Form.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform