Search found 198 matches: lhscroll

Return to advanced search

xbrowse hscroll doubt

... horizontal bar disappears but the external line in xbrowse change, they look deep, if I don't change the style the bar doesn't disappear with oBrw:lHScroll: = .F. What to do to resolve this? Thanks. No changing style https://i.ibb.co/rFWKLb7/x-Browser1.jpg With 0x50D00000 https://i.ibb.co/GHmW01B/x-Browser2.jpg ...
by wartiaga
Fri Nov 08, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse hscroll doubt
Replies: 2
Views: 96

Consulta color en xbrowse

... oDlg ; oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 // anulo el doble color d los registros oBrw:lContrastClr := .f. oBrw:lHScroll := .f. oBrw:nHeadStrAligns := AL_CENTER // alinea al centro las cabeceras de columnas // defino colores de los registros en el browse oBrw:bClrStd ...
by José Camilo
Wed Oct 30, 2024 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta color en xbrowse
Replies: 1
Views: 102

Relecionar RecordSet

... MDICHILD OF oWnd FROM 1, 1 To 35, 118 TITLE "Catalodo de Inventario" DEFINE BUTTONBAR oBar _3D OF oWndChild SIZE 42, 42 TWBrowse():lHScroll:= .F. @ 3.5, .5 LISTBOX oLbx FIELDS Transform(oRecordSet:Fields("Codigo"):value,"999999"), oRecordSet:Fields("Descripcion"):value,oRecordSet:Fields("Linea"):value; ...
by servicomver
Thu Sep 19, 2024 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Relecionar RecordSet
Replies: 5
Views: 194

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... := eFont :nFreeze := 3 :nStretchCol := 3 :lAllowColHiding := .F. :lAllowColSwapping := .F. :lDisplayZeros := .F. :lRecordSelector := .F. :lHScroll := .F. :l2007 := .F. :lFooter := .T. :lDrawBorder := .T. :lAllowColReGroup := .T. :lColDividerComplete := .T. :SetGroupHeader( 'Jornada', 5,6, ...
by CARLOS ATUNCAR
Mon Aug 19, 2024 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 4400

Re: Need Help giide for my program

... ), oBrw:RefreshCurrent(), ; oBrw:MakeTotals(), oBrw:RefreshFooters(), oDlg:Update() } END WITH OBJECT oBrw :lFlatStyle := .t. :nStretchCol := 2 :lHScroll := .f. :bOnRefresh := { || oDlg:Update() } // BrwRecSel( oBrw, "KEYNO" ) // :MakeTotals() :CreateFromCode() END @ nHt - 139 + 45, ...
by Otto
Fri Jul 19, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2434

Modification of xbrowse with new feature

... :lIncrFilter := .t. :bOnSort := { |b,oCol| oBrw:Seek( "" ), ; oBrw:cFilterFld := oCol:cExpr, ; oBrw:SetFocus() } :lDrawBorder := .t. :lHScroll := .f. :SetMultiSelectCol() :oSeek := oGet :CreateFromCode() END
by Silvio.Falconi
Wed Jun 12, 2024 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modification of xbrowse with new feature
Replies: 5
Views: 575

Error Fwh 24.02 con XBROWSE

... := 20 :nFooterLines := 2 :nStretchCol := 3 :lAllowColHiding := .F. :lAllowColSwapping := .F. :lDisplayZeros := .F. :lRecordSelector := .F. :lHScroll := .F. :l2007 := .F. :lFooter := .T. :lDrawBorder := .T. :lAllowColReGroup := .T. :lColDividerComplete := .T. :lIncrFilter := .F. :nStretchCol ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 490

Problemas con comportamiento de XBrowse.

... := .f. // la division de renglones es hasta donde hay datos // anulo el doble color d los registros oBrw:lContrastClr := .f. oBrw:lHScroll := .f. oBrw:nHeadStrAligns := AL_CENTER // alinea al centro las cabeceras de columnas oBrw:bClrStd := {|| { iif(!empty(Neteo->FechaPago),CLR_GREEN,CLR_RED),CLR_WHITE ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 598

Re: How to put a horizontal scroll bar at the bottom of xBrowse

But they are both standard when we setup the xbrowse ? Did you turn off the horizontal ?

with

oBrw:lHScroll := .T. or .f. we can put them on and off.

or in the

With object oBrw
...
...
:lHScroll := .T.
END

By change some of the Xbrowse code to show ?
by Marc Venken
Tue Mar 05, 2024 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 874

Re: How to put a horizontal scroll bar at the bottom of xBrowse

Hey Rick,

Do you want a extra hor.scroll bar ? Not seen on the forum yet.

For the standart :

oBrw:nRowHeight := 40 // and use a larger font
oBrw:lHScroll := .T.

but I think you are looking for something else ...
by Marc Venken
Tue Mar 05, 2024 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 874

Re: Definir font richedit5

... <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 875

Re: show a string into xbrowse

... 40, 220 ; ARRAY aData ; SIZE -5,-100 PIXEL STYLE FLAT NOBORDER WITH OBJECT oBrw WITH OBJECT oBrw:aCols[1] :cEditPicture := "###gg" END :lHScroll := .f. :CreateFromCode() END
by Silvio.Falconi
Tue Dec 12, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a string into xbrowse
Replies: 4
Views: 536

Re: xbrowse Border

... the same must be made in the presence of Horizontal scrolling but I not found the part where draw the box when there ::lHscroll is true better can be oBrw:lVScroll := .t. oBrw:lhScroll := .t.  if ::lDrawBorder     If ::lVScroll         ::Box( 0, 0, ::nHeight - 1, ...
by Silvio.Falconi
Mon Nov 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 395

xbrowse Border

... := CLR_BLACK                     END but the border is drawed only on left and up and down of the xbrowse If I make oBrw:lVScroll := .f. oBrw:lhScroll := .f. the border is painted good but I need to use Vscroll https://i.postimg.cc/1zwPXZ0g/lll.png I think we need to tell the ...
by Silvio.Falconi
Fri Nov 10, 2023 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 395

evitar que se active columna con xbrowse al dar un click

... } } // para barra de linea selecc cuando el control no tiene el foco oBrw:l2007:=.T. oBrw:lFooter := (.T.) // Sí queremos línea de footer oBrw:lHScroll := (.T.) // Quitamos el scroll horizontal oBrw:lVScroll := (.T.) // Quitamos el scroll horizontal oBrw:nStretchCol := STRETCHCOL_WIDEST oBrw:bLDblClick ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1599
Next

Return to advanced search