![]() |
mbintex 6/16/2022 |
if records are marked/checked, then you can loop through them by https://xlinesoft.com/phprunner/docs/button_getnextselectedrecord.htm With the database API you should then be able to write the data to any table, for example with db::insert |
M
|
Mauipm author 6/17/2022 |
Thanks mbintex, it works fine. The only problem is that it can't be really used if you have many rows (thousands) that have to be displayed (and checked) in the same page |