Search found 40 matches: groupheader

Return to advanced search

Re: image\GroupHeader

If you want to change the bitmap of the Group Header, then change the nGrpBmpNo of the first column in the Group Once marked, but does not clear, there is no way to change the image in termpo execution http://img831.imageshack.us/img831/9178/tela1p.jpg    for i:=2 to (len(aC...
by Luisão PITBULL
Mon Feb 04, 2013 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: image\GroupHeader
Replies: 2
Views: 521

Re: image\GroupHeader

If you want to change the bitmap of the Group Header, then change the nGrpBmpNo of the first column in the Group
by nageswaragunupudi
Sat Feb 02, 2013 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: image\GroupHeader
Replies: 2
Views: 521

image\GroupHeader

Guys, someone would have any tips on how to change the image in GroupHeader at runtime I tried to use this example of samples oBrw:aCols[i]:bLClickHeader := { | nMRow, nMCol, nFlags, Self | If( ::nHeadBmpNo == 2, ::nHeadBmpNo := 1, ::nHeadBmpNo ...
by Luisão PITBULL
Fri Feb 01, 2013 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: image\GroupHeader
Replies: 2
Views: 521

Re: GroupHeader \ xbrowse

ADutheil wrote:To retreive groupheader for column nCol try:

Code: Select all  Expand view
oXbrw:aCols[ nCol ]:cGrpHdr



worked perfect, thanks for the help

Luiz Fernando
by Luisão PITBULL
Thu Jan 24, 2013 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GroupHeader \ xbrowse
Replies: 2
Views: 446

Re: GroupHeader \ xbrowse

To retreive groupheader for column nCol try:

Code: Select all  Expand view
oXbrw:aCols[ nCol ]:cGrpHdr
by ADutheil
Thu Jan 24, 2013 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GroupHeader \ xbrowse
Replies: 2
Views: 446

GroupHeader \ xbrowse

Image

thank you

Luiz Fernando
by Luisão PITBULL
Thu Jan 24, 2013 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GroupHeader \ xbrowse
Replies: 2
Views: 446

Re: A sample report – screenshots

In the GroupHeader I insert the Charts 1 – 12 for each month. Then on the OnBeforePrint –event of the Groupheader I set the Chart of the corresponding month visible. Best regards, Otto http://www.atzwanger-software.com/fr/chart1.jpg ...
by Otto
Mon Mar 01, 2010 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A sample report – screenshots
Replies: 1
Views: 581

Re: Superheader en xBrowse

In version 9.12, GroupHeader logic is totally revised in XBrowse. From this version, defining group headers is extremely simple. Example: oBrw:SetGroupHeader( cHeader, nFromCol, nUptoCol, [ oFont ] )  Here is the \fwh\samples\testhead.prg ...
by nageswaragunupudi
Thu Jan 28, 2010 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Superheader en xBrowse
Replies: 1
Views: 655

Re: FastReport GroupHeader

You can also pass a boolean-variable:

Code: Select all  Expand view
Fivewin:
oFr:AddVariable("Einstellungen", "TestLogischeVariable", .T. )
FastReport:
GroupHeader1.Visible :=   <TestLogischeVariable>   ;

Best regards,
Otto
by Otto
Mon Jan 11, 2010 4:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport GroupHeader
Replies: 1
Views: 436

FastReport GroupHeader

To switch on/off GroupHeader and StartNewPage from within your Fivewin application you can pass 2 variables and then define the OnBeforePrint condition of the GroupHeader: Fivewin: if lGruppenKopf = .t.oFr:AddVariable("Einstellungen", ...
by Otto
Mon Jan 11, 2010 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport GroupHeader
Replies: 1
Views: 436
Previous

Return to advanced search