Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help - Can not get CREATEOBJECT syntax correct
Message
From
04/12/1998 09:43:52
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00164062
Message ID:
00164069
Views:
26
>I have a toplevelform. In main there is a "public osdi", "osdi=CREATOBJECT("apptoplevelform"). Now I have a modeless form. I started by "public opptag", "opptag=CREATEOBJECT("pptag"). Someone told me to make pptag part of osdi, that way I would not have to declare the public opptag. Tried "osdi.opptag=CREATEOBJECT("pptag"), but that does not work. What is the syntax?
>
>Thanks - Brenda

You should create custom property of your top-level form: "opptag", and then start a form using:
Thisform.opptag=CREATEOBJECT("pptag")
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform