I created a drill down query with the Studio wizard - works fine - except
I'd like to break up the results to say 10 per page. I've gone in an added
code I've used before (basically out of the Forta book) but it's hanging
when I move to the 'next' page...
I know what's wrong - when the form resubmits to itself - the 'criteria' is
missing so it bombs...
<cfset criteria = " " >
<cf_survey_appendcriteria
fieldname="#Form.Crit1_FieldName#"
fieldtype="#Form.Crit1_FieldType#"
operator="#Form.Crit1_Operator#"
value="#Form.Crit1_Value#">
I'm not sure how to fix this however... Should I create a page the grabs
the form input - sets the criteria and then use some cfsets to create
variables - then pass those to the results page??
Any suggestions would be greatly appreciated!
Thanks much!
Jim Priest
CRB Engineers
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.