CodeCharge Studio

InsertAllowed Run-Time Property (ASP)

Applies to

Record Form, EditableGrid Form

Type

Boolean

Access

read/write

Syntax

object.InsertAllowed [=value]

Description

This property contains a Boolean flag that if true, allows insert database operations. This property should be changed to false in Before Insert (or On Validate) event to prevent a form from creating a new record in the database if the user's custom data verification fails.

See also

UpdateAllowed property
DeleteAllowed property
ReadAllowed property


On-line, printable versions and updates