Mark Leder wrote: >-- I'm working on a verity collection containing 16,000 + records > >from a database (each record has a unique key field). I want to > use >the Next N navigation templates as described in Ben Forta's CF 5 > Web >Application book (pp.662-676) to display 5 records at a time. In > the >example, the database is re-queried each time a new group of > records >is returned. However, I can't really do that with a Verity > search, >can I? I've tried passing the "Criteria" parameters with no > luck. >Should I be using an array or structure for the results to pass > the >original Verity results between templates? How would this be > done? > cache your verity search results in a applicaction var with the key being the search string, then the rest should be straightforward...
z ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

