Re: Witango-Talk: getting the record number of the row justcreated

2003-08-25 Thread Roland Dumas
Thank you! Perfect. On Sunday, August 24, 2003, at 04:49 PM, Witango Support wrote: <@ASSIGN request$Record_ID "@@request$ResultSet[1,1]"> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Re: Witango-Talk: Order Number

2003-08-25 Thread Campbell Steve
Hello All Simple problem here..and I know that it's been talked about, fixed and even probably talked about over and over again on this list. I am doing a simple insert action into a table in my database. After the Insert action of course WiTango gives you the "Record added successfully" default

Re: Witango-Talk: Order Number

2003-08-25 Thread Roland Dumas
that was the question I just posted and witango support answered On Sunday, August 24, 2003, at 05:51 PM, Campbell Steve wrote: Hello All Simple problem here..and I know that it's been talked about, fixed and even probably talked about over and over again on this list. I am doing a simple

Re: Witango-Talk: Order Number

2003-08-25 Thread JJ Smith
Is the answer to this not the same as the solution posted by Witango Support an hour or two ago to a similar issue This is more accurate and reliable than doing a search action. Witango Support wrote You can also use a Direct DBMS containing: select <@literal @@identity> immediately af

Re: Witango-Talk: Order Number

2003-08-25 Thread Campbell Steve
On 8/24/03 8:01 PM, "JJ Smith" <[EMAIL PROTECTED]> wrote: > Is the answer to this not the same as the solution > posted by Witango Support an hour or two ago to a > similar issue > > This is more accurate and reliable than doing a search > action. > > Witango Support wrote > > You can a

Re: Witango-Talk: Client Error. The server refused connection.

2003-08-25 Thread Phil Wade
Title: Re: Witango-Talk: Client Error.  The server refused connection. Tom, Your issue may be caused by the wrong plug-in being used by the web server when connecting to the witango server.  The installer, rather than overwiting your settings will warn you that you have .taf, .tcf and .tml mappe

Re: Witango-Talk: <@CGIPARAM CLIENT_IP> gives server IP

2003-08-25 Thread Garth Penglase
Title: Re: Witango-Talk: <@CGIPARAM CLIENT_IP> gives server I Thanks Phil, so essentially what this means is that the differences in what is returned by the web server for any CGIPARAM call must lie with the way that the web server is configured. And thus how that differs comes down to the option

Re: Witango-Talk: <@CGIPARAM CLIENT_IP> gives server IP

2003-08-25 Thread Phil Wade
Title: Re: Witango-Talk: <@CGIPARAM CLIENT_IP> gives server IP Yes that is correct. On 25/8/03 6:03 PM, "Garth Penglase" <[EMAIL PROTECTED]> wrote: Thanks Phil, so essentially what this means is that the differences in what is returned by the web server for any CGIPARAM call must lie with the

Witango-Talk: Query Problem

2003-08-25 Thread John Shaw
Title: Re: Witango-Talk: Client Error.  The server refused connection. Hello again,   I've been using this Insert for years and it stopped working last week.  It might have something to do with upgrading to Witango.  [Order_Number] and [Tracking Number] are both varchar fields.  Does this hav

Re: Witango-Talk: Query Problem

2003-08-25 Thread Dan Stein
Title: Re: Witango-Talk: Query Problem John Why the “ “ around Tracking number. Witango SQL Query:   INSERT INTO Orders_Tracking (Order_Number,Tracking Number) VALUES ('@@local$Order_Number','@@local$Item_Description') Try on 8/25/03 10:52, John Shaw at [EMAIL PROTECTED] wrote: Hello again, I

Re: Witango-Talk: Query Problem

2003-08-25 Thread John Shaw
Title: Re: Witango-Talk: Query Problem That's the query generated by Witango in the insert action. - Original Message - From: Dan Stein To: [EMAIL PROTECTED] Sent: Monday, August 25, 2003 12:37 PM Subject: Re: Witango-Talk: Query Problem John Why the “ “ arou

Witango-Talk: cookies in tcf

2003-08-25 Thread Roland Dumas
can you drop a cookie or create user scope variables in a tcf? TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Re: Witango-Talk: Query Problem

2003-08-25 Thread Dan Stein
Title: Re: Witango-Talk: Query Problem Try taking the Query generated by the action and putting it into the query analyzer if you are using MS SQL 2000 and then see if removing the “ “ fixes it. If so then I would recreate the action and see if you can get it to generate it properly. Dan on 8/

Witango-Talk: cookies expire on reading?

2003-08-25 Thread Roland Dumas
I set a cookie with an expiration some time in the future, 180 days. I read the cookie and it turns into a session cookie. I look all through my code to see where I might have done this. I do a simple experiment and set a cookie with one taf with one line. I check it to make sure that the exp

Re: Witango-Talk: cookies expire on reading?

2003-08-25 Thread Bill Conlon
There is a bug. If you set a cookie using the ASSIGN ACTION, the cookie will expire immediately, no matter what date you set. Instead, set the cookie with the <@ASSIGN> metatag. > > > >I set a cookie with an expiration some time in the future, 180 days. > >I read the cookie and it turns into a

Re: Witango-Talk: cookies expire on reading?

2003-08-25 Thread Roland Dumas
A known bug that is being fixed? I'd hate to have to find all the cookie reads in all applications and have to pair them with cookie-drops to keep the things in place. On Monday, August 25, 2003, at 12:37 PM, Bill Conlon wrote: There is a bug. If you set a cookie using the ASSIGN ACTION, the co

Re: Witango-Talk: cookies expire on reading?

2003-08-25 Thread Roland Dumas
Oh, by the way, that's not what I observed. I set a cookie with the assign action, close the browser, open it up again, check cookies, and find it's there with the right expiration date. It is the simple reading of the cookie, e.g., a line line taf: @@cookie$mycookie that causes it to be ov

Re: Witango-Talk: cookies expire on reading?

2003-08-25 Thread Roland Dumas
On Monday, August 25, 2003, at 01:05 PM, Roland Dumas wrote: It is the simple reading of the cookie, e.g., a line line taf need to check my spelling: that's "one line taf" a "line line" taf is one that really dances ;-) TO

Re: Witango-Talk: Query Problem

2003-08-25 Thread Mystery Dev
if you place the output of a Search or Insert Action into a DirectDBMS that contains quotes wrap the DiretDBMS in <@ASSIGN noSQLEncoding true> DBMS <@ASSIGN noSQLEncoding false> this will stop Witango from trying to determine quotes needed and just submit it as is --- message from "John Shaw" <

RE: Witango-Talk: cookies in tcf

2003-08-25 Thread Ben Johansen
Yes You can drop'em and toss'em ;-) Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Authorized MDaemon Mail Server Reseller http://www.pcforge.com/AltN.htm -Original Message- From: Roland Dumas [mailto:[EMAIL PROTECTED] Sent

Witango-Talk: Bulk Email

2003-08-25 Thread Wilcox, Jamileh (HSC)
OK, I'm going to be doing some bulk emailing via Tango (Tango 2000 on W2K IIS5). I'll be using a FOR loop to work through a Search resultset, with a Mail action in the loop to send emails with data from the database search. I know that there's a problem with losing emails if too many are sent. Ca

Re: Witango-Talk: Bulk Email

2003-08-25 Thread Roland Dumas
If you have a copy of Dreamweaver around, you might try the "clean up MS Word" function that takes out the noise in files created by MS applications. On Monday, August 25, 2003, at 03:20 PM, Wilcox, Jamileh (HSC) wrote: These are Word documents saved as HTML (yuck!) - they work fine if I cut&p

RE: Witango-Talk: Bulk Email

2003-08-25 Thread Wilcox, Jamileh (HSC)
Cool! I didn't know Dreamweaver could do that...I'll give it a try. Thanks! j > -Original Message- > From: Roland Dumas [mailto:[EMAIL PROTECTED] > Sent: Monday, August 25, 2003 5:25 PM > To: [EMAIL PROTECTED] > Subject: Re: Witango-Talk: Bulk Email > > > If you have a copy of Dre

RE: Witango-Talk: Bulk Email

2003-08-25 Thread Wilcox, Jamileh (HSC)
That helped a lot! Thanks!! It fixed the doublespacing & the ActiveX object. For some reason, it turned my background yellow, but I think I can find that & fix it by hand. Thanks, Roland. j > -Original Message- > From: Roland Dumas [mailto:[EMAIL PROTECTED] > Sent: Monday, August 25,

Re: Witango-Talk: cookies in tcf

2003-08-25 Thread John Shaw
Hi Ben, I'm having trouble keeping up with all my work. If my boss will go for it, would you be willing to take on a small contract from time to time? John - Original Message - From: "Ben Johansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 4:38 PM Subjec