PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Get Parameter from Page
Get Parameter from Page
Iniciado por Andreas, ago., 31 2021 4:39 PM - 1 resposta
Publicado em agosto, 31 2021 - 4:39 PM
Hello,

i have another problem under webdev 26.
On my site, i have a button call an external url. In thsi url there is a redirect url defined.

for example: redirect url is: https://webdevsite/site.php…

My Site is configured in global parameter to receive one parameter. In the initialization code of the page i want to write this parameter in an edit control.

Everyhting is working fine. The url is called,, there i can make my action and submit and my site is called with the correct url.

But the Parameter is not written into my edit control field.

Thanks for your replies.
Greetz
Andreas
Publicado em setembro, 01 2021 - 8:39 PM
Hello,

i found the solution:

i can extract the parameter by using this WL:

sResStatus is string = PageParameter("status",paramNoDecoding)

so i get the parameter distributed like "&status"