Links are not active on this page.
 AllowUpdate Property

Specifies whether to permit update operations against a data source. Read/write at design time and run time.

NoteNote

AllowUpdate does not affect the ability to update a row in the cursor itself.

CursorAdapter.AllowUpdate [ = lValue ]

Expand imageReturn Value

lValue

Logical data type. The following table lists the settings for lValue.

lValue Description

True (.T.)

Permit update operations. (Default)

When the CursorAdapter  UpdateCmd property is empty (""), Visual FoxPro generates a UPDATE - SQL command automatically. For more information, see Data Access Management Using CursorAdapters.

False (.F.)

Does not permit update operations.

Expand imageRemarks

Applies To: CursorAdapter Class

Expand imageSee Also