Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Forms from other forms
Message
From
26/03/2001 10:25:39
 
 
To
25/03/2001 11:34:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00488439
Message ID:
00488572
Views:
11
Hi Marcia,

Thank you for the suggestions. I have gotten a little further, but still not working. I use the same combobox (states) on both the parent and child forms. It contains the following code in the INIT:

SELECT cValue1, cDescript, id ;
FROM PICKLIST ;
WHERE ALLTRIM(cType) == 'STATE';
INTO CURSOR STATES ;
ORDER BY cDescript

Could this be causing the problem, because when I close my child form I get "Cannot access the selected table" and my states combo disappears?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform