[ic] query tag question

Tim Nelson interchange-users@icdevgroup.org
Wed Mar 5 10:14:00 2003


I was wondering if there is a way to pre-fetch (for lack of a better word)
the page results from a query tag.

For example:

[query list=1 prefix=sql more=1 ml=10 sql="select * from products"]
   [on-match]
	Collect the sku's here
   [/on-match]
   [list]
      [sql-param sku]<BR>
   [/list]
   [more-list]
   <P>[more]
   [/more-list]
[/query]


Returns me ~20 pages of items, for each page I want to collect
the sku's for the 10 items displayed, but I do NOT want to do it
in the [list] tag, I want to catch them before hand.

Thanks.

Tim