DisplayBox.setItemValue

Availability

Flash Player 7.

Usage

DisplayBox.setItemValue(fieldName,fieldvalue,[ID])

Parameters

fieldName The name of the column to set.

fieldValue The value to set the specified column to.

ID Optional; The row ID to change. default : last inserted row

Returns

None.

Description

Function; Allows you to set the data in a specified column and row to the value passed.

Example

This will set the column Phone to 813-908-1660 for the last row that was inserted.

DisplayBox.setItemValue("Phone","813-908-1660");

Author

Telsim, Inc.