[Progress Communities] [Progress OpenEdge ABL] Forum Post: Unable to change TRACKING-CHANGES attribute to true.

  • Thread starter Thread starter David Ysmael
  • Start date Start date
Status
Not open for further replies.
D

David Ysmael

Guest
I'm trying to set up a REST service based on a few different examples I've seen while going through Progress training documents. When trying to set the temp-table attribute on a temp-table that is defined with a schema similar to a progress db table and with a before table, I receive the following errors: Cannot turn on TRACKING-CHANGES for a static temp-table unless DEFINED with a BEFORE-TABLE phrase. (12344) Unable to set attribute TRACKING-CHANGES in widget of type TEMP-TABLE. (3131) Here is my temp-table definition and then my attempt to set the attribute: define temp-table ttwh-ship-l0 like wh-ship-l0 no-undo before-table btwh-ship-l0. temp-table ttwh-ship-l0:TRACKING-CHANGES = TRUE. As far as I can tell, this should work as is. TIA.

Continue reading...
 
Status
Not open for further replies.
Back
Top