FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Checkbox in header
Posts: 253
Joined: Wed May 25, 2016 01:04 AM
Checkbox in header
Posted: Tue Nov 06, 2018 01:35 PM

Hi,

I have a array xbrowse, the first field is a logical than i can mark or unmark, how i can put a checkbox in header and how i control the status (mark or unmark).

Thanks in advance.

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Checkbox in header
Posted: Tue Nov 06, 2018 06:52 PM
Search in forum
One sample:
viewtopic.php?f=3&t=35501&p=211653&hilit=check+header#p211386

Code (fw): Select all Collapse
:nHeadBmpNo    := { || If( Len( oBrw:aSelected ) == oBrw:nLen, 1, 2 ) }
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces

Continue the discussion