Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making unique cursor name?
Message
 
 
To
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:
01288108
Views:
15
Thank you very much!

>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?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform