I am working on a data block in oracle forms builders which lists editable records. I recently added a functionality which lets me add a new item to the datablock for adding a new record. Below is an illustration:
I loop through data items in the datablock to check the data. My question is, how do I know if the item is newly added, or an edited record, without having to check the database?