PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Get Parameter from Page
Get Parameter from Page
Débuté par Andreas, 31 aoû. 2021 16:39 - 1 réponse
Posté le 31 août 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
Posté le 01 septembre 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"