I tired your suggestion with an aggregation ‘counter’ on the related table and the databaseManager.recalculate(order_order_items) function in my onRecordSelection() method.
But in NG-Client it doesn’t work. The counter always stuck in the first number of count.
I cannot do this with the TabPanel - WebComponent (bootstrapcomponents-tabpanel)!
For that I can create/add the tabs to the tabpanel by function, but not only the tab text.
In my case I have to set the tabs property on the form because of needed relations setting.
I tired your suggestion with an aggregation ‘counter’ on the related table and the databaseManager.recalculate(order_order_items) function in my onRecordSelection() method.
But in NG-Client it doesn’t work. The counter always stuck in the first number of count.
Best regards
Not sure why, but maybe add an ‘application.updateUI();’ as well??
What I’m doing works for me in NG…
Just updating my previous post, but it is now NOT working
Not sure why, maybe because I have updated to latest version of Servoy, 8.4, along with associated web components update, or something else.