Search found 75 matches: lrecordselector

Return to advanced search

Error Fwh 24.02 con XBROWSE

... := oFont :nFooterHeight := 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 ...
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: 91

Xbrowser() setting not found

... ok oBrw:lFullGridClr := .t.,; oBrw:lIncrFilter := .t.,; oBrw:lSeekWild := .t.,; oBrw:lTabLikeExcel := .t.,; oBrw:lColDividerComplete := .t.,; oBrw:lRecordSelector := .f.,; oBrw:lDrawBorder := .t.; )
by Marc Venken
Wed Aug 30, 2023 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowser() setting not found
Replies: 1
Views: 179

Re: no sizing the column of xbrowse

... CLR_HRED :lHscroll := .f. :lVscroll := .f. :l2007 := .f. :l2015 := .f. :lAllowRowSizing := .f. :lAllowColSwapping := .f. :lAllowColHiding := .f. :lRecordSelector := .f. :nRowDividerStyle := LINESTYLE_LIGHTGRAY :nColDividerStyle := LINESTYLE_LIGHTGRAY :SetGroupHeader( "Numeri Estratti ", ...
by Silvio.Falconi
Thu May 12, 2022 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 445

Re: Colorized cell of xbrowse

... := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowSizing := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. :lRecordSelector := .F. :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_NOLINES :nColDividerStyle ...
by FranciscoA
Mon Mar 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1272

Re: Colorized cell of xbrowse

... := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowSizing := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. :lRecordSelector := .F. :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_NOLINES :nColDividerStyle ...
by Silvio.Falconi
Sun Mar 06, 2022 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1272

Re: xbrowse + Tdolphin + Mysql

... := oFont :nFooterHeight := 20 :nFooterLines := 2 :nStretchCol := 6 :lAllowColHiding := .F. :lAllowColSwapping := .F. :lDisplayZeros := .F. :lRecordSelector := .F. :lHScroll := .F. :l2007 := .F. :lFooter := .T. :lDrawBorder := .t. :lAllowColReGroup := .T. :lColDividerComplete := .T. :nRowDividerStyle ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 462

XBROWSE REFRESCO DE TABLA

... := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. oBrw:nHeaderLines := 1 // Altura encabezamiento oBrw:nDataLines := 1 // Altura líneas oBrw:lRecordSelector := .t. //poner o no, COL de la flechita de la izq oBrw:bClrStd := { || { CLR_BLACK, If( oBrw:KeyNo % 2 == 0, RGB(160,225,255), CLR_WHITE ...
by pedroluis
Thu Jan 28, 2021 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE REFRESCO DE TABLA
Replies: 4
Views: 755

Xbrowse: puntero y fondo de fila desparejados [SOLUCIONADO]

... de la edición de un registro, el puntero vuelve el principio, pero el fondo de la fila se queda en el registro editado. Es decir, tengo: oBrw:lRecordSelector := .T. oBrw:oLbx:nMarqueeStyle := MARQSTYLE_HIGHLROWMS Al salir de la edición del registro, y por una orden de: If lsalir sele sat SAT->(DBGOTOP()) ...
by Ramón J.
Sun Dec 20, 2020 8:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse: puntero y fondo de fila desparejados [SOLUCIONADO]
Replies: 3
Views: 612

Imágenes en Xbrowse [SOLUCIONADO]

... 70 NOBORDER FASTEDIT FOOTERS // oBrw:lHScroll:= .F. // oBrwm:lVScroll:= .T. oBrw:l2007 := .T. oBrw:lTransparent := .f. oBrw:lDesign := .f. oBrw:lRecordSelector := .T. oBrw:lVScroll := .t. oBrw:lHScroll := .f. oBrw:lColChangeNotify := .t. oBrw:lAllowColReGroup := .t. oBrw:lColDividerComplete ...
by Ramón J.
Thu Nov 26, 2020 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en Xbrowse [SOLUCIONADO]
Replies: 3
Views: 693

Re: To Mister Nages - xBrowser

... := MARQSTYLE_HIGHLROW :nColDividerStyle := LINESTYLE_NOLINES :nRowDividerStyle := LINESTYLE_NOLINES :lColDividerComplete := .F. :lUpdate := .T. :lRecordSelector := .F. :lHeader := .F. :lHScroll := .F. :nHeaderHeight := 30 :nRowHeight := 85 :bClrHeader := { || { CLR_BLACK, CLR_WHITE } } :bClrGrad ...
by oliveiros junior
Mon Aug 17, 2020 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2263

Re: pintar filas en xbrowse multiselect

... := STRETCHCOL_WIDEST :bClrStd := {|| { RGB(0,0,0),colores( aItems[ oBrw:nat, 4 ] ) } } :lColDividerComplete := .T. :lAllowColHiding := .F. :lRecordSelector := .F. END WITH
by Manuel Aranda
Thu May 21, 2020 9:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: pintar filas en xbrowse multiselect- SOLUCIONADO-
Replies: 4
Views: 736

Re: xChoice() works with FWH 19.06?

... := 0 DEFAULT cTitle := "Select" XBROWSER aPrompts TITLE cTitle SELECT ( nSelect := oBrw:nArrayAt ) ; SETUP ( oBrw:lHeader := .f., oBrw:lRecordSelector := .f., oBrw:lHScroll := .f., ; oBrw:oWnd:bInit := { |oDlg| oDlg:aControls[ 1 ]:Hide() } ) Return nSelect /* ***********************************************************************************
by cnavarro
Fri Aug 16, 2019 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xChoice() works with FWH 19.06?
Replies: 1
Views: 587

Re: xbrowse divider line lRecordSelector

fantastic, congratulations !!! :D :D :D :D
by MGA
Thu Feb 14, 2019 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse divider line lRecordSelector
Replies: 2
Views: 369

Re: xbrowse divider line lRecordSelector

Please try
Code: Select all  Expand view
oBrw:hBtnShadowPen := CreatePen( PS_SOLID, 1, CLR_BLACK )
by nageswaragunupudi
Thu Feb 14, 2019 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse divider line lRecordSelector
Replies: 2
Views: 369

xbrowse divider line lRecordSelector

how to paint the lines in black ?

Image
by MGA
Thu Feb 14, 2019 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse divider line lRecordSelector
Replies: 2
Views: 369
Next

Return to advanced search