Might not be related but it's good practice to scope your variables ----- Original Message ----- From: "Bryan Hughes" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, February 11, 2005 8:31 AM Subject: Re: Witango-Talk: Losing search arg values
> Nope, @SEARCHARG and @ARG don't work, I even tried > > <@ASSIGN myargnames VALUE="<@SEARCHARGNAMES>"> > <@ROWS ARRAY="myargnames"> > <@ASSIGN NAME="<@COL 1>" VALUE="<@SEARCHARG <@COL 1>>"> > </@ROWS> > > > > Bryan Hughes > TFG-PIU > 954-493-6565 x122 > > > On Feb 11, 2005, at 11:28 AM, John McGowan wrote: > > > Bryan, > > > > Does it work if you use @ARG instead of @SEARCHARG? > > > > /John > > > > Bryan Hughes wrote: > > > >> I have the taf looking up all the information, I just pass a pointer > >> > >> http://localhost/svcs/web/irprocess.taf?drv_id=18393&proxy=1 > >> > >> Only two args. > >> > >> > >> Bryan Hughes > >> TFG-PIU > >> 954-493-6565 x122 > >> > >> > >> On Feb 11, 2005, at 11:06 AM, Ben Johansen wrote: > >> > >>> Hey, > >>> > >>> Do you have a sample of the URL? > >>> Is the length greater than 255 chars? > >>> > >>> Ben Johansen - http://www.pcforge.com > >>> Authorized Witango & MDaemon Reseller > >>> Available for Web App. Developement > >>> > >>> > >>> -----Original Message----- > >>> From: Bryan Hughes [mailto:[EMAIL PROTECTED] > >>> Sent: Friday, February 11, 2005 8:57 AM > >>> To: [email protected] > >>> Subject: Witango-Talk: Losing search arg values > >>> > >>> I've created a trigger in my MS SQL database that uses MSXML to call > >>> URLs. > >>> > >>> This allows me to have the database trigger web applications. > >>> > >>> I have it working fine for three TAFs but another one will not > >>> recognize the search arg values passed to it. > >>> > >>> I've even opened up a web browser and tried to manually call the TAF > >>> passing the URL encoded search args with no luck. > >>> > >>> @SEARCHARGNAMES gives me an array with the names of the search args > >>> but > >>> when I use @SEARCHARG to dislpay the value it's empty. > >>> > >>> The same logic works on three other TAFs. > >>> > >>> Anybody had any experience with TAFs losing search arg values? > >>> > >>> Bryan Hughes > >>> TFG-PIU > >>> 954-493-6565 x122 > >>> > >>> _____________________________________________________________________ > >>> __ _ > >>> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > >>> > >>> > >>> _____________________________________________________________________ > >>> __ _ > >>> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > >>> > >> > >> ______________________________________________________________________ > >> __ > >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > >> > > _______________________________________________________________________ > > _ > > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
