Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.15 KB

devenv-delayedinsert-property.md

File metadata and controls

35 lines (26 loc) · 1.15 KB
title description ms.author ms.date ms.topic author ms.reviewer
DelayedInsert property
Sets a value that specifies whether a user must leave a record before it is inserted into the database.
solsen
08/26/2024
reference
SusanneWindfeldPedersen
solsen

DelayedInsert Property

Version: Available or changed with runtime version 1.0.

Sets a value that specifies whether a user must leave a record before it is inserted into the database. By default, new records are inserted when the user leaves the control that shows the primary key in the table.

Applies to

  • Page

Property Value

True if the record is inserted when the user leaves the record; otherwise, false if the record is inserted when the user leaves the control that shows the primary key. The default value is false.

Syntax

DelayedInsert = false;

Related information

Properties