You can store the result of a search action into an array In the results action of the search action place the following <@ASSIGN user$results VALUE="@@resultSet">
you can now reference the values of search action in the array example: @@user$results[1,ColumnName] 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 Fogelson, Steve Sent: Tuesday, July 30, 2002 3:15 PM To: Multiple recipients of list witango-talk Subject: Witango-Talk: Email Back at the email stuff. I allow a user to select info from a row to be emailed to them. I do it by having them enter an address and select submit in a form. I use an IfElse action (<@ARG _function>=Email) to select when reentering the taf. It appears I have to use a search action to pull the record again. I don't really want to pass the info via the URL as there is quit a bit of info. Do I need an html result for the search action to assign each field to a variable? I try to reference the fields (<@COLUMN "Listings.L_Price">) directly in the email action and they don't display. Thanks Steve Fogelson Internet Commerce Solutions ________________________________________________________________________ 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
