Search found 245 matches: fopen

Return to advanced search

... oUrl ) IF ! oClient:ReadToFile( cFile ) MSGINFO("Generic error in writing." + cFile) ENDIF oClient:Close() endif IF FILE(CFILE) hFile := FOPEN(CFILE) WHILE HB_FReadLine( hFile, @sLine, aEol ) == 0 ctr++ IF subs(ALLTRIM(sLine),1,8) == "<SPAN ID" // ip is next line ctr := 1 lok := .t. ...
by Richard Chidiak
Wed Feb 01, 2006 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ip address
Replies: 4
Views: 1400

... to make the fastest search on all fields of a DBF. We found with great surprise that the solution was to open the DBF as a standard file with FOpen(), read a bunch of bytes in memory and perform a simple At() to locate a string. Once found, you substract the DBF header length, then divide ...
by Antonio Linares
Tue Dec 20, 2005 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database Search
Replies: 17
Views: 5386

necesito ayuda con codigos de barras y con archivos jpg

... oDlg:UPDATE() ; oDlg:aEvalWhen() Return(.T.) ademas la guardo en un campo memo de la siguiente forma: Artic->NomFoto:=aVars[15,2] nHandle:=FOpen(".\Fotos\"+aVars[15,2]) tFile:="" Do While .T. nRead:=FRead(nHandle,@cBuff,255) tFile+=Left(cBuff,nRead) If nRead != 255 Exit EndIf EndDo FClose(nHandle) ...
by Gerardo Farfan
Fri Oct 28, 2005 4:20 pm
 
Forum: FiveWin para CA-Clipper
Topic: necesito ayuda con codigos de barras y con archivos jpg
Replies: 1
Views: 1360

Problem with application terminating

... + cEol cSay += "Containers = " + LTRIM(STR(nCtnr,9)) + cEol cSay += "Updates = " + LTRIM(STR(nUpd ,9)) + cEol oSay:Refresh() Sysrefresh() hHan := FOPEN( cFolder + aEdi[nY], 0) IF (hHan >= 0) // Init... lEof := .F. cEq := "" cMbl := "" cEvent := "" cEname := "" cDay := "" cMon := "" cYear := ...
by cdmmaui
Fri Oct 28, 2005 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with application terminating
Replies: 1
Views: 1928

... de maestros Jedi, esta bien que sois alumnos avanzados, pero no os olvideis del viejo maestro: Manual de FiveWin, funcion SetFTime() uso: hFile := Fopen("ficheroafechar.ext") SetFTime(hFile, "10:20:59", "15:01:2005") Fclose(hFile) Con esta funcion podeis poner la fecha y la hora que querais en ...
by R.F.
Fri Oct 21, 2005 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mantener fecha del archivo Origen al Copiar
Replies: 4
Views: 2101
Previous

Return to advanced search