Page 1 of 1

Bug Combobox itemData in FWH-23.10

PostPosted: Wed May 01, 2024 12:42 am
by Cgallegoa
Hi,

Testing Mr. Rao's example, with FWH-23.10, I detect that the "oItem:itemData" attribute of COMBOBOX returns incorrect data with FWH 23.10.
Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ?

FWH-23.10 - INCORRECT
Image

FWH-20.07 - OK
Image

Thanks and regards,

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Wed May 01, 2024 3:05 pm
by nageswaragunupudi
We will get back to you soon

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Thu May 02, 2024 8:12 am
by nageswaragunupudi
Please write to my email
nageswaragunupudi[at]gmail[dot]com.

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Thu May 02, 2024 9:05 pm
by Cgallegoa
Please write to my email
nageswaragunupudi[at]gmail[dot]com.

Thank you, Mr. Rao, for your response. I already wrote to your email.

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Fri May 03, 2024 5:52 am
by nageswaragunupudi
I did not get your email.
Please try again

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Fri May 03, 2024 4:40 pm
by Cgallegoa
Hi Mr. Rao,

Resend to nageswaragunupudi[at]gmail[dot]com.

My email is cgallegoa[at]mastersoft3000[dot]com. Just in case, I also sent it from another account, cgallegoaecu[at]gmail[dot]com

Regards,

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Fri May 10, 2024 4:44 pm
by Cgallegoa
Hi, is there any suggestion on how I can solve the problem with oItem:itemData in COMBOBOX FWH 23.10 ?

Best regards,

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Wed May 15, 2024 9:24 pm
by Cgallegoa
Sorry to insist, can you help me?

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Thu May 16, 2024 6:31 am
by Antonio Linares
Estimado Carlos,

Estoy comprobando con Mr. Rao para saber si ya está solucionado.

Te pido disculpas por la demora, gracias

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Thu May 16, 2024 3:09 pm
by Cgallegoa
Apreciado Antonio, gracias por tu respuesta.

Ya recibí de parte de Mr. Rao las librerías pero al momento de compilar cualquier ejemplo me genera el siguiente error:

Error: Unresolved external '_hb_vmCDP' referenced from C:\FWH\LIB\FIVEHC.LIB|fwunicode

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Thu May 16, 2024 7:23 pm
by Antonio Linares
Estamos revisándolo para darte una solución cuanto antes :-)

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Fri May 17, 2024 3:44 am
by nageswaragunupudi
Cgallegoa wrote:Apreciado Antonio, gracias por tu respuesta.

Ya recibí de parte de Mr. Rao las librerías pero al momento de compilar cualquier ejemplo me genera el siguiente error:

Error: Unresolved external '_hb_vmCDP' referenced from C:\FWH\LIB\FIVEHC.LIB|fwunicode


This function is available in the FiveHX.lib sent to you.

As confirmed by you, you are not getting this error when building any samples in the samples folder using "buildx.bat".

That means you need to check your personal link script to make sure the latest FiveHX.lib provided by us is linked to your application.

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Fri May 17, 2024 3:45 am
by nageswaragunupudi
Cgallegoa wrote:Hi, is there any suggestion on how I can solve the problem with oItem:itemData in COMBOBOX FWH 23.10 ?

Best regards,


Please run with the new libs sent to you
Code: Select all  Expand view
cd \fwh\samples
buildx cbxowner

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Fri May 17, 2024 9:57 pm
by Cgallegoa
Dear Antonio and Nages, with the new libraries, everything works very well.

Thank you very, very much.

Image

Regards,

Re: Bug Combobox itemData in FWH-23.10

PostPosted: Fri May 17, 2024 11:25 pm
by nageswaragunupudi
Glad to know.