Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is my cursor disappearing?
Message
From
07/09/2006 17:09:34
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01151595
Message ID:
01152102
Views:
24
>
>If you're using cursor for combobox, you need to do
>
>thisform.myCombobox.rowsource = ""
>select ... into cursor myCursor
>thisform.myCombobox.rowsource = 'myCursor'

It didn't work either. Fortunately, I found a solution: I plit the method in two. I run the creation of the cursor in the init and the filling where I used to run the new method. No errors so far. Except for the fact that the combo resets itself. But that is not a big deal, at least for now. I wish I knew what is the relation between the new cursor and the combo.

Thanks for the tips.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform