English Deutsch Français Italiano Particle Software Buy Now


Particle Software
 
Error Control
   ..::   Über uns  •  Kaufen  •  Suchen  •  Kontakt  • Home   ::..
 
Screenshots
Downloads
Ressourcen
• Makros

 
   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.


 
 
<HTML>
<BODY>

(Common HTML Web Page)

<OBJECT ID="IntraLaunch" WIDTH=65 HEIGHT=77    CODEBASE="http://intranet.net/menu/IntraLaunch.CAB#version=5,0,0,0"    CLASSID="CLSID:0AE533FE-B805-4FD6-8AE1-A619FBEE7A23">
   <PARAM NAME="ImageLoc" VALUE="Remote">
   <PARAM NAME="ImageSrc" VALUE="http://intranet.net/menu/excel.gif">
   <PARAM NAME="Run" VALUE="C:\Program\Not\Found.exe">
   <PARAM NAME="RunParms" VALUE="">
   <PARAM NAME="DefDir" VALUE="">
   <PARAM NAME="Display" VALUE="MAX">
   <PARAM NAME="ALTInfo" VALUE="Run Program">
   <PARAM NAME="ProcessErr" VALUE="OpenPage">
   <PARAM NAME="ErrAction" VALUE="http://company.com/error.html">
</OBJECT>

(Common HTML Web Page Continued)

</BODY>
</HTML>
 
 
       



 
 
<HTML>
<BODY>

(Common HTML Web Page)

<OBJECT ID="IntraLaunch" WIDTH=65 HEIGHT=77    CODEBASE="http://intranet.net/menu/IntraLaunch.CAB#version=5,0,0,0"    CLASSID="CLSID:0AE533FE-B805-4FD6-8AE1-A619FBEE7A23">
   <PARAM NAME="ImageLoc" VALUE="Remote">
   <PARAM NAME="ImageSrc" VALUE="http://intranet.net/menu/excel.gif">
   <PARAM NAME="Run" VALUE="C:\Program\Not\Found.exe">
   <PARAM NAME="RunParms" VALUE="">
   <PARAM NAME="DefDir" VALUE="">
   <PARAM NAME="Display" VALUE="MAX">
   <PARAM NAME="ALTInfo" VALUE="Run Program">
   <PARAM NAME="ProcessErr" VALUE="MessageBox">
   <PARAM NAME="ErrAction" VALUE="Execution Error|Program not found">
</OBJECT>

(Common HTML Web Page Continued)

</BODY>
</HTML>
 
 
       



Copyright © 1997-2012 Particle Software - All Rights Reserved
Web services provided by Extreme Hosting