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
Code: Select all | Expand
#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 nil
and 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