
Hi,
InventJournalTrans form, detaches the invent batchId when we refresh the form after setting the batch id,
It is supposed to be saved, if we tab out the control but still value getting disappeared, if form refreshed.
*This post is locked for comments
I have the same question (0)Tabbing out of a control does not save the value. Moving to the next row, pressing a button which supports saving the values (property-driven), pressing the key combination of Control+S or closing the form, or refreshing does the save. Does the record change stay if you save instead?
Maybe you are preventing saving the value from code, by having an overridden write() method on the datasource, without the super() call. Put a breakpoint in the insert and update methods of the table behind and debug to see what is happening.