My question is how do you page through records if you have them nested in a Group Sort.
Example:
--------------------------------------------------
<cfoutput query="SEARCH" group="LocationName" startrow="#start#" maxrows="#display#">
#LocationNAME#
<cfoutput>
#SEARCH.CurrentRow# #LASTNAME#, #FIRSTNAME#
</cfoutput>
</CFOUTPUT>
--------------------------------------------------
If I enter in ther Max row in the initial <CFOUTPUT> I do not get the desired result. Is it at all possible?
Please advise me with any help.
Thank you,
David
Example:
--------------------------------------------------
<cfoutput query="SEARCH" group="LocationName" startrow="#start#" maxrows="#display#">
#LocationNAME#
<cfoutput>
#SEARCH.CurrentRow# #LASTNAME#, #FIRSTNAME#
</cfoutput>
</CFOUTPUT>
--------------------------------------------------
If I enter in ther Max row in the initial <CFOUTPUT> I do not get the desired result. Is it at all possible?
Please advise me with any help.
Thank you,
David