NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 27, 2020, 01:36:26 PM
-
Hi, I have a popup form with two browses, one in Servicio Tab and another in the Adicionales Tab
I need to make some calculations with the column totals of these browses.
Please see pics.
How can I call a routine when changing browse totals?
-
In the TabChanged embed point
Case TabNumber
OF 1
[Code for 1st tab]
OF 3
[Code for 3rd tab]
END
-
Thanks but this will only work for the Adicionales Tab.
If im in the first tab and I change a browse record this code will not be called.
Thats not what I need.
-
The answer is FWIW
Locate the Value::YourBrowseProcName and add the refresh code there.