M
|
MikeT author 11/5/2021 |
the session var approach would work, I think (did a small test): Upon login store some default parameters for the stored proc in a session var. On first open of the list page the stored proc will use those parameters. before event: empty Don't know if there's a better solution or a more phpr-way ? |
![]() |
Sergey Kornilov admin 11/5/2021 |
The session variable approach and a reload in ClientAfter event sounds reasonable to me. |
M
|
MikeT author 11/5/2021 |