Dynamic Text
<CFOUTPUT>#Form.FirstName#</CFOUTPUT>
OR
<CFOUTPUT>#GetClients.FirstName#</CFOUTPUT>

Creates dynamic text based on a query or other variable type.

Usage

Use this component to place dynamic text on the current page.  To format the text,
place the component inside NetObjects Fusion text and format the NetObjects
Fusion text as desired. 

Attributes

OUTPUT TYPE Required. The type of output.  Use query to display text based on a database query.  Use
Variable to display text based on other variable types. 
QUERY Required if type equals query. The name of query to display.
FIELD Required if type equals query.  The name query column to display.
VARIABLE TYPE  Required if type equals variable.  The type of variable to display.
VARIABLE Required if type equals variable. The type of variable to display.

 

BuiltByNOF