Can I set active lSeekBar on line ?
I inserted this parameter and it build a bar but I cannot click on it or search any It need any command ?

I tried also the Mr Nages test
#include "fivewin.ch"
REQUEST DBFCDX
function Main()
local oDlg, oFont, oBrw
USE CUSTOMER NEW VIA "DBFCDX"
DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-14
DEFINE DIALOG oDlg SIZE 900,400 PIXEL FONT oFont TRUEPIXEL ;
TITLE "FWH 16.12 : SEEK IN HEADER BAR"
@ 20,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ;
DATASOURCE "CUSTOMER" AUTOCOLS ;
CELL LINES NOBORDER FOOTERS AUTOSORT
WITH OBJECT oBrw
:lSeekBar := .t.
:bClrEdits := { || { CLR_HRED, CLR_YELLOW } }
:CreateFromCode()
END
ACTIVATE DIALOG oDlg CENTERED
RELEASE FONT oFont
return niland it build the header and I cannot search any customer ( I not see the get with search bitmap)
Perhaps on Windows Seven 64 bit not run ?
I have bcc and fwh 16.12 with widows seven 64 bit
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
