Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select * from ... into cursor
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01414879
Message ID:
01414975
Views:
39
Hi Moises,

>Is it not possible to have a cursor with the same name of the table as I do in DE interactive cursor creation ?

No. To stress the point that Hilmar made, though: If you're existing code is using the cursor in the dataenvironment you must replace it with
USE consultas
You cannot replace it with a query in a new cursor. Even though the read part would work, you would still have to rewrite all of your update routines. Changing a cursor in VFP does not change the underlying table.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform