PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → ::: HTTPRequest and HTTPGetResult
::: HTTPRequest and HTTPGetResult
Started by Kevin Willis, Feb., 03 2004 9:28 PM - 1 reply
Posted on February, 03 2004 - 9:28 PM
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
Posted on February, 03 2004 - 10:13 PM
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