Search found 741 matches: buffer

Return to advanced search

Re: FW_SaveImage

... uImage1, uImage2, [cSide], [cType] ) --> newImage uImage1 and uImage2: can be hBitmap or any image-file or any image-buffer of any type. cSide: Can be "R" or "B". R for Right and B for bottom. Default Bottom cType: If the parameter is nil, the result ...
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

Re: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Puedes explicarnos como lo has solucionado ? gracias Agrege a mi prg este porcion #pragma BEGINDUMP #include <hbapi.h> #undef hb_retclen_buffer #undef hb_parldef void hb_retclen_buffer( char * szText, int nLen ) { hb_retclen( szText, nLen ); } int hb_parldef( int iParam, int iDefValue ) { ret...
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)
Replies: 5
Views: 278

Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

Proyecto: eFactura, Entorno: fwh2307: [1]:iLink32.Exe -Gn -aa -Tpe -s -v @eFactura.bcl Turbo Incremental Link 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc. Error: Unresolved external '_hb_parldef' referenced from E:\TOOLS\FWH2307\LIB\FIVEHC.LIB|STR2HEX Error: Unresolved external '_hb_r...
by CARLOS ATUNCAR
Thu Jan 25, 2024 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)
Replies: 5
Views: 278

Re: Inserting a string with CRLF into a single-line TGet.

... calls: CallWindowProc( ::nOldProc, ::hWnd, WM_PASTE, 0, 0 ) Now the Windows OS reads the text from the Clipboard and Pastes in the Get buffer. While doing so the Windows OS truncates the string from CRLF onwards. How and when do you apply to what text your logic of substituting CRLF ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 897

Re: enviar mensajes a whatsapp, ¿posible solucion?

... parameter cImage can be 1. Image file name. eg: "foto.jpg/png/bmp/..." 2. Web address of an image. eg. 'https://.....jpg" 3. Image buffer. eg. MemoRead( "foto.jpg" )
by nageswaragunupudi
Fri Oct 27, 2023 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4483

Re: DBF . Commit

... in table and index files. 2. DBSKIP(0) just like DBGOTO( RECNO() ) writes all local modifications (if any) and then discards local record buffer so record has to be read again when any field is accessed. 3. DBCOMMIT() writes all local modifications in table and index files then it sends ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF . Commit

but it is necessary to write the physical data on the hard disk Kindly reconsider. Unlike RDMSs, in the case of DBF, each client PC has its own buffer. In fact, each alias in the same application and each application on the same PC. Unless the contents of the buffer are written to the disk buffers ...
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF . Commit

I think it's important to distinguish between the record buffer and the hard drive cache. Yes. But the documentation says it "hardwrites", same way like "commit". In any case, (x)Harbour can flush its buffers to the OS buffers and ...
by nageswaragunupudi
Sun Oct 22, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF . Commit

I think it's important to distinguish between the record buffer and the hard drive cache.
by Otto
Sun Oct 22, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

DBF . Commit

... because he commits after every data record update. Is it really necessary to always commit? Don't the database commands fetch the values from the buffer? Could you possibly clarify this situation? Thank you in advance, Otto https://carles9000.github.io/?search=M%C3%A9tricas Siempre ...
by Otto
Fri Oct 20, 2023 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Error alCompilar con xhb10272_xcc

... Generating object output to '.\obj_proy\objemp_xh\PXPClases.obj'... .\obj_proy\objemp_xh\PXPClases.c(22310): fatal error #1043: Input buffer overflow. \HARBOURX_V\xhb10272_xcc\bin\xhb .\prg\PXPRESQL_1a.prg /n /m /es2 /gc1 -D__EXPORT__ -D__XHARBOUR__ /O.\obj_proy\objemp_xh\ /I\fwh\include ...
by ruben Dario
Wed Sep 27, 2023 8:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error alCompilar con xhb10272_xcc
Replies: 2
Views: 161

Re: Parameter for Timeout

... able to simply use a record lock or even a file lock. It would be beneficial, especially considering mod harbour, to have a standardized function: buffer and then check before saving if the buffered data is still current. Best regards, Otto
by Otto
Thu Sep 21, 2023 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Cut & Paste limit

... a text is 35 characters long, highlighted, then copy is selected, then they try to paste it into a field ( ie. C 50 ), it gets cut off. Is there a buffer limit in FWH for cut and paste ( clipboard ) ? Any thoughts on this would be appreciated. No, I do not have a sample. I would first like to understand ...
by TimStone
Thu Sep 07, 2023 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 551

Webservice de .NET a Fivewin

... proxy As IWebProxy = CType(myReq.Proxy, IWebProxy) Dim proxyaddress As String Dim myProxy As New WebProxy() Dim encoding As New ASCIIEncoding Dim buffer() As Byte = encoding.GetBytes(sXmlIda) myReq.AllowWriteStreamBuffering = False myReq.Method = "POST" myReq.ContentType = "text/xml; ...
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 583

Re: QR-CODE

Estimados Willi y Alerchster: Gracias por sus respuestas ! Si, me faltaba linkear esa librería. Y karinha, gracias también por tu aporte ! Vos estás justo en el otro lugar del problema. con la forma de la "QRCodelib.Dll" Realmente traté de conseguir mi ojbetivo primero con la propuesta de ...
by pedroluis
Thu Apr 27, 2023 6:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR-CODE
Replies: 22
Views: 1755
Next

Return to advanced search