Hi,
I have a Grid that I want to open so it just shows the Quick search, so I have given a global value where 1=0 when the application runs so nothing shows, the problem is I want to then change global to 1=1 when the quick search runs on enter or button pressed. I initially thought set the variable 1=0 in ONapplicationinit then as the page refreshes set the variable 1=1 in Onscriptinit, but this does not work, can anyone help to show me how this might work.