The mail action uses the resultSet to return communications from the server
--From the manual-- The result of the action is a one-column array of the messages received from the SMTP server. Use <@COL 1> inside a <@ROWS> block in the Mail action's Results HTML to display these results. The resultSet for a Mail action shows both the mail server's and the client's side of the SMTP conversation, and the commands Witango sends to the mail server. Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Latest downloads & List Archives @ http://www.witango.ws -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Robert S. Sfeir Sent: Tuesday, October 15, 2002 10:16 AM To: Multiple recipients of list witango-talk Subject: Re: Witango-Talk: Duh! A mail action is a query ??? What do you mean? A query is a select from a database and a mail action is not. If you're getting a resultset over written it's because you're doing SOMETHING in the mail action (Like calling a method which does a query) which is overwriting your original resultset. Pretty bad assumption. R On Tuesday, October 15, 2002, at 01:08 PM, [EMAIL PROTECTED] wrote: > I just realized after beating my head against a wall for > a few hours trying to solve an odd resultset behavior, > that a mail action is a query, and creates its own > resultset, over writing any previous resultset. > > Just had to tell somebody! > > JOhn NEwsom > > _______________________________________________________________________ > _ > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
