MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 193

Cfml language reference
Table of Contents

Advertisement

Chapter 1: ColdFusion Tags
</TR>
</CFOUTPUT>
<!--- If the total number of records is less than or equal
to the total number of rows, then offer a link to
the same page, with the StartRow value incremented by
MaxRows (in the case of this example, incremented by 10) --->
<TR>
<TD colspan=4>
<CFIF (StartRow + MaxRows) LTE GetParks.RecordCount>
</CFIF>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
<a href="cfquery.cfm?startrow=<CFOUTPUT>#Evaluate(StartRow +
MaxRows)#</CFOUTPUT>">See next <CFOUTPUT>#MaxRows#</CFOUTPUT>
rows</A>
169

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 4.5

Table of Contents