Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor not accessible
Message
From
09/03/1998 09:48:51
 
 
To
09/03/1998 09:42:27
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00083172
Message ID:
00083369
Views:
31
>>>>Did you try a Requery in the Init()?
>>>
>>>Requery() does the job.
>>>
>>>Requery() was not necessary in Visual FoxPro 3. Is this necessary now in Visual FoxPro 5 if we need to access the cursor at load time?
>>
>>Also, be sure to include the name of the DBC in the from clause. I would prefer
>>RowSource='SELECT * FROM MYDBC!EMPLOYE INTO CURSOR TEMP'
>>
>>Frankly, I don't like to do this sort of things in my forms. I tend to keep everything in the DBC. In short, I'd make a view instead of a cursor.
>
>I'll try that. Maybe with the DBC, I won't have to requery it.

Michel, I hunted similar problem last week (on one my form in some circumstances I get this message for a combo) and eventually plain Thisform.Combo.Rowsource="" (before recollection records into a cursor) solved it, i.e. I guess that it's reasonable to use cursor as Rowsource and issue this propgrammatically.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform