Hello,
I start my webapp from a desktop B4J program.
Now I want to add parameters :
How can I get my id parameter in AB material.
in Jserver you have Servletrequest and there you can get the parameter with "getparameter"
But how in ABMaterial?
John
I start my webapp from a desktop B4J program.
Now I want to add parameters :
B4X:
fx.ShowExternalDocument("http://xxx.xxx.xxx.xxx:port/KraanServer/kranenoverzicht?id=1")
How can I get my id parameter in AB material.
in Jserver you have Servletrequest and there you can get the parameter with "getparameter"
But how in ABMaterial?
John
Last edited: