FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse autosort
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
xbrowse autosort
Posted: Tue Jan 07, 2025 11:15 AM

WITH OBJECT oBrwSubCat

  :AddBitmap( { "SOR_TUP","SOR_TDW" } )

this insert the bitmap on the right I think on default

How insert bitmaps at left before the title of column ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: xbrowse autosort
Posted: Tue Jan 07, 2025 11:57 AM

:AddResource( "SEARCH_R" )

:nHeadBmpNo := 1

:nHeadBmpAlign := AL_RIGHT

oCol:nHeadBmpAlign := AL_LEFT/AL_RIGHT

Marc Venken

Using: FWH 23.08 with Harbour
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: xbrowse autosort
Posted: Tue Jan 07, 2025 07:23 PM
Marc,
I tried with
WITH OBJECT oBrw
         :AddBitmap( { "SOR_TUP","SOR_TDW" } )

 WITH OBJECT  oBrw:aCols[1]
          :nHeadBmpNo := 1
                  :nHeadBmpAlign := AL_LEFT
                 END


and not run k
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion