Search found 169 matches: fcreate

Return to advanced search

Re: Creating table with Trichedit

... a Do while loop Function Print_Schedule() Local aTable,a1,n,aTemp,x,aFlags:={} local c1,c2 local cFileName := "table.rtf" local oFile := FCreate(cFileName, 0) aTable := {} Do while (!oTemp4:Eof()) * If Empty(oTemp4:Nome) oTemp4:skip() Loop Endif ....................... c1:="Cartella ...
by Silvio.Falconi
Thu Jan 25, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1448

Re: Grabar imagen en tabla mysql

... RETURN(.F.) ENDIF RETURN(.T.) PARA RECUPERAR FUNCTION EDATOS(cDAT,cNOM) cARCH=HexToStr(cDAT) ASALIDA:=".\"+cNOM hFile := FCreate(asalida) FWrite( hFile, cARCH) FClose( hFile ) RETURN NIL
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 396

Re: DBF . Commit

... Please note that there is a similar function HB_FCOMMIT( <filehandle> ) function available to us when we are using raw file functions like fCreate(), fWrite() etc. We can use hb_fcommit(handle) to ensure flushing all buffers to disk. Mr. Enrico was clear. He said "It is not necessary ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

Re: Xbrowse to Html

... before usinf fw code. that changes for every record. //========================= cFile = "c:\maveco\website\catalog.htm" FCatalog := FCREATE(cFile) FWRITE(FCatalog, MEMOREAD("c:\maveco\html\catbase.htm") + chr(10) ) // This file contains the first lines of the html file ...
by Silvio.Falconi
Thu Oct 06, 2022 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 941

Re: Xbrowse to Html

... before usinf fw code. that changes for every record. //========================= cFile = "c:\maveco\website\catalog.htm" FCatalog := FCREATE(cFile) FWRITE(FCatalog, MEMOREAD("c:\maveco\html\catbase.htm") + chr(10) ) // This file contains the first lines of the html file ...
by Marc Venken
Thu Oct 06, 2022 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 941

Generar table temporal

... cSQLp, CadenaCon ) CATCH oErr MsginFo( "no puedo leer "+cSQLP ) showError( oErr ) wtxt = "errorge.txt" cHandeg = FCREATE ( wtxt ) FWrite ( cHandeg, cSQLP + chr( 13 ) + chr( 10 ) ) fclose(cHandleg) RETURN NIL END TRY Saludos Jorge
by jpcavagnaro
Thu Aug 04, 2022 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Generar table temporal
Replies: 3
Views: 347

Re: SET MULTIPLE EN HARBOUR

Hola, No sé si hay equivalencia para el SET MULTIPLE OFF Una alternativa es crear un fichero cualquiera ( FCreate("Semaforo.Nul", FO_EXCLUSIVE) ) en exclusivo. El primer usuario / primera vez que entra pilla semaforo verde. Las siguientes pulsaciones no permitirá acceder. ...
by hmpaquito
Tue Apr 05, 2022 7:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET MULTIPLE EN HARBOUR
Replies: 9
Views: 547

Re: Facturacion TicketBai

... Encoding gzip, no se envía. Por favor, puedes indicarme como realizas el envío con curl salida := Respuesta+'.gz' headers:= Respuesta+'.txt' m := fcreate("LROE.bat",0) FWrite (m, 'c:\gerogest\curl -X POST -# --connect-timeout 60 -m 60 -s -S -L --cert ./dispositivo.pem --header "Content-Type: ...
by landaga
Wed Dec 15, 2021 7:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Facturacion TicketBai
Replies: 8
Views: 1221

Re: Guardar y Recuperar Imagen Tdolphin

... actualiza: oServer:Update("fotos_articulos",{"fotografia"},{uData},cWhere) y luego para recuperarlo, lo descomprimo: nHandle:=FCreate(cTempZip) FWrite(nHandle,bFOTOS:fotografia,Len(bFOTOS:fotografia)) FClose(nHandle) aFiles:=hb_GetFilesInZip(cTempZip,.t.) Hb_UnZipFile(cTempZip,,.T.,,cTemp,aFiles[1],NIL) ...
by TOTOVIOTTI
Wed Nov 10, 2021 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Guardar y Recuperar Imagen Tdolphin
Replies: 3
Views: 441

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... + cService + '</service>' + CRLF cXml += '</loginTicketRequest>' + CRLF * Grabo el Archivo XML con el Nombre TRA.xml If( ( nHandle := fcreate( cPath+'TRA.xml', 0 ) ) == -1 ) MsgStop( 'NO se pudo crear TRA.xml',' ERROR' ) Return( .F. ) Else fWrite( nHandle, cXml ) fClose( nHandle ) ...
by dhf27
Tue Sep 28, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4977

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... + cService + '</service>' + CRLF cXml += '</loginTicketRequest>' + CRLF * Grabo el Archivo XML con el Nombre TRA.xml If( ( nHandle := fcreate( cPath+'TRA.xml', 0 ) ) == -1 ) MsgStop( 'NO se pudo crear TRA.xml',' ERROR' ) Return( .F. ) Else fWrite( nHandle, cXml ) fClose( nHandle ) ...
by rterraz
Thu Sep 23, 2021 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4977

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 439

Re: Normas para el QR-Code

... cJason=StrToBase64( cJason ) cOrigen=cOrigen+cJason //MsgAlert(cOrigen) ElTxt:= "QrJason.txt" Nhandle:= fcreate(ElTxt) If (nhandle > 0) fwrite(Nhandle, cOrigen + CRLF) fclose(nhandle) EndIf cDestino:="FastQR.jpg" QRCode(cOrigen,cDestino) MsgInfo("Qr ...
by jpcavagnaro
Wed Jan 20, 2021 11:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Normas para el QR-Code
Replies: 29
Views: 2959

Re: Normas para el QR-Code

... cJason=StrToBase64( cJason ) cOrigen=cOrigen+cJason //MsgAlert(cOrigen) ElTxt:= "QrJason.txt" Nhandle:= fcreate(ElTxt) If (nhandle > 0) fwrite(Nhandle, cOrigen + CRLF) fclose(nhandle) EndIf cDestino:="FastQR.jpg" QRCode(cOrigen,cDestino) MsgInfo("Qr ...
by postinelli
Thu Jan 14, 2021 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Normas para el QR-Code
Replies: 29
Views: 2959

COMO ABRIR UNA WEB CON CHROME

... If Left(Rtrim(linetxt),6)="Sábado" iLinea := a+1 Exit EndIf Next ntxt:="" ltcambio := .F. otxt:=FCreate( op:temp+"tcambio.txt" ) For a:=iLinea TO nLine oWait:Say( 1,3,"Espere, Convirtiendo response..."+Space(30) ) SysRefresh() ...
by CARLOS ATUNCAR
Fri Dec 18, 2020 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO ABRIR UNA WEB CON CHROME
Replies: 2
Views: 803
Next

Return to advanced search