Look at the Fox-Helpfile
When you open a table again in another work area, the table in the new work area takes on the attributes of the table in the original work area. For example, if a table is opened for read-only or exclusive access and is opened again in another work area, the table is...
😁I just was writing the PACK-Stuff like Chris mentioned before.
I stopped use the PACK on a network-drive, because this process can take a lot of time. Instead of PACK I do BLANK this record and re-use it when I insert new data. (datarecycling).
I got this already.
I had once a similar problem, but more then 15 yrs ago before i upgraded to VFP9 (used VFP6). Also only on network-drives. And running on W2k/XP-machines. Sadly about same time i upgraded all my progs to VFP9. So I didn't really follow this behavior.
Are You familiar with...
As far as I understand, the file disappearing event doesn't occur when the program only run on local disk. Only when connected to the network.
Does they have a machine running exclusive as a server (7/24) or just a dedicated pc-workstation with the shared folder?
as shown in my picture i create a vertical line as ruler over the whole page. so i can easy adjust the left or right position of those fields.
the field.top position i set 0.01 mm less then teh corresponding label in front. so the text has almost same position in the horizontal view.
.
in newer...
The sharedname was only mentioned as an example. In my systems i only have the "servername" for local network or the "IpAddr" for far networks in the environment. My DataPaths are variables inside my application.
Set this UNC-Path as an environment-parameter like "FarDataServer = \\FarComputer\SharedPath" and you can access them with
Lc_FarData = GETENV("FarDataServer")
To access them by explorer just enter the path "%FarDataServer%"
You also can access all filees also by the whole Networkpath like
USE "\\FarComuterName\SharedPath\Userpath\Filename"....
DO "\\FarComuterName\SharedPath\AnyProgram" with "\\FarComuterName\SharedPath\Userpath\Filename"
therefore my question how You do the access on those files.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.