Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
State of a cursor in error log
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
State of a cursor in error log
Miscellaneous
Thread ID:
01684235
Message ID:
01684235
Views:
41
Hi,

I am pretty much sure that what I am asking is not possible. But I will ask anyway, just in case.

When I scan (with FOR) though the Stack array (ASTACKINFO), can I get the state of an alias at each point? That is, say, I want to see if an alias cAlias was open or close at each FOR?
ASTACKINFO(aProgStack)
FOR iEle = 1 TO ALEN( aProgStack, 1 )
        ?? select(cAlias) > 0
NEXT
TIA
"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
Next
Reply
Map
View

Click here to load this message in the networking platform