Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor Update?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00175778
Message ID:
00175955
Views:
27
>It seems like someone told me how to make a cursor created with select sql updatable. There was also a tip in FoxAdvisor explaining how index the same cursor as well but I can't seem to find it. Can someone give me a quick review?

Hi Eric.

Try this:

SELECT yada, nada, blah WHERE SomeCondition INTO CURSOR SomeCursor
USE DBF('SomeCursor') IN 0 AGAIN ALIAS SomeAlias
USE IN SomeCursor

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform