Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form leaves behind reference
Message
From
01/07/1998 12:13:27
 
 
To
01/07/1998 12:09:09
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00113140
Message ID:
00113437
Views:
30
>Yes they are all based on cursors.

Then, if you reselect records into a cursor which is used as Combo.Rowsource, you should:
Combo.Rowsource=""
Select .... Into Cursor tmp
Combo.Rowsource="tmp"
Usually, lack of this precaution will invoke error message 'Cannot Access Selected Work Area ...'. The same is applied for grids. It's interesting that they don't produce error messages, but turn to empty.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform