Guest Tom Storey Report post Posted 01/10/2008 01:29 PM I've uploaded logs and script for another problem I'm having with V7. This time after using vg.Play_Start to play a sound file VG hangs in the VBScript module and will not move on. The wait setting at the bottom of the VBScript module have on effect on returning. If I put a VBScript in, say the Verify Enter Number or any place, and I miss a " mark with on error message boxes how do I know that there is an error in VBScript and what the error is? I am starting to get concerned about all the problems we are run into as I move good running V5 script to V7. We paid thousands of dollars on upgrade licenses and I've have not got a single V5 script to run on V7. Logs_And_Script_From_Tom_Storey_2.zip Share this post Link to post
SupportTeam Report post Posted 01/11/2008 12:57 PM Looks like the system is not taking the Success path after the sound file started with the Play_Start COM command completes. As a workaround for now please try using a path like this: on {EV_PLAY_FINISHED} goto [Hangup the Phone] Please do not use "Timeout 0" paths in the VBScript module - they would usually instantly terminate the VBScript - as that path would essentially give the VBScript 0 seconds to run before the Fail path is taken. Share this post Link to post