CodeCharge Studio

blnUpdateAllowed<form> Run-Time Variable (ColdFusion)

Applies to

EditableGrid Form, Record Form

Type

Boolean

Access

read/write

Syntax

<cfset blnUpdateAllowed<form>=<expression>>
<cfset <expression>=blnUpdateAllowed<form>>

Description

This is a Boolean variable whose value determines whether the update database operation is permitted. The value of this property is set automatically based on the value of the Restricted property of the form. If the Restricted property is set to No, the value of this property is always True unless it is modified using event code in the Before Update event.

See also

DeleteAllowed<form> Variable
InsertAllowed<form> Variable
ReadAllowed<form> Variable


On-line, printable versions and updates