I got it... here's what I did: In the results html of the search action, I assigned an array with only the column headers:
<@ASSIGN NAME="headerRow" VALUE="@@local$resultSet[0,*]" SCOPE="local"> Then, after I do the <@ADDROWS> to create an array named 'Records', I put the header back on the array... <@ASSIGN NAME="Records[0,*]" VALUE="@@local$headerRow" SCOPE="local"> Thanks, David Green [EMAIL PROTECTED] Systems InSight, Inc. http://www.systemsinsight.com David Green wrote: > > Hopefully this is quick and easy... > > I'm doing a couple database searches and then combining them with > <@ADDROWS>. Everything works like it should, but it removes the > original column headers from the search action. > > So I try to re-add them using <@ADDROWS> again, but all I can do is add > at row 1 of the array, not 0. > > Has anyone done this before? Any help is appreciated! > > Thanks, > > David Green > [EMAIL PROTECTED] > Systems InSight, Inc. > http://www.systemsinsight.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
