Guys:
How can I have an xBrowse with a column that the user can mark / unmark records that he/she has selected ? I need to do this without adding a field to the database. Thank you.
oBrw:Marked := { ||AScan( oBrw:aSelected, { |n| n == oBrw:BookMark } ) > 0 }
oBrw:Marked:SetCheck() // if display is expected as checkbox
:nMarqueeStyle := MARQSTYLE_HIGHLROWMS
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 89 guests