Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making unique cursor name?
Message
From
01/02/2008 10:31:36
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01288050
Message ID:
01288091
Views:
11
>>lcCursorName = "MeaningFullPrefix" + sys(2015)
>>SELECT ... INTO CURSOR (lcCursorName)
>>
>What alias name would the resulting cursor have so that I can access it?

You already have the alias in lcCursorName. Just don't forget to use macro expension:
SELECT (m.lcCursorName)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform