Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making unique cursor name?
Message
From
01/02/2008 10:29:18
 
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:
01288085
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
Either
INTO CURSOR SYS (2015)
lcAlias = ALIAS ()
or
lcAlias = SYS (2015)
INTO CURSOR (m.lcAlias)
But personaly I prefer to put a "cur" before the name to easily locate the cursors in the list:
lcAlias = "cur" + SUBSTR (SYS (2015), 4)
INTO CURSOR (m.lcAlias)
>First, thank you for your help.
>
>If I use INTO CURSOR sys(2015), what is the alias name I use later to access values?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform