Cambio dimensiones gets FWH-24.09
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Cambio dimensiones gets FWH-24.09
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
Enrico, I believe that the other BUGS are from FiveWin and not from xHarbour: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.
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
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Cambio dimensiones gets FWH-24.09
Yes, they are from FWH, not from xHarbour.
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Cambio dimensiones gets FWH-24.09
Hi Mr. Rao,
Please try this fix and let me know if it solves the problem. Replace this:
with:
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
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
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,
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 ***
Carlos Gallego
*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Cambio dimensiones gets FWH-24.09
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:Mr. Rao and Mr. Enrico, thank you very much. TPrinter():lUseHaruPDF works very well with the latest version of xHarbour.
I'm not aware of any pending bug. Please show samples to reproduce them.Cgallegoa wrote:Pending items:
1.- Maria_Connect() in 64 bits
2.- Dimensions of the gets in xHarbour / Harbour 32 and 64 bits.
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Cambio dimensiones gets FWH-24.09
They are related to FWH and we are addressing them.I'm not aware of any pending bug. Please show samples to reproduce them.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Cambio dimensiones gets FWH-24.09
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
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 ***
Carlos Gallego
*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Cambio dimensiones gets FWH-24.09
I think they are all fixed.
Re: Cambio dimensiones gets FWH-24.09
Saludos,
Carlos Gallego
*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***
Carlos Gallego
*** FWH-24.07, xHarbour 1.3.1 Build 20240624, Borland C++7.70, PellesC ***