Skip to content

Changed_Value - dbGrid_

Changes the value property of Item item# to value and sets its item_changed_state to true, as well as the changed_state of this object

Type: Property
Access: Write-Only
Data Type: String
Parameters: None

Parameters

Parameter Type Description
Item# Integer

Syntax

Property String Changed_Value
Access Type Syntax
Write Access: Set Changed_Value to StringVariable/Value

Description

Changed_Value changes the value property of Item item# to value and sets its Item_Changed_State to True, as well as the Changed_State of this object.

Sample

Use item# 0 for most data entry objects (DEOs) with a single entry_item (e.g. dbForm):

Set Changed_Value of oCustomer_Address 0 to "123 Main Street"

For similar functionality in the current grid classes (cCJGrid and cDbCJGrid), see UpdateCurrentValue.

See Also

Value