<cfoutput query="Recordset1" startrow=#Repeat1_StartRow# maxrows=2Repeat1_NumRows#> <cfoutput query="Recordset1" startrow=#Repeat1_StartRow# maxrows=2Repeat1_NumRows#> </cfoutput>
I have max rows set to 2. Is there something I am missing here? Eric Nicholas Sweeney wrote: > I am not sure I am following you - Do you mean in a Loop? In a query? > > <cfloop query="yourQRY" StartRow="1" ENDROW="10"> > > Or - > > <cfoutput query="yourQRY" maxrows="10"> > > Is that what you mean? > > Otherwise, it will output the entire query results... > > - N > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4074 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
