[Stackoverflow] [Progress OpenEdge ABL] How to update tables in fields after amending existing information

Status
Not open for further replies.
O

OrbitalChairLeg

Guest
I currently need to add to tables that update each time the user clicks the "Save" button on a program that updates any of their information. When any of the fields are amended, in order that we have a log of the changes, I need to create a record on a "slinfo" table including things like:

Code:
Customer name (slinfo.name)
Customer account (slinfo.acode)
The date      (slinfo.date)
And slinfo.seq, which is the sequence number for each change.

How would I go about doing something like this?

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