Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When to use createobject() on forms - or do you?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
When to use createobject() on forms - or do you?
Miscellaneous
Thread ID:
00125894
Message ID:
00125894
Views:
60
Hi!

I would like to know why in some codes, I can see this syntax:

my_formobj = CREATEOBJECT(myform)
my_formobj.Show
my_formobj.Hide
my_formobj.Release

and if this is so, how come I can

PRIVATE m.myform
DO FORM myform NAME m.myform LINKED
myform.Hide
myform.Show
myform.Release
.....
and how do you safely release both the examples?
So do I continue to use the first or the second example?

Thanks for the help! :)

Ian
Next
Reply
Map
View

Click here to load this message in the networking platform