Guest Mark Bellavance Report post Posted 06/13/2004 04:33 AM 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
SupportTeam Report post Posted 06/13/2004 05:44 AM 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