DWItemStatus
constant (DataWindows)
Description
Values for specifying how DataWindow data will be updated in the
database.
Values
|
PowerBuilder enumerated value |
Numeric value |
Meaning |
|---|---|---|
|
NotModified! |
0 |
The information in the row or column is unchanged |
|
DataModified! |
1 |
The information in the column or one of the columns |
|
New! |
2 |
The row is new but no values have been specified for |
|
NewModified! |
3 |
The row is new, and values have been assigned to its |
See also
SetItemStatus describes
how to change individual item statuses and how the status affects the SQL
statements that update the database.