DATA-SOURCE-MODIFIED function
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns TRUE if data in the data source associated with the specified ProDataSet temp-table buffer has been modified.
Syntax
|
- buffer-name
- The name of a ProDataSet temp-table buffer.
Notes
- The AVM sets the value of this function from the SAVE-ROW-CHANGES( ) method.
- The DATA-SOURCE-MODIFIED function corresponds to the DATA-SOURCE-MODIFIED attribute.
- You can invoke the DATA-SOURCE-MODIFIED function from within a WHERE clause (unlike the corresponding attribute).