Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'd like to execute a hidden script to realize section access and therefore restrict the user's access to certain functions, only. But is there a way to execute the hidden script, only? I mean, without the need to load the whole data again?
Thank you.
Hello,
try to use an ADD LOAD (see the helpfile index). It works in conjunction with PARTIAL RELOAD (QV Main Menue > File > Partial Reload.
Rainer
Hello,
try to use an ADD LOAD (see the helpfile index). It works in conjunction with PARTIAL RELOAD (QV Main Menue > File > Partial Reload.
Rainer
Holy... of course! Thank you for pushing me into the right direction!
You can also user IsPartialReload() function in your script to avoid changing all the existing script with Add or replace keywords.
Rgds