Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to synchronize workstations datetime and server?
Message
From
08/09/2005 02:37:03
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01047584
Message ID:
01047609
Views:
35
Hi,

download #28338 contains such a function, it's a wrapper around
NetRemoteTod & SetLocalTime/SetSystemTime API's.

NetRemoteTOD isn't available on Win95/98/Me, so it obviously won't work on these operating system's.
IF SyncToServerTime('\\yourServer') = 1
&& "time syncronized"
ELSE
   AERROREX('laError')
   display memory like laError
ENDIF
Regards
Christian
Previous
Reply
Map
View

Click here to load this message in the networking platform