Page 3 of 3

Re: Cambio dimensiones gets FWH-24.09

Posted: Wed Oct 09, 2024 2:24 pm
by Enrico Maria Giordano
I don't understand. Which other bugs? I'm only aware of the DESTRUCTOR one, that Rao already patched. Anyway, I'm working on it, but it's not easy to fix.

Re: Cambio dimensiones gets FWH-24.09

Posted: Wed Oct 09, 2024 2:47 pm
by karinha
Enrico Maria Giordano wrote:I don't understand. Which other bugs? I'm only aware of the DESTRUCTOR one, that Rao already patched. Anyway, I'm working on it, but it's not easy to fix.
Enrico, I believe that the other BUGS are from FiveWin and not from xHarbour:

See here:

Enrico, creo que los otros ERRORES son de FiveWin y no de xHarbour:
Ver aquí:

https://forums.fivetechsupport.com/view ... 7e#p274287

Gracias, tks.

Regards, saludos.

Re: Cambio dimensiones gets FWH-24.09

Posted: Wed Oct 09, 2024 2:57 pm
by Enrico Maria Giordano
Yes, they are from FWH, not from xHarbour.

Re: Cambio dimensiones gets FWH-24.09

Posted: Wed Oct 09, 2024 4:45 pm
by Enrico Maria Giordano
Hi Mr. Rao,

Please try this fix and let me know if it solves the problem. Replace this:

Code: Select all | Expand

METHOD New( oCn, aData, aStruct, cSql, nFoundRows, lReadOnly, aColInfo, cTable ) CLASS FWMariaRowSet

   local nAt

   ::oCn       := oCn
   ::aData     := aData
with:

Code: Select all | Expand

METHOD New( oCn, aData, aStruct, cSql, nFoundRows, lReadOnly, aColInfo, cTable ) CLASS FWMariaRowSet

   local nAt

   ::oCn       := oCn
   ::aData     := ACLONE( aData )

Re: Cambio dimensiones gets FWH-24.09

Posted: Thu Oct 10, 2024 7:33 pm
by Cgallegoa
Mr. Rao and Mr. Enrico, thank you very much. TPrinter():lUseHaruPDF works very well with the latest version of xHarbour.

Pending items:

1.- Maria_Connect() in 64 bits
2.- Dimensions of the gets in xHarbour / Harbour 32 and 64 bits.


Once again, I express my gratitude for your extraordinary help.

Best regards,

Re: Cambio dimensiones gets FWH-24.09

Posted: Thu Oct 10, 2024 8:55 pm
by Enrico Maria Giordano
Cgallegoa wrote:Mr. Rao and Mr. Enrico, thank you very much. TPrinter():lUseHaruPDF works very well with the latest version of xHarbour.
Unfortunately not. The real bug is just hidden. I'm waiting for Rao to apply the correct fix. Rao, first remember to reactivate the destructor for xHarbour.
Cgallegoa wrote:Pending items:

1.- Maria_Connect() in 64 bits
2.- Dimensions of the gets in xHarbour / Harbour 32 and 64 bits.
I'm not aware of any pending bug. Please show samples to reproduce them.

Re: Cambio dimensiones gets FWH-24.09

Posted: Fri Oct 11, 2024 3:22 am
by nageswaragunupudi
I'm not aware of any pending bug. Please show samples to reproduce them.
They are related to FWH and we are addressing them.

Re: Cambio dimensiones gets FWH-24.09

Posted: Mon Oct 14, 2024 5:41 pm
by Cgallegoa
Hi,

Is there any news ?

Still pending:

.- maria_connect
.- dimensions gets
.- pdfharu
.- buttonbmp

I apologize for insisting, as I would like to update my programs from FWH2310 to FWH2407, but unfortunately, this has not been possible due to the reported issues that still have no solution.

Thanks for your help, and best regards

Re: Cambio dimensiones gets FWH-24.09

Posted: Mon Oct 14, 2024 7:13 pm
by Enrico Maria Giordano
I think they are all fixed.

Re: Cambio dimensiones gets FWH-24.09

Posted: Tue Oct 15, 2024 2:39 am
by Cgallegoa