I know this is basic early stuff but I've never done it this particular way
and all my experiments and searching of the manuals is going nowhere.

A search is returning a ResultSet and I am assigning this to a VAR called
'SearchResults'.

If I display @@local$SearchResults[0,*] I see the column names from the
datasource (FMP in this case).

How can I display an individual element by it's column name? Something like:

<@ROWS ARRAY=SearchResults SCOPE=Local>
    @@local$SearchResults[<@CURROW>, 'Country'] <br>
</@ROWS>

Where the column I wish to display has header Country?

Wayne Irvine 


                  Byte Services Pty Ltd
               http://www.byteserve.com.au/
                  [EMAIL PROTECTED]
   Ph 02 9960 6099   Mob 0409 960 609   Fax 02 9960 6088

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

Reply via email to