FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Question about the Listbox class
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Question about the Listbox class
Posted: Sat Mar 24, 2007 10:56 AM

Hello,

I have defined a listbox (Twbrowse) like this :

REDEFINE LISTBOX oLst FIELDS ..... ID 101 of oDlg
HEADERS "Header 1","Header 2", ...
FIELDSIZES ...........

So far, so good.

But can anyone tell me how I can change the headers of this listbox ?

Thanks.

Michel

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: 246
Joined: Sat Mar 03, 2007 08:42 PM
Re: Question about the Listbox class
Posted: Sat Mar 24, 2007 11:59 AM
driessen wrote:But can anyone tell me how I can change the headers of this listbox ?


oLst:={"Header1","Header2",...}

--
Sincerely,

Patrick Mast,
xHarbour.com Inc.
http://www.xHarbour.com

Continue the discussion