Flash Player 7.
DisplayBox.setItemValue(fieldName,fieldvalue,[ID])
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
None.
Function; Allows you to set the data in a specified column and row to the value passed.
This will set the column Phone to 813-908-1660 for the last row that was inserted.
DisplayBox.setItemValue("Phone","813-908-1660");