Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor not accessible
Message
 
To
07/03/1998 11:51:31
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00083172
Message ID:
00083310
Views:
28
>>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.

José
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform