FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour About xBrowse
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
About xBrowse
Posted: Tue May 08, 2007 05:05 PM

Hi,
I have a small problem with the xbrowse class managing arrays.

With an array like this:

aArray:=array(0,3)
aadd(aArray,{"01,"Pippo","03"})
aadd(aArray,{"02","Pluto",04"})

I need to display only the First and Second element so I defined only two header:

oBrw:aCols[1]:cHeader:="Number"
oBrw:aCols[2]:cHeader:="Name"

The problem is that the browse also report the thirth element ("03","04") on the right that I have not defined as header.

Is there any way to hidden the thirth element ?

Thanks in advance

Best Regards,

Marco Turco

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
About xBrowse
Posted: Tue May 08, 2007 07:07 PM

Ok.
Solved with oBrw:nFreeze:=2

Regards,

Marco

Best Regards,



Marco Turco

SOFTWARE XP LLP

Continue the discussion