Search found 50 matches: osortcbx

Return to advanced search

Re: Hide/show search system on a dialog - Resolved

... Function Hide_Ctrls(oBrw,oGet,oSay,lSearchBar,aBtn,oBar) local oBtn,n If lSearchBar oSay[1]:show() oSay[2]:show() oGet:show() oBrw:oSortCbx:show() oBrw:nTop:=32 oBrw:nHeight:= oBar:ntop-40 else oSay[1]:hide() oSay[2]:hide() oGet:hide() oBrw:oSortCbx:hide() oBrw:nTop:=2 oBrw:nHeight:= ...
by Silvio.Falconi
Mon Mar 25, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1223

To Nages : Search on Xbrowse tree

... then recall the tree through a combobox and have in both cases the possibility of searching for a customer through the get control and the oBrw:oSortCbx combobox and also to add on oBrw:oSortCbx { "Starting With", "Containing" } I used customer.dbf and set the index only ...
by Silvio.Falconi
Thu Feb 15, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 395

Re: xBrowse + Tree sample does not work.

... maybe selecting it from a combobox "normal", "tree" and also make the search work with GET oGet VAR cSeek and COMBOBOX oBrw:oSortCbx example in customer.dbf field : state , city
by Silvio.Falconi
Fri Jul 28, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + Tree sample does not work.
Replies: 6
Views: 663

Search on Array with Xbrowse (exe crash)

... allready the sample xbsortcb.prg I inser a get to search into xbrowse but with no success on function ArrBrw( aData ) the command COMBOBOX oBrw:oSortCbx not order the columns https://i.postimg.cc/JhDX9Vsx/f.png function Main()   local aData   FERASE( "CUSTOMER.CDX" ...
by Silvio.Falconi
Mon May 29, 2023 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on Array with Xbrowse (exe crash)
Replies: 0
Views: 151

Re: CLASS modification

... tree same xbrowse ( width search system all data ) 4) insert in the search of the xbrowse that created Nageswarao (@ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder) the possibility of inserting the options "entries that begin with" and "entries that contain" and ...
by Silvio.Falconi
Wed May 24, 2023 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1775

still the ordkeycount error

... GROUP WHEN oMisura:OrdKeyCount() > 0 @ 10, 165 GET oGet VAR cSeek...... @ 110,10 XBROWSE oBrw SIZE -10,-10 PIXEL...... @ 10, 550 COMBOBOX oBrw:oSortCbx.... ACTIVATE DIALOG oDlg CENTER NOWAIT; VALID Chiudi_Dbf(oMisura) return nil STATIC FUNCTION Chiudi_Dbf(oMisura) oMisura:Close() RETURN .t. ...
by Silvio.Falconi
Tue Mar 14, 2023 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: still the ordkeycount error
Replies: 7
Views: 488

Re: "Starting With", "Containing"

... it XBROWSER.PRG already has the code for it. Please adapt . yes I saw but I need to create this : when I insert this line @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 100,400 PIXEL OF oDlg HEIGHTGET 14.8 STYLE CBS_DROPDOWN add also "Starting With", "Containing" ...
by Silvio.Falconi
Mon Mar 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 362

"Starting With", "Containing"

I made the search on xbrowse with @ 10, 165 GET oGet VAR cSeek..... @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 150,400 PIXEL OF oDlg HEIGHTGET 14.8 STYLE CBS_DROPDOWN I'd like add also the options "Starting With", "Containing" on combobox ...
by Silvio.Falconi
Fri Mar 10, 2023 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 362

Xbrowse changing columns online ( ReArrangeCols)

...     GetSysColor(13), GetSysColor(14) ;    ACTION     ( Orden(oTabs,oArticoli,oLbx,oWinArticoli),;               oLbx:oSortCbx:set(oTabs:nOption) )//Xbrowse@ 0,0 XBROWSE oLbx OF oWinArticoli ;      DATASOURCE oArticoli COLUMNS aCols ;      AUTOSORT ;    ...
by Silvio.Falconi
Tue Jan 17, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse changing columns online ( ReArrangeCols)
Replies: 3
Views: 450

Re: Search on a Xbrowse

We can have a combobox insite the bar of xbrowse where we can select the index. @ 15,1690 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder SIZE 100,400 PIXEL OF oBrw I also want a second combo where I can put predefined filters to select from, but that does not work. I see the combo, ...
by Marc Venken
Sun Dec 25, 2022 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on a Xbrowse
Replies: 19
Views: 1254

xbrowser lAutoSeek proposal

... (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 ...
by Silvio.Falconi
Wed Feb 23, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser lAutoSeek proposal
Replies: 0
Views: 185

Problem With indexes and Xbowse Search

... The oldex index was https://i.postimg.cc/fRSH5hSc/g.png If I insert these old indexes the combobox @ 2, 450 COMBOBOX ::oLbx:oSortCbx VAR ::oLbx:cSortOrder not run it's empty IF I change the index with https://i.postimg.cc/Jzdsr9p2/t.png the combox on xbrowse ...
by Silvio.Falconi
Wed Feb 16, 2022 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With indexes and Xbowse Search
Replies: 0
Views: 150

To Nages : combobox not refresh xbrowse

...           :SetMultiSelectCol()            :oSeek := oGet            :CreateFromCode()         END   @ 2, 550 COMBOBOX oSelf:oLbx:oSortCbx VAR oSelf:oLbx:cSortOrder;        SIZE 200,400 PIXEL OF ::oBar HEIGHTGET 18 STYLE CBS_DROPDOWN     DEFINE BUTTON RESOURCE "salir" ...
by Silvio.Falconi
Mon Jan 03, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : combobox not refresh xbrowse
Replies: 1
Views: 266

Re: james

...  @ 20 ,  265 Say oSay2 Prompt  "in"  ;      FONT oBold SIZE  55,   20 PIXEL   OF oDlg   // cSortOrder ??   // @ 20, 280  COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder;   //     SIZE 200, 400 PIXEL OF oDlg HEIGHTGET 20 STYLE CBS_DROPDOWN   ACTIVATE DIALOG oDlg CENTEREDRETURN NIL// OPEN ...
by Silvio.Falconi
Sun Dec 12, 2021 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 809

Re: get -oSortCbx

Silvio, Instead of: ON RESIZE oGet:setfocus() use: ON RESIZE oGet:PostMsg( WM_SETFOCUS ) I allready tested all two commands and not run ok when I move the mdichild I not see the get control, then if I move the mouse over or another windows I see the get control https://i.postimg.cc/xT8Y...
by Silvio.Falconi
Sat Oct 23, 2021 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get -oSortCbx
Replies: 6
Views: 465
Next

Return to advanced search