Thanks for the link to the Manual. It may help with a few things. It doesn't answer my basic question however. In Kix 3.63, you have OLECALLFUNC and OLECALLPROC. In Kix 4, both of thesse commands are gone and have been replaced with handle.name(arguments...). That's well and good, but OLECALLFUNC and OLECALLPROC are two different things. If I were to do an OLECALLFUNC a value would be returned. That doesn't appear to be the case with the handle.name in Kix 4.

In VBScript, this line is the key to determining the status of the agent: "Do Until request1.Status = Complete" In Kix3.63, I could use the OLECALLFUNC and then check the value of "Request.Status" until it shows the action has completed. If I were to use OLECALLPROC, I would never receive a value in "Request.Status". That is the same as with "handle.property" It will never contain the return value from the showing the action has completed, so it's not truely an equivelent for OLECALLFUNC.

Any ideas?

_________________________
Mike