FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour combobox and items numeric
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
combobox and items numeric
Posted: Sun May 16, 2010 06:08 AM

can use Items numeric and numeric var in Combobox

@145, 10 DBCOMBO oNPOD VAR nNPOD;
items nTAB;
size 35,300 pixel;
list nTAB;
of oDlg update ;
WHEN lAPPEND

where
nNPOD - numeric
nTAB - {1,2,3,4,5}

best regerds
kajot

best regards

kajot
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: combobox and items numeric
Posted: Mon May 17, 2010 05:10 AM

You cannot use numeric values in DBCombo. This is because some of the methods assume that a numeric value is a location. To change this would break existing code.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion