filibuster
Programmer
Hi,
I am looking for a solution how to synchronize date & time between foxpro applications on different computers which might be running for a certain period (e.g. 1 week) without restarting.
The windows command "net time" ( is working fine in my environment on the DOS prompt.
However, a running instance of foxpro 2.6 / windows only picks up changes in the system date (date() function), but changes in the system time (time() function) are ignored by FoxPro.
I could capture the output of "net time" in foxpro or build my own time server, but that would still leav the internal foxpro time() function unchanged.
any suggestions ?
thanks
I am looking for a solution how to synchronize date & time between foxpro applications on different computers which might be running for a certain period (e.g. 1 week) without restarting.
The windows command "net time" ( is working fine in my environment on the DOS prompt.
However, a running instance of foxpro 2.6 / windows only picks up changes in the system date (date() function), but changes in the system time (time() function) are ignored by FoxPro.
I could capture the output of "net time" in foxpro or build my own time server, but that would still leav the internal foxpro time() function unchanged.
any suggestions ?
thanks