FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Combobox and multimensional arrays
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Combobox and multimensional arrays
Posted: Thu May 03, 2007 10:04 AM

Hi,
is there any way to manage a multidimensional array in a combobox ?

I have a two dimension array like this:

aArray:=array(0,2)
aadd(aArray,{01,"Primo"})
aadd(aArray,{02,"Secondo"})
aadd(aArray,{03,"Terzo"})

and I would like to display in the combobox only the second element (First,second, third).

Any ideas ?

Marco Turco

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Combobox and multimensional arrays
Posted: Thu May 03, 2007 10:35 AM

Marco,

You may review samples\TestArr2.prg. Its a browse, not a combobox, but it uses a multidimensional array

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion