Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Locking
Message
From
10/12/1999 09:50:17
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00301584
Message ID:
00301662
Views:
30
>USE networktable IN 0 SHARED
>SELECT * FROM networktable INTO CURSOR foo NOFILTER
>lcfile = DBF('foo')
>USE IN networktable
>SELECT localtable
>APPEND FROM (lcfile)




USE \\hr_server\public\lup2 IN 0 SHARED
SELECT * FROM lup2 INTO CURSOR foo NOFILTER
lcfile = DBF('foo')
USE IN lup2
SELECT c:\sys2data\lup2
APPEND FROM (lcfile)



the file's name is lup2 on both server and local
when I run this code the line

select c:\sys2data\lup2

I get "command contains unrecognized phrase/keyword"

Am I doing something wrong?


Chris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform