Search found 55 matches: lightgray

Return to advanced search

Re: Show LINESTYLE of Xbrowse on line

before set all :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY then If lShowlines       FOR i := 1 TO (nRecords*5)  STEP 5             oCol := ::oLbx:aCols[ i ]             ColPenColor( oCol, CLR_BLACK )          NEXT       else          FOR ...
by Silvio.Falconi
Thu Nov 03, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show LINESTYLE of Xbrowse on line - (run with errors)
Replies: 17
Views: 1034

Re: no sizing the column of xbrowse

Hello Silvio, maybe you look for: oBrw:lAllowColSwapping := .f. Best regards, Otto Please I wrote on my config I have allready WITH OBJECT oBrw :nRowHeight := 27 :nClrBorder := CLR_GRAY :lDrawBorder := .t. * :nColorBox := CLR_HRED :lHscroll := .f. :lVscroll := .f. :l2007 := .f. :l2015 := .f. :lAllo...
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: 444

Re: different colors

oBrw:bPainted Nages, only the line Now there is :nColDividerStyle := LINESTYLE_LIGHTGRAY I wish change the Line at columns only the * :SetGroupHeader( "Estrazione", 1, 2) :SetGroupHeader( "Bari", 3, 7 ) * :SetGroupHeader( "Cagliari", 8, 12 ) * :SetGroupHeader( "Fi...
by Silvio.Falconi
Wed Mar 16, 2022 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: different colors
Replies: 2
Views: 381

Re: Colorized cell of xbrowse

oCol:bClrStd := ChangeColor( oBrw, i )  Nages, give me error WITH OBJECT oBrw :nRowHeight := 22 :nClrBorder := CLR_GRAY :lDrawBorder := .t. :nColorBox := CLR_HRED :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowS...
by FranciscoA
Mon Mar 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1258

Re: Colorized cell of xbrowse

oCol:bClrStd := ChangeColor( oBrw, i )  Nages, give me error WITH OBJECT oBrw :nRowHeight := 22 :nClrBorder := CLR_GRAY :lDrawBorder := .t. :nColorBox := CLR_HRED :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowS...
by Silvio.Falconi
Sun Mar 06, 2022 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1258

Imágenes en Xbrowse [SOLUCIONADO]

Hola a todos Estoy tratando de hacer un xbrowse que muestre imágenes en una columna según la condición, pero si bien aparece, también me aparece el dato a la derecha de la imagen. ¿Cómo se oculta el dato? ¿Y cómo se centra la imagen? He tratado de entrar la imagen con oBrw:aCols[ 2 ]:nDataBmpAlign: ...
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: 686

Re: Como me refiero al total de una columna

Ariel y amigos: Gracias por tu consejo pero no me funciona aún, adjunto trozo de código por si ustedes ven algo que yo no REDEFINE XBROWSE oBry ID 300 OF oDlg; DATASOURCE oRsAde; COLUMNS "ADE_ARR","ADE_AMO","ADE_MES","ADE_CPT","ADE_IMP"; HEADERS &quo...
by Armando
Fri Nov 13, 2020 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 918

Re: How to use xBrw:nHeadDividerStyle ?

Dear Francisco,

I use ::lFlatstyle := .T. , but I need horizon line in group header. I
How to paint horizontal dividers with LINESTYLE_LIGHTGRAY?

Thank you for any idea.
by dutch
Thu Nov 05, 2020 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 402

Re: How to use xBrw:nHeadDividerStyle ?

I set row with below command but the header is effect as picture. How can I set ::nHeadDividerStyle as LINESTYLE_LIGHTGRAY for Horizon Line ? Thank you in advance for any help and idea. oBrw2:nRowDividerStyle := LINESTYLE_NOLINES https://i.postimg.cc/CMHZWsXm/xbrw.png New DATA nHead...
by FranciscoA
Mon Nov 02, 2020 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 402

How to use xBrw:nHeadDividerStyle ?

I set row with below command but the header is effect as picture.
How can I set ::nHeadDividerStyle as LINESTYLE_LIGHTGRAY for Horizon Line ?

Thank you in advance for any help and idea.
Code: Select all  Expand view
oBrw2:nRowDividerStyle := LINESTYLE_NOLINES

Image
by dutch
Mon Nov 02, 2020 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 402

XBROWSE memory leak - SOLVED

Sr. Antonio, utilizo la versión de FIVEWIN 17.04, y noté una pérdida de memoria en xbrowse, al usar GDIVIEW, noté que (PEN) no liberó memoria. Quizás ya lo haya corregido, pero el problema estaba en el método: METHOD Adjust() CLASE TXBrowse ... //aqui*********************************** if ::hRowPen ...
by MGA
Wed Sep 02, 2020 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE memory leak - SOLVED
Replies: 3
Views: 751

Re: Error al insertar registro con Clase MariaD

Gracias por contestar. Estoy utilizando FWH incorporado en la clase MariaDB? Revise los ejemplos que hay en sample de maria01......maria16. Y los soluciones asi: #include "FiveWin.ch" STATIC oRs,oCn //------------------------------ function Main() //------------------------------ local oRs...
by Adolfredo Martinez
Tue Feb 19, 2019 12:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al insertar registro con Clase MariaD
Replies: 10
Views: 1252

REPINTAR UNA WINDOW

Tengo una duda como solucionar este problema tengo con una ventana principal como detallo mas abajo cuando abro otra ventana MDICHILD y al cerrarla la parte ocupada se pierda lo que estaba, si minimizo y maximizo se repinta nuevamente. Que solucion se puede aplicar . Gracias DEFINE CURSOR oCursor HA...
by CARLOS ATUNCAR
Wed Jan 10, 2018 3:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: REPINTAR UNA WINDOW
Replies: 2
Views: 1071

Re: XBrowse, how to turn on lines?

Rao, The code I am running is exactly what I posted. The window background is 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_LIGHTG...
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: 4427

Re: XBrowse, how to turn on lines?

This is my test func dbtest()   local oBrw, oWnd   USE CUSTOMER   DEFINE WINDOW oWnd   oBrw  := TXBrowse():New( oWnd )   oBrw:SetRDD( .t. )   WITH OBJECT oBrw      :nColDividerStyle := LINESTYLE_LIGHTGRAY      :nRowDividerStyle := LINESTYLE_LIGHTGRAY      :CreateFromC...
by nageswaragunupudi
Thu Apr 28, 2016 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse, how to turn on lines?
Replies: 24
Views: 4427
Next

Return to advanced search