Hello,
i have a master form with two child forms in tabs. With SC 7.01.0013 (or .0012) the total rows (for pagination display) are wrong:
At the first call from the master form the pagination of child forms are ok (Records [1 to 7 from 7]) . In the debug mode i can see, that total rows set with “SELECT Count() …" at the child form. When i change the record of the master form, the pagination of the child forms are wrong (Records [1 to 19 from 7]) because non "SELECT Count() …” is running and total rows has the value from the first data set …
If have manually set total rows to session variable ($_SESSION[‘sc_session’][$this->Ini->sc_page][‘MyChildFormNames’][‘total’]). This is ok, but … :mad: