On May 16, 2006, at 3:54 PM, Christian Cypert wrote:

I have a search area that includes 4 different search criteria. When a user does the search everything works correctly and the results are returned, but if they click on the next page of the batch that is returned the search criteria is lost and all records are returned. It looks like I need to add the extra search criteria to the batch processing, but I'm not exactly sure where to add it.

$needBatch := $batch->makeFuseboxLinks($prev; $batches; $next; $attributes; ""; "<put attribute tags here>")

i.e.
$needBatch := $batch->makeFuseboxLinks($prev; $batches; $next; $attributes; ""; "name;id;rank;horsepower") where "name;id;rank;horsepower"" are the attribute tags for your four criteria

See inPassedAttrs parameters of makeFuseboxLinks, page 423 of the manual.

HTH
--
Bart Alcorn
National Service Center
800-500-6421 x 2360
AIM/iChat: balcornnsc


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to