ROW-STATE( buffer-name )
When the TRACKING-CHANGES attribute is set to TRUE for a ProDataSet temp-table, the AVM tracks changes to the data in that temp-table using a before-image temp-table that contains the original version of each modified row. You can think of the temp-table itself as the after-image because it contains the latest version of each row.
The possible return values can be expressed as compiler constants. Table 59 lists these values.
Table 59:
The ROW-STATE function returns the Unknown value (?) when the specified temp-table buffer:
WHERE ROW-STATE(ttOrder) = ROW-MODIFIED.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |