B4J Question ABMaterial InLine Editable Table Problem

walterf25

Expert
Licensed User
Longtime User
Hi All, i am working on a project where i have 3 different tabs, in each tab i have an AbmContainer and in each container in each Tab, i have a Table, all this works great so far, i am populating the tables in each tab from an Sqlite Database, but need to give the users the ability to edit the contents of certain cells in each table, i followed @alwaysbusy example, but i can't seem to trigger the tbl1_Changed(Params As Map) Sub, I don't really like the idea of adding a button to allow the user to trigger the change, i would like to know if there is a way to make this in a way that as soon as the specific cell looses the focus it will check if there was a change or not automatically.

Any thoughts or ideas?

Thanks all.
Walter
 
Top