Re: Delphi: ExecAppWait


[ Delphi Forum -- by DelphiLand ]

Posted by webmaster Guido on December 21, 2003 at 16:34:16:

In Reply to: ExecAppWait posted by Gary Wakerley p12349 on December 20, 2003 at 16:46:44:

: I am using ExecAppWait in a project. How can an error be generated if the program executed has failed?
----------

Sorry, I don't understand.

ExecAppWait already returns "false" if the program can not be executed. In the ExecAppWait demo, this return value is used to show an error message if it failed.

Maybe you mean: how to generate a Delphi "exception" when function ExecAppWait results false? Or maybe you mean something else?

Please let me know and I'll look for a solution.


Related Articles and Replies:


[ Delphi Forum ]
[ DelphiLand: free Delphi source code, tips, tutorials ]