![]() |
francesco 1/22/2023 |
if you use total from designer screen, you'll obtain total of all fields also if you hide some if them. You'll need a code snippet for that or use a sql query to filter results before total sum |
![]() |
fhumanes 1/23/2023 |
Hello, In the "Before Display" event, you can include these sentences: $numEndPage = $xt->xt_vars['last_shown']; You will obtain the last record of current page and the total number of Query's records. Regards, |
![]() |
jadachDevClub member 1/23/2023 |
---------------------------------------------------------- |