FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 12.11 : Problem with combobox?
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
FWH 12.11 : Problem with combobox?
Posted: Tue Dec 11, 2012 10:16 PM

Hello,

Since I use FWH 12.11, I often notice an error in dialog boxes where a combobox is used.

Is there a problem with combobox?

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: FWH 12.11 : Problem with combobox?
Posted: Wed Dec 12, 2012 02:28 AM

HI,

viewtopic.php?f=3t=25327

ijust link combobox from fwh12.09. :D

Best regards

&

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 12.11 : Problem with combobox?
Posted: Wed Dec 12, 2012 11:12 AM

Michel,

The only change in Class TComboBox is that now we evaluate its ON CHANGE clause when a combobox value is Set.

Please comment out these lines:

METHOD Set( cNewItem ) CLASS TComboBox

...

// if ::bChange != nil
// Eval( ::bChange, Self, cNewItem )
// endif

return nil

what error.log do you get ? thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: FWH 12.11 : Problem with combobox?
Posted: Thu Dec 13, 2012 09:04 AM
Antonio,

I didn't test your suggestion yet but I used COMBOBOX.PRG from FWH 2.09. So the problem is temporarily solved.

I got several errors, mostly different onces.

Here is an example :
Applicatie
==========

Pad en naam : C:\JUDA\JUDA_2.EXE
Grootte : 7,459,840 bytes (32 bits)
Tijd sedert opstarten : 0 hours 0 mins 26 secs
Tijdstip foutmelding : 13/12/2012, 09:59:46
Omschr. foutmelding : Error BASE/1004 Class: 'NIL' has no exported method: DEACTIVATE

Gebruiker : DRIESSEN Michel

Argument :

[ 1] = U

Opgeroepen in :
===============

DEACTIVATE(0)
BEHAGEN2 => (b)TOONAG3(2053)
COMBOBOX => TCOMBOBOX:SET(475)
COMBOBOX => TCOMBOBOX:DEFAULT(724)
COMBOBOX => TCOMBOBOX:INITIATE(657)
__OBJSENDMSG(0)
HB_EXECFROMARRAY(0)
HARBOUR => OSEND(279)
HB_EXECFROMARRAY(0)
HARBOUR => ASEND(257)
DIALOG => TDIALOG:INITIATE(631)
DIALOG => TDIALOG:HANDLEEVENT(871)
DIALOGBOX(0)
DIALOG => TDIALOG:ACTIVATE(270)
BEHAGEN2 => TOONAG3(2491)
FGEGTL2 => (b)BUILDBAR1(3239)
BTNBMP => TBTNBMP:CLICK(465)
BTNBMP => TBTNBMP:LBUTTONUP(656)
CONTROL => TCONTROL:HANDLEEVENT(1714)
BTNBMP => TBTNBMP:HANDLEEVENT(1408)
WINDOW => _FWH(3177)
WINRUN(0)
WINDOW => TWINDOW:ACTIVATE(990)
JUDA => MAIN(846)

(You may notice that I changed ERRSYSW.PRG to translate to Dutch).

I'll test your suggestion and I let you know.

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: FWH 12.11 : Problem with combobox?
Posted: Thu Dec 13, 2012 09:57 AM

Antonio,

Your suggestion is working just fine.

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: FWH 12.11 : Problem with combobox?
Posted: Tue Jan 15, 2013 01:07 PM

Antonio,

I think you forgot to make the changes in the combobox class in FWH 12.12, like you mentioned to do so in this topic.

Please could you make the changes in FWH 13.01 ?

Thanks a lot in advance.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: FWH 12.11 : Problem with combobox?
Posted: Tue Jan 15, 2013 02:18 PM

Antonio,

Can you please make a revised FW 12.12 with that fix please?.

Thank you very much.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: FWH 12.11 : Problem with combobox?
Posted: Wed Jan 16, 2013 02:23 PM

Up!.

Thank you.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 12.11 : Problem with combobox?
Posted: Wed Jan 16, 2013 10:28 PM

Included in a revised FWH 12.12 that we are going to publish today or tomorrow (we are also building the 64 bits version)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: FWH 12.11 : Problem with combobox?
Posted: Fri Jan 18, 2013 09:44 AM

Antonio,

Thank you for your attention and good support as always ;)

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 12.11 : Problem with combobox?
Posted: Fri Jan 18, 2013 12:32 PM

A revised FWH 12.12 and FWH 64 12.12 are already availables :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion