Search found 2 matches: conection

Searched query: conection

by wartiaga
Tue Sep 19, 2023 7:57 pm
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 164
Views: 93892

Re: xHarbour.org updated!

... LOCAL oUrl, oCli
LOCAL hQUery := Hash()

TRY
oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' )
CATCH
CurSorArrow()
MsgInfo('Conection Error','Erro')
RETURN(.F.)
END

IF !EMPTY( oUrl )
oCli = TIPClientHttp():New( oUrl )
IF !EMPTY( oCli )
oCli:nConnTimeout = -1
oCli:lSSL = .T.
IF ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 164
Views: 93892

Re: xHarbour.org updated!

... LOCAL oUrl, oCli
LOCAL hQUery := Hash()

TRY
oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' )
CATCH
CurSorArrow()
MsgInfo('Conection Error','Erro')
RETURN(.F.)
END

IF !EMPTY( oUrl )
oCli = TIPClientHttp():New( oUrl )
IF !EMPTY( oCli )
oCli:nConnTimeout = -1
oCli:lSSL = .T ...