The EOS method attribute is a wonderful thing!

However, for single user systems, I would like to see similar behavior

So now if on 4D Client

` Where Do_Something_Cool is a method with the EOS attribute set
` Waits until method/process is complete

$result:=Do_Something_Cool

` Then
` Continue with code on Client

However
On Single User systems
I need to do something like the following, so the code in the new process 
completes before moving to the next line in the current process.

$new_Process_ID:=New Process ("Do_Something_Cool";0;"Do_Something_Cool")
Repeat 
        Delay Process (Current process;5)
        $process_State:=Process State($new_Process_ID)
Until ($process_State<0)


Maybe I'm just being a dope and this already exists.

Any wise shoves in the right direction would be graciously appreciated

Randy Engle
XC2 Software LLC



**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to