 |
 |
Screenshots |
|
|
 |
Downloads |
|
|
 |
Resources |
|
|
 |
|
|
 |
|
|
|
 |
|
|
When IntraLaunch cannot execute the assigned application it attempts to do one of three things specified
through the ProcessErr parameter. Failures occur if the executable is not found, the path is not found (IntraLaunch 4.5 and higher required) or
if the file has no associated program (IntraLaunch 4.5 and higher required). ProcessErr can be either "MessageBox", "OpenPage", or "Install".
This error control essentially only applies to execution of programs or associations, if a macro fails
such as IntraLaunch:CDOpen fails to open the CD-Rom then an error event won't be raised and ProcessErr won't
be processed.
MessageBox - if this is specified, then the parameter ErrAction must be the custom dialog box
title and message to display. The format is "Dialog Box Title|Message".
OpenPage - if this is specified, then the parameter ErrAction must be a fully qualified URL to a
web page.
|