Guest timomart Report post Posted 05/24/2004 08:46 PM I am getting an error in my VBScript, and I would like the module to take the Error path when this occurs. However, Voiceguide pops up a message box and the call script pauses until I press OK on the error. Is there any way to tell Voiceguide to suppress these errors and execute the error path when this happens? Thanks Share this post Link to post
SupportTeam Report post Posted 05/24/2004 10:36 PM You can use Timeout path. If the timeout is reached and there is no response from the VBScript then VoiceGuide will take the timeout path... (You should however probably make sure your VBScript does not generate the Error messages in the first place, use "on error resume next" if you have to in your VBScript...) Share this post Link to post