It looks like you are trying to call the array from a place that is not
local to the resultSet. Are you trying to run this code within the
result page of the action?

Try this in the top line of the results page of the search action.
<@ASSIGN NAME="TheResults" VALUE="@@resultSet" SCOPE="Local">
I do it this way for several reasons

1. Since there can only be one resultSet array at a time and I don't
reference it with a scope, as to make sure that I get the latest
resultSet no matter what scope Tango assigns to it ;-)

2. I am very Leary about the using the resultSet array directly, and
usually have several search actions to build up the needed values so I
assign them my own arrays. 

Hope this helps

Ben Johansen - http://www.pcforge.com
Authorized Witango & MDaemon Reseller 
Available for Witango Developement


-----Original Message-----
From: Sean Mulligan (Information Technology)
[mailto:[EMAIL PROTECTED] 
Sent: Monday, February 23, 2004 5:19 AM
To: '[EMAIL PROTECTED]'
Subject: Witango-Talk: Array?

Hi All

Have a bit of a problem here. 

I'm using an array to update multiple records.  

This is been ran on a development server.  There are no problems with
this
until I transferred the whole system over to a live server for all
users.

It's displaying the taf without the array details. 

When I display the array @@local$resultset

I get the following :
<@__REF name=resultSet userref=__289687DECD6D04724039DB30>

Does anyone know of anything I have to change when transferring tafs
from
one server to another. 
Both servers are windows 2000 and both are using Tango 2000
Any help?.

Thanks

Sean Mulligan
I.T Development Team
Meath County Council
Railway St.
Navan
Co. Meath
Direct - 046 -9067342

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to