Bug Combobox itemData in FWH-23.10

Bug Combobox itemData in FWH-23.10

Postby Cgallegoa » Wed May 01, 2024 12:42 am

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

Carlos Gallego

*** FWH-23.10, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***
Cgallegoa
 
Posts: 424
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador

Re: Bug Combobox itemData in FWH-23.10

Postby nageswaragunupudi » Wed May 01, 2024 3:05 pm

We will get back to you soon
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10289
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Bug Combobox itemData in FWH-23.10

Postby nageswaragunupudi » Thu May 02, 2024 8:12 am

Please write to my email
nageswaragunupudi[at]gmail[dot]com.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10289
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Bug Combobox itemData in FWH-23.10

Postby Cgallegoa » Thu May 02, 2024 9:05 pm

Please write to my email
nageswaragunupudi[at]gmail[dot]com.

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

Carlos Gallego

*** FWH-23.10, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***
Cgallegoa
 
Posts: 424
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador

Re: Bug Combobox itemData in FWH-23.10

Postby nageswaragunupudi » Fri May 03, 2024 5:52 am

I did not get your email.
Please try again
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10289
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Bug Combobox itemData in FWH-23.10

Postby Cgallegoa » Fri May 03, 2024 4:40 pm

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

Carlos Gallego

*** FWH-23.10, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***
Cgallegoa
 
Posts: 424
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador

Re: Bug Combobox itemData in FWH-23.10

Postby Cgallegoa » Fri May 10, 2024 4:44 pm

Hi, is there any suggestion on how I can solve the problem with oItem:itemData in COMBOBOX FWH 23.10 ?

Best regards,
Saludos,

Carlos Gallego

*** FWH-23.10, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***
Cgallegoa
 
Posts: 424
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador

Re: Bug Combobox itemData in FWH-23.10

Postby Cgallegoa » Wed May 15, 2024 9:24 pm

Sorry to insist, can you help me?
Saludos,

Carlos Gallego

*** FWH-23.10, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***
Cgallegoa
 
Posts: 424
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador

Re: Bug Combobox itemData in FWH-23.10

Postby Antonio Linares » Thu May 16, 2024 6:31 am

Estimado Carlos,

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

Te pido disculpas por la demora, gracias
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41356
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Bug Combobox itemData in FWH-23.10

Postby Cgallegoa » Thu May 16, 2024 3:09 pm

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

Carlos Gallego

*** FWH-23.10, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***
Cgallegoa
 
Posts: 424
Joined: Sun Oct 16, 2005 3:32 am
Location: Quito - Ecuador

Re: Bug Combobox itemData in FWH-23.10

Postby Antonio Linares » Thu May 16, 2024 7:23 pm

Estamos revisándolo para darte una solución cuanto antes :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41356
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Bug Combobox itemData in FWH-23.10

Postby nageswaragunupudi » Fri May 17, 2024 3:44 am

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

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10289
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Bug Combobox itemData in FWH-23.10

Postby nageswaragunupudi » Fri May 17, 2024 3:45 am

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
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10289
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: cmsoft, Google [Bot] and 12 guests