Search found 41 matches: btnbar

Return to advanced search

Re: xbrowse SelectRow method

... select two or three records and deselect one, the menu in the buttonbar remains unchanged because I added an if control IiF(LEN(oBrw:aSelected)==0,Btnbar(1,.....) thanks
by Silvio.Falconi
Mon Apr 01, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 678

Re: also error with btnbmp SHOWPOPUP

...             MENUITEM "Deseleziona la riga corrente" action (oBrw:SelectRow( 0 ),IiF(LEN(oBrw:aSelected)==0,Btnbar(1,oParent:oBar,oParent,oDbf,oBrw),),Refresh_title(oBrw,oParent,oDbf,cSection))              MENUITEM "Deseleziona ...
by Silvio.Falconi
Sat Mar 30, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1674

Re: MENU MAS ATRACTIVO

... más atractivos para mi pantalla. Me sirvió mucho lo de Cristóbal y su ejemplo. Pero me gustaría colocarle además del menú, unos botones (tipo btnbar) y un pié a mi pantalla. He hecho varias pruebas y no puedo dar en la tecla. Alguno me puede dar una ayuda como incorporarle al código que me ...
by TOTOVIOTTI
Fri Aug 11, 2023 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MENU MAS ATRACTIVO
Replies: 26
Views: 3135

Re: problem wth SetMultiSelectCol

Resolved!! :bKeyChar := {| k | (If( k == VK_SPACE,(IIF( oBrw:IsSelectedRow(),; Btnbar(1,oDlg:oBar,oDlg,oDbf,oBrw,aBtnBrow[4]), ; Btnbar(2,oDlg:oBar,oDlg,oDbf,oBrw,aBtnBrow[4]))), nil),; Refresh_title(oBrw,oDlg,oDbf,cSection))}
by Silvio.Falconi
Wed May 03, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Re: problem wth SetMultiSelectCol

Perhaps :bOnMultiSelect := { || (IIF(LEN(oBrw:aSelected)==0,; Btnbar(1,oDlg:oBar,oDlg,oDbf,oBrw),; Btnbar(2,oDlg:oBar,oDlg,oDbf,oBrw) ),Refresh_title(oBrw,oDlg,oDbf,cTitle)) } but it shakes and flashes all the same I I try with :bOnMultiSelect := { || Refresh_title(oBrw,oDlg,oDbf,cTitle) ...
by Silvio.Falconi
Sat Apr 29, 2023 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Re: problem wth SetMultiSelectCol

No good .. please not change btnbar function of Cristobal run ok Your solution Is no good because It go to conflict to doubleclick call edit function Oy Mr. Nageswarao can resolve it Dear Silvio, DATA bLClicked is of TXBROWSE CLASS You ...
by Silvio.Falconi
Sat Apr 29, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Re: problem wth SetMultiSelectCol

No good .. please not change btnbar function of Cristobal run ok Your solution Is no good because It go to conflict to doubleclick call edit function Oy Mr. Nageswarao can resolve it Dear Silvio, DATA bLClicked is of TXBROWSE CLASS You ...
by cnavarro
Sat Apr 29, 2023 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Re: problem wth SetMultiSelectCol

No good ..

please not change btnbar function of Cristobal run ok

Your solution Is no good because It go to conflict to doubleclick call edit function

Oy Mr. Nageswarao can resolve it
by Silvio.Falconi
Sat Apr 29, 2023 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

problem wth SetMultiSelectCol

... SetMultiSelectCol https://i.postimg.cc/9fsVDMws/d.png I wish when I click on first column ( SetMultiSelectCol) call the function btnbar() ( change the buttonbar) and refreshtitle() ( change dialog title) I tried with WITH OBJECT  oBrw:aCols[1]               :bLClicked ...
by Silvio.Falconi
Sat Apr 29, 2023 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Error xbrowse --> excel

... from: => TOLEAUTO:PASTE( 0 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:TOEXCEL( 10385 ) Called from: prog\GesSmg.prg => (b)BTNBAR( 3814 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 713 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( ...
by mauri.menabue
Fri Oct 02, 2020 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 539

Re: Combobox on BTNBAR

Thank you Uwe, I will try it.
by Marc Vanzegbroeck
Wed Jun 03, 2020 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on BTNBAR
Replies: 2
Views: 423

Re: Combobox on BTNBAR

Marc, Just check not to cover any buttons ( added to sample testbar.prg ) @ 2, 350 COMBOBOX oCbx VAR cItem ITEMS { "Testing", "this", "ComboBox" } ; SIZE 100, 300 OF oBar PIXEL HEIGHTGET 22 http://www.pflegeplus.com/IMAGES/Combo2.jpg regards Uwe :D
by ukoenig
Wed Jun 03, 2020 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on BTNBAR
Replies: 2
Views: 423

Combobox on BTNBAR

Hi,

In a application, I use BUTTONBAR with TBtnBmp() to add the buttons.
Is it possible to add also a COMBOBOX on BUTTONBAR , or do I have to use another class?
I would like to keep using the BUTTONBAR, because the customers are used the work with this...
by Marc Vanzegbroeck
Wed Jun 03, 2020 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on BTNBAR
Replies: 2
Views: 423

Insertar/Modificar registros en ACCESS

... } ) WITH OBJECT oBrw :bPopUp := { |o| ColMenu( o ) } :MakeTotals() :CreateFromCode() END oWnd:oClient := oBrw oWnd:bPostEnd := { || oRs:Close() } BtnBar( oBrw )
by juanjogascem
Tue Dec 03, 2019 10:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar/Modificar registros en ACCESS
Replies: 5
Views: 869

Parsing data into function from folderex and Xbrowse

Hello, I have a folderex with several folders. Each folder has 1 xbrowse into it. On top I also have a btnbar with a exel btn. It is at this moment 39 degrees in Belgium (Not a normal temp) and I'm missing the clue )))) What I try to do. From every tab, when I click on the ...
by Marc Venken
Fri Jul 27, 2018 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parsing data into function from folderex and Xbrowse
Replies: 3
Views: 796
Next

Return to advanced search