Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tip o' the Day: ALTER TABLE on a Cursor
Message
From
16/02/2001 10:56:49
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00476591
Message ID:
00476647
Views:
25
>It seems that, for whatever reason, when I'm running the code below, if it's >running on my NT 4 Server (locally), it can't find the cursor file (i.e. VFP >launches the Open dialog) to ALTER. It works fine when I run the application >across the network from my Win2000 and Win98 machines, any ideas?

Brian,

Out of interest have a look to see if your created cursor has a presence on disk

? file(dbf('mycursor'))

if not then try using nofilter in the select statement

HTH

Will
Will Jones
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform