Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






IsValueAltered method

Indicates whether a column value was altered by SetValue.

Defined in

ODBCResultSet

Syntax

flag% = odbcResultSet.IsValueAltered( column_id% )

or

flag% = odbcResultSet.IsValueAltered( column_Name$ )

Parameters

column_id%

Integer. The ID of a column. Use any numeric data type, except Currency.

column_Name$

String. The name of a column.

Return value

Usage

After becoming True, this flag remains True until an UpdateRow or DeleteRow operation. A Close operation deletes the entire result set.

Errors

Field ID is out of range (DBstsINVC)

See examples

Examples: IsValueAltered method
Related topics
DeleteRow method
FieldInfo method
GetRowStatus method
SetValue method
UpdateRow method




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009