Search found 472 matches: memoread

Return to advanced search

xImage doubt

Hi, Eu tenho um campo memo em um dbf que armazenar uma imagem com o memoread() oArqImg:IMAGEM := MemoRead(Alltrim(VetGars[x][10])) Qual a melhor maneira de mostrar essa imagem posteriormente em uma dialog? Or other way to save and recover image with dbf/cdx. ...
by wartiaga
Sun Nov 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 639

Re: How to add 2d barcode to fastreport or fwh/harbour?

... end WaitRun("zint.exe -d "+cstr1+" -b 58 -o "+cdir1) if FILE('.\sub\out.bmp') fr3img:=memoread(".\sub\out.bmp") else fr3img:=MEMOREAD("0.jpg") // Space image 0.jpg to avoid "0" 1 d barcode be printed. // ...
by ShumingWang
Tue Nov 05, 2024 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to add 2d barcode to fastreport or fwh/harbour?
Replies: 7
Views: 362

Re: DBF How to obtain an array containing record number

... !EOF() ; SKIP ; ENDDO cicle If table is opened only by this test program the speed is the same 0.06 seconds USE reads the DBF file, similar to memoread(). The record pointer (GOTO) is moved by an offset, which is determined by the definition of the header and fields to set the starting point. ...
by Otto
Thu Oct 10, 2024 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF How to obtain an array containing record number
Replies: 16
Views: 487

Re: GPF with FW August 2024

... := '', lStampata := .F., lauto := .F. cFile := 'FATTURA.xml' IF .NOT. File( cFile ) ? '2-File non trovato ' + cFile RETURN .F. ENDIF cText := MemoRead( cFile ) cSchema := 'http:\\www.nipeservice.it\FS\FoglioStile.xsl' nFile := FCreate( cTmpFile, FC_NORMAL ) IF FWrite( nFile, cText ) <> ...
by karinha
Fri Oct 04, 2024 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

Re: GPF with FW August 2024

... cFile := 'FATTURA.xml' IF ! file(cFile) ? '2-File non trovato ' + cFile Return .f. ENDIF cText := MemoRead( cFile ) //cSchema := 'FoglioStileAssoSoftware.xsl' cSchema := 'http:\\www.nipeservice.it\FS\FoglioStile.xsl' nFile := FCreate( cTmpFile, FC_NORMAL ...
by Maurizio
Fri Oct 04, 2024 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

GPF with FW August 2024

... cFile := 'IT10168371002_00ZOY.xml' IF ! file(cFile) ? '2-File non trovato ' + cFile Return .f. ENDIF cText := MemoRead( cFile ) //if file('FoglioStileAssoSoftware.xsl') cSchema := 'FoglioStileAssoSoftware.xsl' //ELSE // cSchema := 'http:\\www.nipeservice.it\FS\FoglioStileAssoSoftware.xsl' ...
by Maurizio
Thu Oct 03, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

Re: memoread lectura vacia de su contenido

AV
Cuando suceden extraños, el antivirus suele ser el problema

En todo caso un chkdsk del disco duro también puede ayudar a detectar problemas
by paquitohm
Wed Sep 25, 2024 3:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: memoread lectura vacia de su contenido
Replies: 6
Views: 1062

Re: memoread lectura vacia de su contenido

Saludos,
Esto le sucede con frecuencia al usuario, todos los archivos planes se leen vacios. Son varios usuarios, un PC (nuevo) genera con frecuencia esta incidencia y varias veces ha sido formateado.
by jnavas
Wed Sep 25, 2024 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: memoread lectura vacia de su contenido
Replies: 6
Views: 1062

Re: ID of the current session

WaitRun( "query user > users.txt" ) MsgInfo( MemoRead( "users.txt" ) ) Hola Antonio. He llegado a este post porque intento ejecutar esta sentencia pero no se ejecuta, WaitRun no indica el problema, pero hb_run() sí: #include 'fivewin.ch'Function ...
by VictorCasajuana
Thu Sep 12, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the current session
Replies: 17
Views: 1416

Re: FwH 2.07 hb_MEMOREAD() does not work ?

hi, *.a libs work with bcc only, not msvc. When in doubt about the libraries to be linked, please always read "build??.bat" corresponding to your version in the samples folder and ensure make your linkscript includs the same libs linked in the build??.bat look at https://forums.fivetechsup...
by Jimmy
Tue Sep 10, 2024 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwH 2.07 hb_MEMOREAD() does not work ?
Replies: 4
Views: 391

Re: FwH 2.07 hb_MEMOREAD() does not work ?

but how does a "A" LIB can work with MSVC? *.a libs work with bcc only, not msvc. When in doubt about the libraries to be linked, please always read "build??.bat" corresponding to your version in the samples folder and ensure make your linkscript includs the same libs linked in ...
by nageswaragunupudi
Tue Sep 10, 2024 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwH 2.07 hb_MEMOREAD() does not work ?
Replies: 4
Views: 391

Re: FwH 2.07 hb_MEMOREAD() does not work ?

but Color of GET / MULTILINE does not work correct like before so i can´t see it (Black on Black) We confirm this is a bug in 2407. This creates problem when the background color is black. For now, please use this work-around. Do not use COLOR clause and instead use oGet:SetColor(...) in the next l...
by nageswaragunupudi
Tue Sep 10, 2024 4:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwH 2.07 hb_MEMOREAD() does not work ?
Replies: 4
Views: 391

Re: FwH 2.07 hb_MEMOREAD() does not work ?

hi, found out that hb_memoread() work using 24.07 but Color of GET / MULTILINE does not work correct like before so i can´t see it (Black on Black)               @  3,  3 GET oMGet VAR cMemo ;                       MULTILINE ;  /*COLOR BFcolor, BGcolor */ ;              ON CHANGE OnChanged( oMGe...
by Jimmy
Mon Sep 09, 2024 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwH 2.07 hb_MEMOREAD() does not work ?
Replies: 4
Views: 391

FwH 2.07 hb_MEMOREAD() does not work ?

hi,

it seems me that using 24.07 hb_MEMOREAD() does not work and i get only empty Window.
can somebody confirm this :?:
by Jimmy
Mon Sep 09, 2024 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwH 2.07 hb_MEMOREAD() does not work ?
Replies: 4
Views: 391

Re: memoread lectura vacia de su contenido

Hola, me pasó esto, cuando tuve problemas con uno de los HD (Disco Duro), tuve que pedirle al técnico que instalara Windows en el otro HD, entonces los archivos del HD antiguo no se abrían para nada, no Solo tenía que crear una nueva carpeta y copiar los archivos a esta nueva carpeta, o simplemente ...
by karinha
Wed Aug 14, 2024 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: memoread lectura vacia de su contenido
Replies: 6
Views: 1062
Next

Return to advanced search