PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB] Page with only server code
[WB] Page with only server code
Iniciado por guest, 15,sep. 2016 11:25 - 1 respuesta
Publicado el 15,septiembre 2016 - 11:25
Is it possible to create the page that contains only server code without displaying HTML?
Publicado el 15,septiembre 2016 - 16:09
Hi

of course

what you are describing is what I'm using to create a REST webservice with an awp page in WXReplication.

Just use stringDisplay("") as your last statement in the server code of the page, and an empty string will be the only result. (Or you can send a significant answer, of course)

Best regards