Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
StartApp.exe Question
Message
 
To
29/05/2007 22:38:35
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01229151
Message ID:
01229197
Views:
6
Hello,

I will give it a try.

Thanks,

TFISHER

>>Hello,
>>
>>I use Doug Hennig's StartApp.exe utility to update my VFP program. I have a client that has both a Windows network and Novell network.
>>
>>On the computers that run on the Windows network, the StartApp works just fine, i.e., if a file is changed on the server located on the Window network, that file is checked and updated on the client -- once updated on the client, it does not update on the client until it is again changed on the server.
>>
>>On the Novell network, the timestamp for the files are changed by 1 second from the timestamp on the server located on the Novell network, as such, each file is updating each time the VFP program starts -- which is slooooow and is a pain in the neck with as many files as I have on the server!
>>
>>Has anyone experience this type of problem? If so, is there a fix?
>
>You can simply edit the code in StartApp to check if the file is newer by at least a minute, i.e. instead of
>
>if ftime(oldfile)< ftime(newfile)
>
>try
>
>if ftime(oldfile)+60 < ftime(newfile)
Thanks,

TFISHER
Previous
Reply
Map
View

Click here to load this message in the networking platform