PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → ::: HTTPRequest and HTTPGetResult
::: HTTPRequest and HTTPGetResult
Débuté par Kevin Willis, 03 fév. 2004 21:28 - 1 réponse
Posté le 03 février 2004 - 21:28
I've tried using 'HTTPRequest ' and 'HTTPGetResult' and occasionally
receive a fatal error. The problem is intermmitent and I have
not been able to track it down.
Has anyone experienced fatal errors when using these
functions?
I'm using WinDev US7.5
The general program syntax is as follows:
if (HTTPRequest("http://www.someurl.com")) then
htmlResult = HTTPGetResult()
endif


http://www.westcoastsoftwaresolutions.com
Posté le 03 février 2004 - 22:13
Hi Kevin,
you have "say" what you request!
Eg.
if (HTTPRequest("http://www.someurl.com/download/price.htm")) then
htmlResult = HTTPGetResult()
endif

HTH
I've tried using 'HTTPRequest ' and 'HTTPGetResult' and occasionally
receive a fatal error. The problem is intermmitent and I have
not been able to track it down.
Has anyone experienced fatal errors when using these
functions?
I'm using WinDev US7.5
The general program syntax is as follows:
if (HTTPRequest("http://www.someurl.com")) then
htmlResult = HTTPGetResult()
endif



http://www.invitec.com