This is very straightforward.  Use a file action to write the data to
disk - a recent post gave a very clear explanation.  Then create a link
to the file.  So in  your taf, you'd have a search action. In the
results html assign the resultset to a variable.  Right after that do a
file action. (see below).  Then do another results action with the
search results and a link to the file.

John

see quote below.

Marc,

Simple...  You just need to format the array of data and use a File
action
to write it to a file.

To format the data, you could do something like:

<@ROWS>
  <@COLS><@DQ><@COL><@DQ>,</@COLS><@CRLF>
</@ROWS>

This isn't perfect, but would yield almost exactly what you need.

I'd spend more time keying an example, but it's 5:30 and I'm off home
for
the weekend (to prepare for my daughters 2nd birthday -- aawww; bless
:).

Jon

Marc Leblanc wrote:
> 
> Hi all,
> I would like to know if it was possible to export the data from a lookup
> action to a text file from a user intervention.
> 
> Let's say a user sees his order on the screen then by the click of a button
> would be able to save it in a text format.
> 
> Is that possible at all?
> 
> thanks
> 
> Marc Leblanc
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> ________________________________________________________________________
> 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

Reply via email to