Hi,
you are using any kind of network ? - does it occure more or less regulary when more than one user is active ?? -- _then_ i would just guess a cache setting problem ...
In this case ! maybe read here just as intro into the general problem:
https://groups.google.com/d/msg/harbour-users/SX2mnEB56aI/GOSHIM4QkHUJ
maybe provide more information about your environment to the other gurus here ;-)
regards
rolf
Yes this is Windows network, XP. What are cash settings and how can I set them?
cash for cache, hehe ;-)
Look into the sourcecode of the mentioned function:
Win_OSNetRegOK() -- you will find it in contrib/hbwin/win_os.prg
This because you better know a bit, what registry keys will be changed -- in case you want to revert something you can search for them if and how they are set before, or make a backup.
Without any param it will only check and report true or false, if the settings are good. To use it you have to link the hbwin lib, just add a 'hbwin.hbc' to your .hbp
Then use it one time on every client/server, logged in as admin! with .T. as first param.
HTH, regards
rolf