Search found 39 matches: internetclosehandle

Return to advanced search

... 0 ) nRet:=0 msgalert("enviado") :oops: ELSE nRet:=GetLAstError() //AQUIE ES EN DONDE ENTRA msgalert("error") ENDIF INTERNETCLOSEHANDLE( hConnect ) INTERNETCLOSEHANDLE( hInternet ) RETURN nRet
by prm_pedro
Thu Nov 23, 2006 2:34 pm
 
Forum: FiveWin para Pocket PC
Topic: COMO UTILIZAR EL FTP
Replies: 5
Views: 1434

... "Your remote file", "Your local file", 0, FILE_ATTRIBUTE_ARCHIVE, 0, 0 ) ? FTPPUTFILE( hConnect, "Your local file", "Your remote file", 0, 0 ) INTERNETCLOSEHANDLE( hConnect ) INTERNETCLOSEHANDLE( hInternet ) RETURN NIL #pragma BEGINDUMP #include "windows.h" #include "wininet.h" #include "hbapi.h" ...
by Elias Torres
Fri Nov 17, 2006 7:42 pm
 
Forum: FiveWin para Pocket PC
Topic: AYUDA URGENTE ¡¡¡ COMO ENVIAR UN ARCHIVO POR FTP !!!
Replies: 2
Views: 1325

... rtrim(rem_archivo),iif(lBinary,INTERNET_FLAG_TRANSFER_BINARY,INTERNET_FLAG_TRANSFER_ASCII), 0 ) nRet:=0 ELSE nRet:=GetLAstError() ENDIF INTERNETCLOSEHANDLE( hConnect ) INTERNETCLOSEHANDLE( hInternet ) RETURN nRet FUNCTION Traer() LOCAL nRet LOCAL hInternet, hConnect hInternet = INTERNETOPEN( ...
by Elias Torres
Fri Nov 17, 2006 1:15 pm
 
Forum: FiveWin para Pocket PC
Topic: Como conectar y transferir archivos por wifi
Replies: 16
Views: 4883

... Fichier local DFICR := ALLTRIM(DDIR) + ALLTRIM(TFIC[I]) // FICHIER REMOTE IF FTPPUTFILE( hCon[I], DFICL, DFICR, 0, 0 ) AADD(LOGOUT,TFIC[I]) ENDIF INTERNETCLOSEHANDLE( hCon[I] ) NEXT HTH Richard
by Richard Chidiak
Sat Oct 14, 2006 5:41 am
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20292

... MyUser,MyPassword, INTERNET_SERVICE_FTP, 0, 0 ) nRet := FTPPUTFILE( hConnect, CurDir()+"\"+cArq, "/sav/"+cArq, 0, 0 ) INTERNETCLOSEHANDLE( hConnect ) INTERNETCLOSEHANDLE( hInternet ) RETURN NIL
by vilian
Fri Oct 13, 2006 5:50 pm
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20292

Sorry. I mixed from 2 source

... referenced in function "void __cdecl HB_FUN_INTERNETOPEN(void)" (?HB_FUN_INTERNETOPEN@@YAXXZ) menu.obj : error LNK2019: unresolved external symbol InternetCloseHandle referenced in function "void __cdecl HB_FUN_INTERNETCLOSEHANDLE(void)" (?HB_FUN_INTERNETCLOSEHANDLE@@YAXXZ) menu.obj : error LNK2019: ...
by franz1964
Fri Apr 21, 2006 7:05 pm
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20292

Grazie per l'aiuto ma ho un problema....

... referenced in function "void __cdecl HB_FUN_INTERNETOPEN(void)" (?HB_FUN_INTERNETOPEN@@YAXXZ) menu.obj : error LNK2019: unresolved external symbol InternetCloseHandle referenced in function "void __cdecl HB_FUN_INTERNETCLOSEHANDLE(void)" (?HB_FUN_INTERNETCLOSEHANDLE@@YAXXZ) menu.obj : error LNK2019: ...
by franz1964
Fri Apr 21, 2006 6:31 pm
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20292

... foi possivel conectar." else //InternetWriteFile(hFile, @sBuffer, 3200, @Ret) sBuffer:= Space(3200) InternetReadFile(hFile, @sBuffer, 3200, @Ret) InternetCloseHandle(hFile) InternetCloseHandle(hOpen) If Empty(sBuffer) MsgStop("Erro conectar servidor ...","Informação !!!") else MsgInfo("Retorno ...
by clemerson
Wed Apr 05, 2006 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOAP message
Replies: 3
Views: 2044

... msginfo("Getlat:="+str(getlasterror())) if Intrespinf(@n1,message,@n2) msginfo("message:="+message) endif endif msginfo("Done!") Internetclosehandle(hftp) endif return .t. Probe Qftp aunque con problemas con el .ch que no era el correcto, compile como pude y nada. Acabo de venir ...
by carlosortiz
Mon Apr 03, 2006 11:57 pm
 
Forum: FiveWin para CA-Clipper
Topic: Acceder a un Ftp por cable modem
Replies: 7
Views: 2496
Previous

Return to advanced search