FoxInCloud
Calling an external html page
Gravatar is a globally recognized avatar based on your email address. Calling an external html page
  Michele
  All
  Sep 28, 2020 @ 08:42am

Is it possible to call from my foxincloud app an html web page external to my app... This is an html page i have in web folder (inetpub\wwwroot\webappname\html). In this form the user compile a great number of info saved in a pdf file and then i have to save the pdf file references in a table... At the moment i need to open the html page, in my form...

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Calling an external html page
  FoxInCloud Support - Thierry N.
  Michele
  Sep 28, 2020 @ 09:46am

Ciao Michele

modi comm xxxServer.prg
…
define class xxxProcess as awProcess of awServer.prg
…
&& add this method
procedure myCustomPage && http://myApp.com/myCustomPage.xxx
return response.write(fileToStr(addBS(this.cHTMLpagePath) + 'myCustomPage.html'))
endproc
enddefine
© 1996-2024