Is there a way to protect a row in an edit table from modifications and deletions. I have an edit table where if the value of one of the columns is "BILLED" the user can not make any changes to the row data.
Thanks
Chris
On POSCHANGED, could you check to see if "BILLED" has been entered, and if it has, set the ENABLED property of the edit table accordingly?
You could also use Poschanged and then use the COLSTYLE message in SEND_MESSAGE.