[SOLVED]Pagination display wrong

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:

Hello,

If possible, send me the application problem so I can analyze it locally.
E-mail: j.lennon@netmake.com.br

Hi John,

i have send you an example …

Hello,

This problem has been registered in the system to be fixed.

Thank you!

Hello,

This problem has been fixed and will be released in the next update.

In SC 7.1.0014 = ok. Thanks.

Issue Solved!