Search found 78 matches: lgetbar

Return to advanced search

Re: New FTDN July/Julio 2024 (FWH 24.07)

Antonio con esta nueva versión se ven diferente unos iconos Le adjunto la imagen Esta primera es en el lGetBar, el icono deberia estar a la derechalo uso para limpiar el filtro https://i.postimg.cc/pLLNwTTx/l-Get-Bar-Err.png La correcta https://i.postimg.cc/gkfR5w4L/l-Get-Bar-Ok.png ...
by Marcelo Roggeri
Tue Sep 03, 2024 8:39 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4328

Re: The more fancy Xbrowses the more slow they become ?

... (oBrw:EditSource(),oBrw:refresh(),oBrw:setfocus() ) DEFINE BUTTON OF oBar PROMPT "Filters Uit" RESOURCE "EDIT"; ACTION (oBrw:lGetBar:= .F.,oBrw:refresh(),oBrw:setfocus() ) @ 05,200 BTNBMP oBtn PROMPT "Delete" RESOURCE "DEL" SIZE 60,60 PIXEL OF oBrw NOBORDER ...
by Marc Venken
Sat Nov 05, 2022 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 827

Re: lGetBar

Hola buenos días, siguiendo el hilo del tema, quisiera lograr lo siguiente: :aCols[7]:cBarGetPic := "99.99.99" tengo este picture en el get de filtro, necesito que al hacer click se posicione al inicio del get, como le puse al string dos puntos ya que necesito ingresar un codigo separado p...
by Marcelo Roggeri
Fri May 06, 2022 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 6690

Re: Conversion from ca-clipper ( not found a variable)

Marc Venken wrote:( 1714 )DEFINE BUTTON OF oBar PROMPT "Filters Uit" RESOURCE "EDIT";
ACTION (oBrw:lGetBar = .F.,oBrw:refresh(),oBrw:setfocus() )


Code: Select all  Expand view
oBrw:lGetBar := .F.


Otherwise it is not an assignment but an unuseful logical compare.

EMG
by Enrico Maria Giordano
Thu Mar 03, 2022 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 6428

Re: Conversion from ca-clipper ( not found a variable)

( 1714 )DEFINE BUTTON OF oBar PROMPT "Filters Uit" RESOURCE "EDIT"; ACTION (oBrw:lGetBar = .F.,oBrw:refresh(),oBrw:setfocus() ) (1716 ) DEFINE BUTTON OF oBar PROMPT "Filters Aan" RESOURCE "EDIT"; ACTION (oBrw:lGetBar=.t.,oBrw:refresh(),oBrw:setfocus() ...
by Marc Venken
Thu Mar 03, 2022 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 6428

Re: Xbrowse : Setup configuration file

... "config",,::oWnd) ::osettingbmp:ltransparent:=.t. 3. METHOD Paint() CLASS TXBrowse ... PalBmpDraw( ::hDC, (::nHeaderHeight - 3-if(::lgetbar,::nrowheight*2,0))*0.2, RECORDSELECTOR_WIDTH*0.2,; ::osettingbmp:hBitmap,; ::osettingbmp:hPalette,; if(::lgetbar,::nHeaderHeight - 3-::nrowheight*2,::nheaderHeight/::nHeaderLines)*0.8,; ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1486

TO Nages : error btnbmp with lgetbar

when you resize a column the button shrinks

Image
by Silvio.Falconi
Wed Nov 18, 2020 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Nages : error btnbmp with lgetbar
Replies: 0
Views: 185

Xbrowse Seek

... xbrowse table must update itself and look for a record that has that requirement - wants to select the record (aselected) - he doesn't want to use lgetbar I showed it to him and he doesn't like it, #include "fivewin.ch" #include "constant.ch"REQUEST DBFCDXFunction Main()  ...
by Silvio.Falconi
Tue Nov 10, 2020 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Seek
Replies: 2
Views: 564

Re: Searching on Xbrowse

... I allready saw it 1) I not wish lgetbar ( not like it to my customer ) 2) I search something for an array
by Silvio.Falconi
Mon Nov 09, 2020 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching on Xbrowse with array
Replies: 3
Views: 817

Re: xbgetbar

Now I tried with oBrw:lGetBar := .t. oBrw:nGetBarHeight:=33 oBrw:aCols[1]:uBarGetVal := Space(60) oBrw:aCols[1]:cBarGetBmp := "cancella.bmp" oBrw:aCols[1]:bBarGetAction := {|| (oBrw: cAlias) -> (SetFilter(oBrw,1,5))} 1 = ...
by Silvio.Falconi
Thu Nov 05, 2020 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbgetbar
Replies: 2
Views: 560

Help for lgetbar on a dialog one field

I take the sample xbgetbar.prg of fwh I need to show one Column ( 3th field), a buttonbar on dialog When I call lgetbar I can insert only 3 cr on get and the the set filter not run ok ,also cleaR filter #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Thu Nov 05, 2020 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for lgetbar on a dialog one field
Replies: 0
Views: 336

Re: lGetBar

Hola buenos días, siguiendo el hilo del tema lGetBar, me encontré con la siguiente situación Estoy haciendo un registro de cheques, el cual tiene que tener la opcion de buscar un cliente, no lo hago con EDIT_LISTBOX porque no puedo buscar o filtrar. ...
by Marcelo Roggeri
Sat Jun 13, 2020 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 6690

give the setfocus to getbar

... and the focus is not on the get https://i.postimg.cc/KjLjZbc9/cerca.png wich is the command ? I allready tried with IIf(oBrowse:lGetBar, oBrowse:aCols[ 1 ]:oBarGet:setfocus(),) not run !!!!! I don't see the cursor flashing in the get then I not see the bitmap zoom2 on the get ...
by Silvio.Falconi
Sat Apr 18, 2020 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: give the setfocus to getbar
Replies: 3
Views: 784

Re: lGetBar

Hi, I have changed xbrowse.prg like below and xbrowse now supports aBarGetList := {aLists, aItems} Changes: #include "adodef.ch"#define UNDER_TEST_FOCUS to #include "adodef.ch"#include "dbcombo.ch"#define UNDER_TEST_FOCUS and      if .not. Empty( ::aBarGetList )...
by Horizon
Sun Jan 05, 2020 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 6690

Re: lGetBar

I mean, ::aRubro is assigned with the array before executing the statement ::oBrw:aCols[5]:aBarGetList   := ::aRubro  not after. For the purpose of testing, please try ::oBrw:aCols[5]:aBarGetList   := { "one", "two", "three" }  Hi Mr. Rao, We ...
by Horizon
Sun Jan 05, 2020 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 6690
Next

Return to advanced search