Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor NAME
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00432266
Message ID:
00432269
Views:
26
>WHEN I DO A SELECT * into cursor somecursor, and use somecursor and then "?dbf(), it returns some temporary name for somecursor. Does this mean I cannot reference it but "somecursor"?


The select creates a temporary table and opens it with an alias. So, you can reference it by the alias (eg. [Alias].[field name]), just like if you opened a table with an alias.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform