Search found 137 matches: lcoldividercomplete

Return to advanced search

Need Help With xBrowse (Resolved)

... ; AUTOSORT oBrw:l2007 := .T. oBrw:nRowHeight := 20 oBrw:nColDividerStyle := 3 //LINESTYLE_BLACK oBrw:nRowDividerStyle := 3 //LINESTYLE_BLACK oBrw:lColDividerComplete := .T. oBrw:lHScroll := .T. oBrw:lVScroll := .T. oBrw:lAllowColSwapping := .T. oBrw:nFreeze := 2 oBrw:lFastEdit := .T. AEval( oBrw:aCols, ...
by RiazKhan
Sat Apr 04, 2020 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With xBrowse (Resolved)
Replies: 6
Views: 1043

Xbrowse, Mysql y Tdolphin.. error de orden..

... oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene siempre llena la pantalla oBrw:nHeaderHeight := 35 // Altura de los encabezados oBrw:nRowHeight := 25 ...
by kpidata
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 822

xbrowse.. y barras.

... := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } oBrw:lColDividerComplete := (.t.) oBrw:nHeaderHeight := 35 oBrw:nRowHeight := 25 oBrw:nHeaderLines := 3 oBrw:nDataLines := 2 oBrw:nFooterHeight := 20 oBrw:nFooterLines ...
by kpidata
Wed Oct 17, 2018 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 845

error ORDBAGNAME, con mysql tdolphin y xbrowse

... oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene siempre llena la pantalla oBrw:nHeaderHeight := 35 // Altura de los encabezados oBrw:nRowHeight := 25 ...
by kpidata
Fri Aug 24, 2018 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ORDBAGNAME, con mysql tdolphin y xbrowse
Replies: 1
Views: 761

:lAllowColSizing

... stop an xbrowse from final user I made WITH OBJECT oBrw :lHScroll := :lVScroll := .f. :nStretchCol := 1 :nFreeze := 1 :lAllowRowSizing := .F. :lColDividerComplete := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. :nMarqueeStyle := MARQSTYLE_NOMARQUEE :l2007 := .f. :l2015 := .t. :nColDividerStyle ...
by Silvio.Falconi
Mon Jul 09, 2018 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: :lAllowColSizing
Replies: 3
Views: 572

error en xbrowse mysql, tdolphin

... oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene siempre llena la pantalla oBrw:nHeaderHeight := 35 // Altura de los encabezados oBrw:nRowHeight := 25 ...
by kpidata
Tue Jun 19, 2018 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse mysql, tdolphin
Replies: 0
Views: 797

Re: abrir 2 xbrowses simultaneos

... oDlg //UPDATE oBrwa:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrwa:nColDividerStyle := LINESTYLE_BLACK oBrwa:nRowDividerStyle := LINESTYLE_BLACK oBrwa:lColDividerComplete := .t. oBrwa:nHeaderLines := 1 oBrwa:nDataLines := 1 oBrwa:lRecordSelector := .t. oBrwa:bClrStd := {|| { nRGB( 0, 0, 0), nRGB(210,255,233) ...
by pedroluis
Tue May 29, 2018 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir 2 xbrowses simultaneos
Replies: 13
Views: 2797

xbrowse y bloqueo encabezado

... oBrw2:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw2:lColDividerComplete := (.t.) // (.T.) Mantiene siempre llena la pantalla oBrw2:nHeaderHeight := 30 // Altura de los encabezados oBrw2:nRowHeight := ...
by kpidata
Thu Mar 08, 2018 3:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y bloqueo encabezado
Replies: 0
Views: 872

xBrowse refresh problem

... ) oBrwPed:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrwPed:CreateFromResource( 109 ) oBrwPed:nColDividerStyle := 5 //LINESTYLE_BLACK // COLUNAS oBrwPed:lColDividerComplete := .T. oBrwPed:nHeaderHeight :=30 oBrwPed:nStretchCol := STRETCHCOL_LAST oBrwPed:cAlias := "VENDA" oCol := oBrwPed:AddCol() ...
by Wanderson
Sun Mar 04, 2018 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 697

REPINTAR UNA WINDOW

... :lTransparent := .T. :lDesign := .f. :lRecordSelector := .F. :lVScroll := .f. :lHScroll := .f. :lColChangeNotify := .t. :lAllowColReGroup := .t. :lColDividerComplete := .t. :SetGroupHeader( 'STOCK DEL LOCAL', 1, 3, oFontx ) :oFont := oFont :nBottom := 550 :nRight := 400 :nDataLines := 1 :nStretchCol ...
by CARLOS ATUNCAR
Wed Jan 10, 2018 3:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: REPINTAR UNA WINDOW
Replies: 2
Views: 1115

Re: Rowset X cSeek

... := ( oDialog:oDlg:nRight ) - 20 :nMarqueeStyle := MARQSTYLE_HIGHLROW :nColDividerStyle := LINESTYLE_BLACK :nRowDividerStyle := LINESTYLE_BLACK :lColDividerComplete := .T. :lUpdate := .T. :bClrStd := {|| { CLR_BLACK, IIf( oBrowse:KeyNo() % 3 > 0, CLR_WHITE, ; IIf( oBrowse:KeyNo() % 3 = 0 .And. ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2097

xbrowse y tdolphin

... := MARQSTYLE_HIGHLROW // Con cursor de todo el renglón oBrw2:nColDividerStyle := LINESTYLE_RAISED oBrw2:nRowDividerStyle := LINESTYLE_RAISED oBrw2:lColDividerComplete := (.t.) // (.T.) Mantiene siempre llena la pantalla oBrw2:nHeaderHeight := 35 // Altura de los encabezados oBrw2:nRowHeight := ...
by kpidata
Tue Oct 31, 2017 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y tdolphin
Replies: 3
Views: 1033

Re: tdolphin y xbrowse

... oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene siempre llena la pantalla oBrw:nHeaderHeight := 35 // Altura de los encabezados oBrw:nRowHeight := 25 ...
by kpidata
Thu Sep 14, 2017 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1613

tdolphin y xbrowse

... := LINESTYLE_RAISED oLbx:nRowDividerStyle := LINESTYLE_RAISED oLbx:bClrSelFocus := {|| { CLR_WHITE, RGB(24, 116, 205) } } oLbx:lColDividerComplete := .t. oLbx:nHeaderLines := 1 oLbx:lRecordSelector := .t. oLbx:lAllowRowSizing := .F. oLbx:l2007 := .T. oLbx:CreateFromCode() B) ...
by kpidata
Thu Sep 14, 2017 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1613

XBROWSE question

if oBrw:lColDividerComplete := .F. the colums in the area without data and without divider can further moved and resized. Should this be prevented in this area?
by byte-one
Wed Jul 26, 2017 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE question
Replies: 0
Views: 375
PreviousNext

Return to advanced search