CFOUTPUT  
 
 

Displays the results of a database query or other operation. You cannot nest CFOUTPUT tags.

 
 
  Syntax  
 
<CFOUTPUT QUERY="query_name"
    MAXROWS="max_rows_output"
    GROUP="parameter"
    STARTROW="start_row">
 
</CFOUTPUT>

QUERY

Optional. The name of the CFQUERY from which you want to draw data for the output section.

MAXROWS

Optional. Specifies the maximum number of rows you want displayed in the output section.

GROUP

Optional. Specifies the parameter around which to group output. The GROUP parameter eliminates sequential duplicates in the case where data is sorted by the specified field.

STARTROW

Optional. Specifies the row from which to start output.





 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.