Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to pass a parameter to my application running on a QV Server (Ajax client).
This will permit the activate or deactivate some tabs depending on the parameter.
Does anyone has a solution ?
Thanks a lot
Philippe
I don't know if it can be done through Server, but I know it could be achieved through the ASP pages.
Bonsoir Philippe,
As Jay said, this can be done in ASP but it will require you to code (or update) manualy all web pages, this can be a lot of work...
I would rather suggest you to use a "Display Condition" expression of Sheets properties (propriétés de la feuille/apparence/afficher : cocher Condition) to hide undesired tabs.
I think your expression can use QVUser() if you use access section security, to be check in ZFP application.
Regards,
Yves.
Bonsoir Yves,
That's exactly what I wanted to do , but instead of using the QVUSER, I would a have like to use a parameter telling me which application was calling the QVW.
But I will go with the user and the security to implement it.
Thanks for your help.
Philippe