CodeCharge Studio

blnFormSubmitted<control name> Run-Time Property (ColdFusion)

Applies to

EditableGrid Form, Record Form

Type

Boolean

Access

read-only

Syntax

<cfset <expression> = blnFormSubmitted&form>

Description

This variable determines how a form is processed based on whether the form is being shown for the first time or has been submitted for postback. In the initial display, the form fields are assigned data values before being displayed. Otherwise if the form has been submitted for postback, the submitted data is processed based on the operation that was initiated upon submission.

See also

strError<form> Variable


On-line, printable versions and updates