Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataenvironment
Message
From
07/04/1998 09:39:29
 
 
To
07/04/1998 09:37:36
Alex Zhadanov
Computer Generated Solutions
New York City, New York, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00090121
Message ID:
00090123
Views:
17
>Hi All!
>I have such novice question:
>I have form class and I use CREATEOBJECT to create instance of the
>form. But I want to have dataenvironment in this form. I know that
>class does not have dataenvironment. How can i create form object
>and keep dataenvironment ?
>Thank you Alex

You cannot keep it, but you can create it:
Thisform.Addobject("DE","DataEnvironment")
Thisform.DE.Addobject("Cursor1","Cursor")
etc.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform