Cambio dimensiones gets FWH-24.09

User avatar
Enrico Maria Giordano
Posts: 8728
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Cambio dimensiones gets FWH-24.09

Post 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.
User avatar
karinha
Posts: 7885
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Contact:

Re: Cambio dimensiones gets FWH-24.09

Post 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.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
Enrico Maria Giordano
Posts: 8728
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Cambio dimensiones gets FWH-24.09

Post 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 )
Cgallegoa
Posts: 494
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador
Contact:

Re: Cambio dimensiones gets FWH-24.09

Post 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,
Last edited by Cgallegoa on Mon Oct 14, 2024 2:41 am, edited 2 times in total.
Saludos,

Carlos Gallego

*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***
User avatar
Enrico Maria Giordano
Posts: 8728
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Cambio dimensiones gets FWH-24.09

Post 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.
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Cambio dimensiones gets FWH-24.09

Post 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.
Regards

G. N. Rao.
Hyderabad, India
Cgallegoa
Posts: 494
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador
Contact:

Re: Cambio dimensiones gets FWH-24.09

Post 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
Saludos,

Carlos Gallego

*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***
Cgallegoa
Posts: 494
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador
Contact:

Re: Cambio dimensiones gets FWH-24.09

Post by Cgallegoa »

Saludos,

Carlos Gallego

*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***
Post Reply