Hello,
I have an issue with managing my grid properly. Specifically, I’m trying to get the grid to reload its data.
Basic Scenario:
I have a grid with a where condition, that will - based on a variable - show or not show certain content. I have buttons that will manipulate this variable. However, after changing this, it should reload the grid to include/exclude as intended.
What I tried:
The only Macro I found, that should serve my purposes, is the sc_redir macro. With that I should theoretically be able to load the grid again. Only, it doesn’t work that way. It will reload the application to some degree, but not rerun the sql statement.
I have tried redirecting to another (blank) application that redirects back, but that too failed.
What does work:
clicking on the button works, however the user needs to do so manually - at least I know no way to automate this in scriptcase - making the entire experience highly unintuitive.
So, any ideas on how I could realize this?
Cheers