Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Environment (Another question)
Message
 
 
To
11/04/2001 15:26:09
David Brunelle
Université de Sherbrooke
Sherbrooke, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00494602
Message ID:
00494615
Views:
19
>If I am running a form within a form (ie, I have a DO form in a click event)... is that possible that the data environment get transfert...)?
>I ask this because when I load a certain form from another form, it seem that the data environment for this form is empty. I add the right table to my "parent" form and then it was working correctly...
>
>any comment on this...? -)

David,
Is the second form configured to use the Default Datasession (Datasession = 1) or create a Private Datasession (Datasession = 2). If the former, then all tables opened in the first form will be visible to the second form. If the latter, then you need to add the table to the DE of the second form or manually open it during form instantiation (e.g in the Load event/method).
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform