FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour fwh 12.11 combobox problem
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
fwh 12.11 combobox problem
Posted: Sat Dec 08, 2012 04:50 PM

Antonio

I have updated my application from fwh 11.04 to 12.11 today and i am getting trouble with the application hanging.

After investigating, it appears that it hangs on certain combobox (not all) , i did not really find why those combobox....

I have copied back the combobox.prg from 11.04 and now it runs OK. I think combobox.prg should be checked as per modifications.

Anyone else has noticed this behaviour ?

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: fwh 12.11 combobox problem
Posted: Sun Dec 09, 2012 03:15 PM

same error here,

Error BASE/1004 Class: 'NIL' has no exported method: NAT
[ 1] = U

called by NAT(0)
called by (b)P_CVENDEDORES(752)

in this line (752) i have a combobox:

  @ 0.25,len(oBtnbar:aControls)*4.1 COMBOBOX oComb VAR nComb ITEMS aOrders[1] OF oBtnBar FONT oFont;
        SIZE 80, 100 ON CHANGE (oDbf:setorder(aOrders[2,oComb:nat]), oLbx:gotop(),oLbx:refresh(), oLbx:setfocus())
           oComb:ctooltip := [Altera Ordenação Arquivo - Pesquisa]
           oDbf:setorder(aOrders[2,oComb:nat])

Continue the discussion