PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → httprequest works only first time
httprequest works only first time
Started by jan, Feb., 23 2017 3:42 PM - 3 replies
Posted on February, 23 2017 - 3:42 PM
I m sending a request to an arduino

HTTPParameter(httpParameterMode,0)
HTTPRequest(gsGateURL + gsOn)
Wait(20)
HTTPRequest(gsGateURL + gsOff)
HTTPParameter(httpParameterMode,1)

When i'm using this code the second time, it doesn't work anymoe
P.S. de httparametermode needs to be reset to 1 after excuting because of requests to dynamics nav

It works before compiling, after compiling and use on windows CE it reacts like subscribed above
Posted on February, 23 2017 - 7:49 PM
Hi

Your code does not manage the answer from the server. You should test
the result of httprequest and use httpgetresult to see what's going on

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 2/23/2017 à 9:42 AM, jan a écrit :
I m sending a request to an arduino
HTTPParameter(httpParameterMode,0)
HTTPRequest(gsGateURL + gsOn)
Wait(20)
HTTPRequest(gsGateURL + gsOff)
HTTPParameter(httpParameterMode,1)

When i'm using this code the second time, it doesn't work anymoe
P.S. de httparametermode needs to be reset to 1 after excuting because
of requests to dynamics nav

It works before compiling, after compiling and use on windows CE it
reacts like subscribed above
Posted on February, 24 2017 - 11:49 AM
Thnx for the answer, but it doesn't make any difference ?
Posted on February, 24 2017 - 2:22 PM
It won't make any difference in the behavior, but sutdying the returned
answers may tell you what's going on...

Now, without seing neither your code nor the answers received, I canno't
tell you more than that

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 2/24/2017 à 5:49 AM, jan a écrit :
> Thnx for the answer, but it doesn't make any difference ?