Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sharing tables on the network problem
Message
From
19/04/2004 00:44:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Sharing tables on the network problem
Miscellaneous
Thread ID:
00896008
Message ID:
00896008
Views:
46
i have my tables on h:\drs. i simultaneously run my application on 2 computers. but i'm having error error loading file - record number 6. Formset1 < or one of it's members > Parent: File access is denied.

in my form's load event, i have this
set path to h:\drs

set exclusive off
set multilocks on

use drs again shared in 0
=cursorsetprop("buffering", 5, "drs")
=tableupdate(.t.)
set order to key descending
go top
nreccount=reccount()

use login again shared in 0
=cursorsetprop("buffering", 5, "login")
=tableupdate(.t.)

use userlog again shared in 0
=cursorsetprop("buffering", 5, "userlog")
=tableupdate(.t.)

sele drs
thisform.show()
what's wrong? TIA.
Next
Reply
Map
View

Click here to load this message in the networking platform