Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor manipulation questions;
Message
From
23/08/1999 12:01:10
 
 
To
23/08/1999 11:56:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00256590
Message ID:
00256618
Views:
21
>>I found one of the problems... there was an old table called Temp on disk that it was grabbing instead of using the cursor. I deleted it and am using a different name for the temporary cursor, but now I get the 'file not found'. If I use line 8A, it gives me 'Invalid path or filename'.
>>
>
>Did you add the .T. to the end of your file list?

PMFJI: Try: on Line 8A
8A *USE (dbf("Temp")) AGAIN IN 0 ALIAS c_Addresses

You can't 'use' the 'temp' alias if its not also temp.dbf, and you may not be pointing at the right dbf to just use dbf() with no alias inside... Doing it that way has always worked for me.

HTH

Rob
Previous
Reply
Map
View

Click here to load this message in the networking platform