Search found 180 matches: ncoldividerstyle

Return to advanced search

xBrowse refresh problem

... Database oVenda ... oBrwPed := TXBrowse():New( oDlgPed ) oBrwPed:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrwPed:CreateFromResource( 109 ) oBrwPed:nColDividerStyle := 5 //LINESTYLE_BLACK // COLUNAS oBrwPed:lColDividerComplete := .T. oBrwPed:nHeaderHeight :=30 oBrwPed:nStretchCol := STRETCHCOL_LAST ...
by Wanderson
Sun Mar 04, 2018 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 695

REPINTAR UNA WINDOW

... METRO_OLIVE } } SetColor( CLR_WHITE, RGB( 0x33, 0x66, 0xCC ) ) :SetDolphin( oQryStock, .F. ) :aCols[1]:nWidth := 60 :aCols[1]:lAllowSizing := .f. :nColDividerStyle := LINESTYLE_NOLINES :nRowDividerStyle := LINESTYLE_LIGHTGRAY :nMarqueeStyle := MARQSTYLE_HIGHLROW :bClrSel := { || { CLR_BLACK, CLR_HGRAY ...
by CARLOS ATUNCAR
Wed Jan 10, 2018 3:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: REPINTAR UNA WINDOW
Replies: 2
Views: 1111

Re: Rowset X cSeek

... :nTop := 80 :nLeft := 260 :nBottom := ( oDialog:oDlg:nBottom )- 50 :nRight := ( oDialog:oDlg:nRight ) - 20 :nMarqueeStyle := MARQSTYLE_HIGHLROW :nColDividerStyle := LINESTYLE_BLACK :nRowDividerStyle := LINESTYLE_BLACK :lColDividerComplete := .T. :lUpdate := .T. :bClrStd := {|| { CLR_BLACK, IIf( ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2089

xbrowse y tdolphin

... letra del titulo en forma vertical. Brw2:=TxBrowse():New(oDlg2) oBrw2:nMarqueeStyle := 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 ...
by kpidata
Tue Oct 31, 2017 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y tdolphin
Replies: 3
Views: 1028

Re: tdolphin y xbrowse

... PERO ES PARA DAR ENFASIS A LOS TEXTOS. oBrw:=TxBrowse():New(oDlg) oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para ...
by kpidata
Thu Sep 14, 2017 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1605

tdolphin y xbrowse

... 70,400; ID 1000 OF oDlg ON DBLCLICK ( msginfo("entro") ) SetDolphin( oLbx, oProducto,.f. ) oLbx:nMarqueeStyle := MARQSTYLE_HIGHLROW oLbx:nColDividerStyle := LINESTYLE_RAISED oLbx:nRowDividerStyle := LINESTYLE_RAISED oLbx:bClrSelFocus := {|| { CLR_WHITE, RGB(24, 116, 205) } } oLbx:lColDividerComplete ...
by kpidata
Thu Sep 14, 2017 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1605

error en xbrowse o FWH ???

... COLOR Rgb( 255, 0, 0 ), Rgb(185,220,255) oBrw:=TxBrowse():New(oDlg) oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para ...
by kpidata
Wed May 10, 2017 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse o FWH ???
Replies: 1
Views: 1028

error al trabajar con Xbrowse

... COLOR Rgb( 255, 0, 0 ), Rgb(185,220,255) oBrw:=TxBrowse():New(oDlg) oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW // Con cursor de todo el renglón oBrw:nColDividerStyle := LINESTYLE_RAISED oBrw:nRowDividerStyle := LINESTYLE_RAISED oBrw:bClrSelFocus := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } // para ...
by kpidata
Mon May 08, 2017 3:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al trabajar con Xbrowse
Replies: 3
Views: 906

Re: alias dinamicos en dialogos nomodales

... here oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. oBrw:lHScroll := .f. oBrw:lFooter := .t. oBrw:nFreeze := 2 oBrw:lFastEdit := .T. ...
by nageswaragunupudi
Fri Mar 10, 2017 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3717

Re: alias dinamicos en dialogos nomodales

... oDlg ) oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. oBrw:lHScroll := .f. oBrw:lFooter := .t. oBrw:nFreeze := 2 oBrw:lFastEdit := .T. ...
by Miguel Salas
Fri Mar 10, 2017 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3717

Re: alias dinamicos en dialogos nomodales

... oDlg ) oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. oBrw:lHScroll := .f. oBrw:lFooter := .t. oBrw:nFreeze := 2 oBrw:lFastEdit = .T. ...
by Miguel Salas
Wed Mar 08, 2017 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3717

xbrowse com um só registro

... Alguma idéia? ... oTemp072:Zap() oBrw := TXBrowse():New( oDlg ) oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrw:CreateFromResource( 4047 ) oBrw:nColDividerStyle := 5 //LINESTYLE_BLACK // COLUNAS oBrw:lColDividerComplete := .T. oBrw:nHeaderHeight :=30 oBrw:nStretchCol := STRETCHCOL_LAST oBrw:bClrRowFocus ...
by Wanderson
Mon Jul 25, 2016 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse com um só registro
Replies: 2
Views: 646

Ajuda com xbrowse

... está errado? // Definição do xbrowse oBrw := TXBrowse():New( oDlg ) oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrw:CreateFromResource( 4047 ) oBrw:nColDividerStyle := 5 //LINESTYLE_BLACK // COLUNAS oBrw:lColDividerComplete := .T. oBrw:nHeaderHeight :=30 oBrw:nStretchCol := STRETCHCOL_LAST oBrw:bClrRowFocus ...
by Wanderson
Thu Jul 21, 2016 12:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ajuda com xbrowse
Replies: 0
Views: 546

New FTDN April/Abril 2016 (FWH 16.04)

... style browses only ( :lFlatStyle == .t. ) Permitted values are NIL (default behavior) or LINESTYLE_NONE only. When set to LINESTYLE_NONE (a) if nColDividerStyle also is set to 0, Column Divider is not painted in Header and Footer. (b) if nRowDividerStyle also is set to 0, horizontal dividers ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7727

Re: XBrowse, how to turn on lines?

... white. The only way I can get lines is to use the LINES clause in the browse definition. If I try to turn on lines by setting the colors using: :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY There are still no lines. I am running Windows 10. What version of ...
by James Bott
Thu Apr 28, 2016 1:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse, how to turn on lines?
Replies: 24
Views: 4529
PreviousNext

Return to advanced search