DWItemStatus DataWindow constant
Description
Values for specifying how DataWindow data will be updated
in the database.
Values
|
PowerBuilder enumerated value |
Web DataWindow |
Numeric value |
Meaning |
|---|---|---|---|
|
NotModified! |
NotModified |
0 |
The information in the row or column |
|
DataModified! |
DataModified |
1 |
The information in the column or one |
|
New! |
New |
2 |
The row is new but no values have been |
|
NewModified! |
NewModified |
3 |
The row is new, and values have been |
Web DataWindow
In Web DataWindow methods, you can use a string value with
or without the exclamation point for DataWindow status. For example,
you could use DataModified or DataModified! to
specify that column or row information has been changed since it
was retrieved.
See Also
SetItemStatus describes how
to change individual item statuses and how the status affects the SQL statements that update the database.