... optimize refresh operations.
SetStyle(), SetDarkTheme(), SetFont(), FontSize(), SetRecSelBmp(), SetRecSelSl(), SetBackGround(), SetColor(), SetGroupHeader(), SetGroupTotal(), SetMultiSelectCol(), SetChecks(), SetProgBar(): These methods control the visual appearance of the browse, including styles ...
Search found 69 matches: setgroupheader
Searched query: setgroupheader
- Fri Jan 24, 2025 11:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4834
- Fri Jan 24, 2025 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4834
Re: Using new Class TDeepSeek for documenting
... SetColsData( "nWidth", myWidthValues, .T. ) // Sets column widths in creation order.
content_copy
download
Use code with caution.
Harbour
30. SetGroupHeader( cGrpHdr, nFrom, nUpto, oFont, nAlign, nHeight )
Description: Sets a group header for a range of columns.
Parameters:
cGrpHdr: CHARACTER ...
content_copy
download
Use code with caution.
Harbour
30. SetGroupHeader( cGrpHdr, nFrom, nUpto, oFont, nAlign, nHeight )
Description: Sets a group header for a range of columns.
Parameters:
cGrpHdr: CHARACTER ...
- Thu Oct 31, 2024 7:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse cell on two sections
- Replies: 7
- Views: 1734
Re: xbrowse cell on two sections
... 11,1] } CENTER
ADD COLUMN TO oBrw HEADER "Rit" DATA {|v,oCol| oCol:oBrw:aArrayData[oCol:oBrw:nArrayAt,11,2] } CENTER
then I make set SetGroupHeader
:SetGroupHeader( "1", 2, 3 )
:SetGroupHeader( "2", 4, 5 )
:SetGroupHeader( "3", 6, 7 )
:SetGroupHeader( "4", 8, 9 )
:SetGroupHeader( "5 ...
ADD COLUMN TO oBrw HEADER "Rit" DATA {|v,oCol| oCol:oBrw:aArrayData[oCol:oBrw:nArrayAt,11,2] } CENTER
then I make set SetGroupHeader
:SetGroupHeader( "1", 2, 3 )
:SetGroupHeader( "2", 4, 5 )
:SetGroupHeader( "3", 6, 7 )
:SetGroupHeader( "4", 8, 9 )
:SetGroupHeader( "5 ...
- Fri Sep 20, 2024 10:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SetGroupHeader and headers
- Replies: 2
- Views: 338
Re: SetGroupHeader and headers
too bad because it's a useful thingMarc Venken wrote:You are making a groupheader already and as far as I know a other level of groupheaders is not yet implemented.
- Fri Sep 20, 2024 10:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SetGroupHeader and headers
- Replies: 2
- Views: 338
Re: SetGroupHeader and headers
You are making a groupheader already and as far as I know a other level of groupheaders is not yet implemented.
- Fri Sep 20, 2024 9:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SetGroupHeader and headers
- Replies: 2
- Views: 338
SetGroupHeader and headers
I have this xbrowse
![Image](https://i.postimg.cc/dtP2MQ8r/mio.png)
How to insert the word "MILANO" in place of MI1, MI2, MI3, MI4, MI5? and so on for the other columns (every 5)
![Image](https://i.postimg.cc/dtP2MQ8r/mio.png)
How to insert the word "MILANO" in place of MI1, MI2, MI3, MI4, MI5? and so on for the other columns (every 5)
- Mon Aug 19, 2024 3:30 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWH64 : ERROR SE SALE DEL SISTEMA
- Replies: 33
- Views: 7758
Re: FWH64 : ERROR SE SALE DEL SISTEMA
... F.
:lHScroll := .F.
:l2007 := .F.
:lFooter := .T.
:lDrawBorder := .T.
:lAllowColReGroup := .T.
:lColDividerComplete := .T.
:SetGroupHeader( 'Jornada', 5,6, oFont )
:SetGroupHeader( 'Refrigerio', 7,8, oFont )
:bClrHeader := {|| { nRGB(000,000,000), METRO_EXCEL1 } }
:bClrSel ...
:lHScroll := .F.
:l2007 := .F.
:lFooter := .T.
:lDrawBorder := .T.
:lAllowColReGroup := .T.
:lColDividerComplete := .T.
:SetGroupHeader( 'Jornada', 5,6, oFont )
:SetGroupHeader( 'Refrigerio', 7,8, oFont )
:bClrHeader := {|| { nRGB(000,000,000), METRO_EXCEL1 } }
:bClrSel ...
- Thu Jan 11, 2024 2:27 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: GroupHeader en la TReport (Antonio/Mr. Rao)
- Replies: 4
- Views: 649
GroupHeader en la TReport (Antonio/Mr. Rao)
Hola colegas:
En la clase TReport ¿existe la posibilidad de poner un título que abarque dos o mas columnas?
algo similar a SetGroupHeader de la clase xBrowse
:SetGroupHeader( "E N T R A D A S",04,05 )
:SetGroupHeader( "S A L I D A S",06,07 )
Si aún no es posible, ¿qué tan factible es ...
En la clase TReport ¿existe la posibilidad de poner un título que abarque dos o mas columnas?
algo similar a SetGroupHeader de la clase xBrowse
:SetGroupHeader( "E N T R A D A S",04,05 )
:SetGroupHeader( "S A L I D A S",06,07 )
Si aún no es posible, ¿qué tan factible es ...
- Fri Oct 20, 2023 8:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Headers in xBrowse
- Replies: 6
- Views: 752
Re: Headers in xBrowse
... Cagliari","Nazionale"}
//aSuperGroup 3
local aHeader3:= {"Napoli","Bari","Palermo"}
each header has the following pattern
oBrw:SetGroupHeader( aSuperGroup[1], 2, 21 )
oBrw:SetGroupHeader( aSuperGroup[2], 22, 41 )
oBrw:SetGroupHeader( aSuperGroup[3], 42, 56 )
I try but it not run ...
//aSuperGroup 3
local aHeader3:= {"Napoli","Bari","Palermo"}
each header has the following pattern
oBrw:SetGroupHeader( aSuperGroup[1], 2, 21 )
oBrw:SetGroupHeader( aSuperGroup[2], 22, 41 )
oBrw:SetGroupHeader( aSuperGroup[3], 42, 56 )
I try but it not run ...
- Wed Jul 19, 2023 1:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowser - SetGroupHeader
- Replies: 2
- Views: 352
Re: xBrowser - SetGroupHeader
Mr Rao,
Thanks.
Att.,
Oliveiros Junior
Thanks.
Att.,
Oliveiros Junior
- Tue Jul 18, 2023 12:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowser - SetGroupHeader
- Replies: 2
- Views: 352
Re: xBrowser - SetGroupHeader
oCol:nGrpBmpNo
- Mon Jul 17, 2023 5:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowser - SetGroupHeader
- Replies: 2
- Views: 352
xBrowser - SetGroupHeader
Good afternoon everybody!
I would like to know if it is possible to put an image in a SetGroupHeader of the xBrowser.
Att.,
Oliveiros Junior
I would like to know if it is possible to put an image in a SetGroupHeader of the xBrowser.
Att.,
Oliveiros Junior
- Sat Oct 15, 2022 9:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: erase GroupHeader on line
- Replies: 2
- Views: 255
erase GroupHeader on line
I have this superheader
:SetGroupHeader( "Estrazione", 1, 2)
is it possible to erase on line this superheader ?
:SetGroupHeader( "Estrazione", 1, 2)
is it possible to erase on line this superheader ?
- Thu May 12, 2022 7:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: no sizing the column of xbrowse
- Replies: 3
- Views: 535
Re: no sizing the column of xbrowse
... f.
:lAllowColHiding := .f.
:lRecordSelector := .f.
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:SetGroupHeader( "Numeri Estratti ", 1, 6 )
:SetGroupHeader( if( nRadio == 1, "Somme estratti", "Distanze cilometriche" ), 7, 16 )
:nMarqueeStyle ...
:lAllowColHiding := .f.
:lRecordSelector := .f.
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:SetGroupHeader( "Numeri Estratti ", 1, 6 )
:SetGroupHeader( if( nRadio == 1, "Somme estratti", "Distanze cilometriche" ), 7, 16 )
:nMarqueeStyle ...
- Mon Apr 18, 2022 4:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Change columns title array on line - Resolved -
- Replies: 2
- Views: 263
Change columns title array on line - Resolved -
... an array 16 columns
with a radiomenu I change a nvalue
https://i.postimg.cc/nLjFwf78/bu.jpg
I wish change the title of SetGroupHeader
I made
:SetGroupHeader( Iif(nRadio=1,"Somme estratti","Distanze cilometriche" ), 7, 16 ,oFontsmall,,30)
How I can to refresh the ...
with a radiomenu I change a nvalue
https://i.postimg.cc/nLjFwf78/bu.jpg
I wish change the title of SetGroupHeader
I made
:SetGroupHeader( Iif(nRadio=1,"Somme estratti","Distanze cilometriche" ), 7, 16 ,oFontsmall,,30)
How I can to refresh the ...