Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access selected table
Message
From
14/09/1999 21:19:24
 
 
To
14/09/1999 09:39:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00264414
Message ID:
00264773
Views:
15
>Whenever I use a rowsource of either alias or an sql statement into a cursor for a combo box I receive this 1152 error. This happens when I exit out of my app and the code of release all is executing.
>
>TIA

You should take 3 precautions:
1. Don't use SQL-string as rowsource. Use cursor instead.
2. Unlink combos from rowsources (Combo.Rowsource='') in Form.Destroy event.
3. Unlink combos from rowsources right before you run SELECT-SQL to repopulate the cursor.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform