Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timeout on read
Message
From
03/03/1998 12:23:10
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00082266
Message ID:
00082327
Views:
24
>why not use a timer? you can attach to your forms or to the _screen. also (i think) to your appliation object (if using)
>
>>hi,
>>In fox 2.6, I remember some kind of timeout on a read statement. Does this still exist in VFP5?
>>
>>What I need:
>>We have developed a reporting tool that's running on our network. We're constantly adding to it every day. When an enhancement is ready for production we have to fight to get everyone out of the .EXE to put the new one live.
>>
>>We'd like to have two EXEs, a shell, and the core application. Every ten seconds the core EXE checks if a file exists in a directory. (this was the timeout on read thing). If the file exists, the core EXE quits out to the shell EXE. The shell EXE does the same check for when the file disappears. When the file is gone, the shell EXE lets the user back into the core EXE.
>>
>>Does this sound like a doable thing?
>>How do I make this polling process (is a do-while loop good enough)?
>>Will modal forms in the core EXE pause the polling process?
>>If so can I put the polling process in each modal form?
>>Can a VFP5 EXE call another VFP5 EXE?
>>
>>Thanx,
>>John Morga

There is a VFP/Fp library floating around that does this.. It is called killit..
Previous
Reply
Map
View

Click here to load this message in the networking platform