Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Time of the servers
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00392588
Message ID:
00392598
Views:
11
>How can I know the time of a Novell Server and a NT server (I don't want to synchronize, just get the time) to use in a VFP function (They are not in sync, and I want to know the gap). I am not using a NT workstation so the NetRemoteTOD function is not valid.
>
>TIA,
>Hugo

Create temporary files on both servers using FCREATE(). Use FCLOSE() to close them and ADIR() to get the creation datetime of each file. Those datetimes are based on the time of the server not the workstation that created them.

Remember to delete them or you are going to have a lot of temp files cluttering your hard drive after awhile.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform