Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Createobject() or Do Form?
Message
From
12/08/1997 16:37:56
 
 
To
12/08/1997 16:27:29
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00044319
Message ID:
00044322
Views:
39
>Hi all!
>
>I have a theoretical question. What are the main differences, between
>running a form with
>myform=CreateObject("form") and
>Do Form myform.
>
>I mean, is there any bug using the first one, because I see it very rarely.
>
>TIA
>
>BB

The main and actually only difference is that CREATEOBJECT allows to get form from previously created Class, and DO FORM will 'get' it from Form, i.e. it's mostly development strategy: you write either Forms (and use Do Form), or Classes (and use CREATEOBJECT or AddObject).
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform