Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about cursors
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00978277
Message ID:
00978355
Views:
30
>
>OK I understand that.
>
>Would you know of a sure-fire way to identify that the alias I am dealing with is a cursor? I am thinking that I can't really use the method of checking to see if the file exists, on the off chance that it really does need to exist on the disk for whatever resource reason. CURSORGETPROP() sees the SourceType as a table. Any suggestions?

Jon,

I know only a kludgy way
IF JUSTEXT(DBF("mycursor")) = "TMP"
  * This is a cursor
...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform