PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Get Parameter from Page
Get Parameter from Page
Iniciado por Andreas, 31,ago. 2021 16:39 - 1 respuesta
Publicado el 31,agosto 2021 - 16:39
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 el 01,septiembre 2021 - 20:39
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"