Search found 59 matches: isinternet

Return to advanced search

Re: IsInternet() Lento

Karinha, gracias por el aporte trabaja bien.
by albeiroval
Mon Feb 19, 2018 2:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IsInternet() Lento
Replies: 4
Views: 1187

Re: IsInternet() Lento

Hola, eso fue una sugerencia del foro nacional de fivewin, para forzar la conexión con microsoft. Funciona perfecto. Saludos.
by karinha
Fri Feb 02, 2018 11:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IsInternet() Lento
Replies: 4
Views: 1187

Re: IsInternet() Lento

Gracias Karinha por responder, lo voy a probar como me indicas y te comento como me fue, sólo una pregunta, por que haces una doble llamada a la función GetHostByName() ?

Saludos!!

Eduardo Borondón Muñiz
by EBM
Thu Feb 01, 2018 11:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IsInternet() Lento
Replies: 4
Views: 1187

Re: IsInternet() Lento

Haga asi: //-> Funcao para checar a InternetFUNCTION IsInternet()   LOCAL cIp, cVret := .F.   WsaStartUp()   cIp := GETHOSTBYNAME( "microsoft.com" )   cIp := GETHOSTBYNAME( ...
by karinha
Thu Feb 01, 2018 11:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IsInternet() Lento
Replies: 4
Views: 1187

IsInternet() Lento

Hola compañeros: Estoy teniendo problemas de lentitud al ejecutar la función IsInternet() sobre todo cuando el internet se cae, tarda hasta 30 segundos en regresar el control al equipo, ya intente con GetHostByName y me sucede lo mismo en varios equipos. Habrá ...
by EBM
Thu Feb 01, 2018 12:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IsInternet() Lento
Replies: 4
Views: 1187

Re: Get real date from the Internet

... Function HrDtInternet() Local oHttp, ; cResp1 := "", ; cResp := "", ; cHora := "", ; cData := "" IF !IsInternet() MsgWait( "Não foi possível conectar a Internet para"+CRLF+; "buscar a Data e Hora de Brasilia"+CRLF+; "A Data ...
by Wanderson
Tue Nov 07, 2017 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4582

Re: Abrir navegador dentro de un dialogo

... local oDlg, aGet[4], aBtn[2], oActiveX local cCity := space(100) local cCountry := "CL" local cStreet := space(100) local nNum := 0 If !IsInternet() MsgInfo("Ud. no posee Conección Activa a <INTERNET>, !!! Favor Verificar ¡¡¡ ") Return Nil Endif Define Dialog oDlg Resource ...
by Claudio Leiva
Mon Mar 27, 2017 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir navegador dentro de un dialogo
Replies: 9
Views: 2352

Re: DOS ERROR 38 - Bajando ficheros por FTP

O puedes usar la function IsInternet() -> return .T. / .F.
by cnavarro
Wed Aug 17, 2016 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DOS ERROR 38 - Bajando ficheros por FTP
Replies: 7
Views: 1007

version de IE en oActivex:Do(Navigate)

... el siguiente tema desde el programa ingreso a distintas paginas con la siguiente funcion //////////// Function VerURL(cLink) Local oActiveX If IsInternet() DEFINE DIALOG oDlg RESOURCE "CONSULTA_WEB_3" TITLE "Ver URL" REDEFINE ACTIVEX oActiveX ID 10 OF oDlg PROGID "Shell.Explorer" ...
by postinelli
Thu May 05, 2016 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: version de IE en oActivex:Do(Navigate)
Replies: 6
Views: 1631

Re: no me funciona CDOSYS, gmail

... bMens, lAuth:=!Empty(cUser).and.!Empty(cPass) Local aAttach:={} Default nPort := 25, ; cSubject := "", ; cBody := "" if !IsInternet() aviso({'ATENCION','No existe conección a internet','Intente más tarde o verifique su problema'}) return .t. endif If "GMAIL.COM" ...
by noe aburto
Fri May 29, 2015 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: no me funciona CDOSYS, gmail
Replies: 5
Views: 689

usando CDOSYS marca error, mail

... := 2 // send using: 1 = pickup folder 2 = port memvar aAttach Default nPort := 25, ; cSubject := "", ; cBody := "" if !IsInternet() aviso({'ATENCION','No existe conección a internet','Intente más tarde o verifique su problema'}) return .t. endif If "GMAIL.COM" ...
by noe aburto
Tue May 12, 2015 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando CDOSYS marca error, mail
Replies: 4
Views: 1132

Re: COMO SE PUEDE CREAR UN OBJETO

... LOCAL ts_token:="",ts_usuario:=space(50),ts_id:=space(50) LOCAL ts_clave:=space(20),ts_exit:=.f.,tw_servidor:='' LOCAL nrate:=nil if !isinternet() msgalert('Computador Sin Conexion a Internet','Verifique') return .f. endif if .NOT.FILE("\MLMALL\config\config.ini") msgalert('Archivo ...
by elmoiquique
Sat Jun 14, 2014 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6073

CONSULTAR UNA FUNCION EN WEBSERVICE

... function consulta() Local user:="Cliente5",pass:="3217" Local URL:='https://zofri.mekanosige.cl:2414/WcfCP.svc?singleWsdl' if !isinternet() msgalert('Computador Sin Conexion a Internet','Verifique') return .f. endif doc = CreateObject( "MSXML2.DOMDocument" ) ohttp ...
by elmoiquique
Thu May 08, 2014 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONSULTAR UNA FUNCION EN WEBSERVICE
Replies: 2
Views: 550

Re: Function IsInternet()

Claro, no hay problema.

Saludos,


Adhemar
by acuellar
Fri Jun 28, 2013 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function IsInternet()
Replies: 14
Views: 2451
Next

Return to advanced search