Nages,
You can add the new search mode (for example lautoSeek) in the xbrowser function and add
@ 1.2, 75 SAY oSaySearch[1] Prompt "Search" SIZE 46,24 PIXEL OF oBar
@ 1.2, 95 SAY oSaySearch[2] Prompt "on" SIZE 40,24 PIXEL OF oBar
@ 1.2, 130 GET oGetSearch VAR cSeek SIZE 80,10 PIXEL OF oBar ;
BITMAP "ELIMINA" ACTION (cSeek := Space( 100 ),;
oBrw:Seek( "" ),oBrw:refresh(),oGetSearch:refresh())
oGetSearch:lBtnTransparent :=.t.
@ 1.2, 200 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder;
SIZE 100,400 PIXEL OF oBar HEIGHTGET 14 STYLE CBS_DROPDOWN
If it is possible to have the search in the buttonbar ?
Is it possible to have xbrowser embedded in the dialogs, to save time, when there is no need to insert or modify but only the search for information and the selection of the record?
and have the option to display the button bar or not through a popup menu or a selection on the menu popup of headers ?