MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 212

Cfml language reference
Table of Contents

Advertisement

188
<P>#SearchSnippets.RecordCount# "hit
<CFIF SearchSnippets.recordcount is not 1>s</CFIF>" found
<P><I><B>#form.maxrows# records returned ...</B></I>
<CFTABLE QUERY="SearchSnippets" MAXROWS="#maxrows#"
STARTROW="1" COLHEADERS HTMLTABLE>
</CFTABLE>
</CFOUTPUT>
</CFIF>
...
out of #SearchSnippets.RecordsSearched# total record
<CFIF SearchSnippets.recordcount is not 1>s</CFIF>
searched.
<CFCOL HEADER="SCORE" TEXT="#score#">
<CFCOL HEADER="TITLE"
TEXT="<a href='#url#' target='blank'>#title#</A>">
<CFCOL HEADER="SUMMARY" TEXT="#summary#">
CFML Language Reference

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