PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Menus in page template can’t access page variables
Menus in page template can’t access page variables
Iniciado por Peter, jun., 13 2020 11:48 AM - Sem resposta
Membro registado
1 mensagem
Publicado em junho, 13 2020 - 11:48 AM
I am trying to pass a parameter from one page to another when a menu selection is made to take the user to the new page. The menu resides within a page template so it can be used repeatedly.
The problem is the menu does not appear to have access to the variable I need it to pass. The rest of the page does have access to the variable.....so I suspect there is a page template declaration issue. The variable was received on the current page by declaring it as a global variable when it arrived on the page through a procedure declared at page level.

Do I have to declare template variables so the menu recognizes them as accessible?

Thanks