How can I check whether a cursor exists or not?
Index
‹
Visual FoxPro
‹
Visual FoxPro General
Author
Message
General Fault
Posted: Visual FoxPro General, How can I check whether a cursor exists or not?
Top
That's the question.
Thanks
Visual FoxPro1
Aleniko
Posted: Visual FoxPro General, How can I check whether a cursor exists or not?
Top
I'm not sure what do you mean, but I think a simple if used command should help.
if used("curSomeCursor")
wait "Cursor exists" wind
endif
General Fault
Posted: Visual FoxPro General, How can I check whether a cursor exists or not?
Top
Mmmh, it worked, that's weird because the first time I used "used" didn't work.
Index
‹
Visual FoxPro
‹
Visual FoxPro General