Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Forms from other forms
Message
From
27/03/2001 07:42:10
 
 
To
26/03/2001 10:25:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00488439
Message ID:
00488905
Views:
8
Hi Michael.

>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?

Apparently something is closing your picklist table. Your guess is as good as mine. But the SQL looks fine to me.

Sorry I can't be more helpful.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform