[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: ProDataSets and record ID

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
By record ID, you refer to a RECID ? If you insist on a RECID, you'll have to populate that yourself to a temp-table column in the AFTER-ROW-FILL call back. If you want to go to a ROWID, create an additional temp-table field of type ROWID and attach that to ROWID(dbtablename). But all that is bad practice. From the backend you should not expose such an internal detail to the outside world. Use a PUK that's meaningful to the client as well instead.

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