Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

RB14.07: Font color is not preserved

edited October 2012 in General
Hi,

I installed RB14.07 yesterday but found that printing reports gave some
problems. To draw attention we have some text (variables) printed white
on black background. In RB14.07 this is printed black on black.
Comparing the report template between RB14.06 and RB14.07 these were the
changes:

object ppReport1: TppReport
Version = '14.06'
object ppLabel4: TppLabel
UserName = 'Label102'
HyperlinkEnabled = False
AutoSize = False
Caption = #169' 2009 Norm-teq'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Name = 'Verdana'
Font.Size = 7
Font.Style = []
Transparent = True
mmHeight = 3006
mmLeft = 0
mmTop = 2117
mmWidth = 30000
BandType = 8
LayerName = Foreground
end
object ppVariable3: TppVariable
UserName = 'varUitvoering'
HyperlinkEnabled = False
BlankWhenZero = False
CalcOrder = 0
CalcComponent = ppGroup2
CalcType = veGroupStart
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Name = 'Arial'
Font.Size = 18
Font.Style = []
mmHeight = 7324
mmLeft = 0
mmTop = 1852
mmWidth = 37296
BandType = 3
GroupNo = 0
LayerName = Foreground
end
end

object ppReport1: TppReport
Version = '14.07'
object ppLabel4: TppLabel
UserName = 'Label102'
HyperlinkEnabled = False
AutoSize = False
Caption = #169' 2009 Norm-teq'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Name = 'Verdana'
Font.Size = 7
Font.Style = []
Transparent = True
mmHeight = 3006
mmLeft = 0
mmTop = 2117
mmWidth = 30000
BandType = 8
LayerName = Foreground
end
object ppVariable3: TppVariable
UserName = 'varUitvoering'
HyperlinkEnabled = False
BlankWhenZero = False
CalcOrder = 0
CalcComponent = ppGroup2
CalcType = veGroupStart
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Name = 'Arial'
Font.Size = 18
Font.Style = []
mmHeight = 7324
mmLeft = 0
mmTop = 1852
mmWidth = 37296
BandType = 3
GroupNo = 0
LayerName = Foreground
end
end

See the color changes.

Using RB14.07 with D2007

Kind regards,

Jeroen Röttink
JR-soft software solutions

Comments

  • edited October 2012
    There is now a patch available for RB 14.07 that resolves this issue.
    Registered customers can email support@ and request the patch.


    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.