Damn That was to go to Dave
Sorry Steve -----Original Message----- From: Dave Shelley [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 2:36 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Long List Wrap Steve, Here's another code snippet that should do it: <@assign local$columns 20> <@assign local$rows <@calc expr="<@numrows>/@@local$columns" precision=0>> <table border=1> <@rows stop=@@local$rows> <@assign local$thisRow <@currow>> <tr> <@for stop=@@local$columns> <td>@@local$resultSet[<@calc expr="@@local$thisRow + (@@local$rows*(<@currow>-1))">,1]</td> </@for> </tr> </@rows> </table> Note the line with the td tags might wrap. Dave. -----Original Message----- From: Steve Campbell [mailto:[EMAIL PROTECTED] Sent: April 8, 2004 2:52 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Long List Wrap Sometime ago, I asked this question and got a great answer here on this list. I have searched the archives and been unable to find it so I suppose I will ask again. I have a results list page that is very very long. Matter of fact it goes into the thousands. So, I was wanting it to show like 20 results and then wrap back up to the top of the page. Since the list only contains one field I have room to keep wrapping up to the top. I hope this makes sense, but instead of one long list of names, I need to wrap them up to make several lists since the whole list is so long. If this made sense and you have any ideas, I would appreciate the response. Thanks!!! Steve --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.627 / Virus Database: 402 - Release Date: 3/16/2004 ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.627 / Virus Database: 402 - Release Date: 3/16/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.627 / Virus Database: 402 - Release Date: 3/16/2004 ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
