Hi all,
i have a xBrowse with array as data source and in autosort mode.
When changing the sort order of the browse by clicking the col headers i would like to perform a 'go top'.
Is this possible? If yes, how?
Thanks for all hints.
Regards,
Detlef
oCol := oBrw:oCol( cHeader )
oCol:bRClickHeader := {|| TEST->( dbGoTop() ) }
oBrw:aCols[ n ]:bLClickHeader := { || oBrw:GoTop() }
oBrw:aCols[ n ]:bLClickHeader
is the same of
oCol := oBrw:oCol( cHeader )
oCol:bLClickHeader
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 73 guests