VoiceGuide IVR Software Main Page
Jump to content

Passing From Vg To A Vb Script?

Recommended Posts

I am trying to retreive information from the web for shipping information. I have been able to retreive it through vb using just

 

.Navigate("http://www.anywho.com/qry/wp_rl?npa=555telephone=5555555")

 

when I try to pass information like below from VG it does'nt pass through, am I missing something here? Yes I am a novice. I've tried quotes no good.

 

.Navigate("http://www.anywho.com/qry/wp_rl?npa=$RV[shipArea]&telephone=$RV[shipPNumber])

 

Do I need to first define $RV"whatever" as something?

 

Many thanks, please help before I'm bald.

Share this post


Link to post
I've tried quotes no good.

 

.Navigate("http://www.anywho.com/qry/wp_rl?npa=$RV[shipArea]&telephone=$RV[shipPNumber])

there is only one quote character in the line above - there should be another " after [shipPNumber]

 

If you are still having problems after fixing that please post your script here, along with the trace log capturing the problem and we can have a look.

 

(When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call.)

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×