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
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,188 Super User 2024 Season 2
Martin Dráb 230,030 Most Valuable Professional
nmaenpaa 101,156