I have a standard ABC browse with EIP enabled for one column. Allow only editing a current record, no insert record, etc.
What I need to do is: when the user double-click on that column (so EIP mode starts) I need to check if the current value = 0 then need to initialize it (make some calculations), put a new value in an edit entry (so show it), and let the user continue to edit the new value.
what will be the best embed point for this? any code example, please?