IsRowModified DataWindow expression function
Description
Reports whether the row has been modified.
Syntax
1 |
<span>IsRowModified</span> ( ) |
Return Values
Boolean. Returns true if the row has been
modified and false if it has not.
Usage
In a DataWindow object, when you use IsRowModified in
bands other than the detail band, it reports on a row in the detail
band. See GetRow for a table specifying which
row is associated with each band for reporting purposes.
Examples
This expression in a computed field in the detail
area displays true or false to indicate
whether each row has been modified:
1 |
<span>IsRowModified</span>() |
This expression defined in the Properties view for
the Color property of the computed field displays the text (true)
in red if the user has modified any value in the row:
1 |
If(<span>IsRowModified</span>(), 255, 0) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments