Data in header
Posted: Tue Mar 04, 2014 9:58 am
When I write this
SRichViewEd.RVHeader.Clear;
SRichViewEd.RVHeader.Style:=RVStyle;
SRichViewEd.RVHeader.InsertTextW(PROP_BUSINESS_YEAR_AND_PERIOD+ #13#10,false);
SRichViewEd.RVHeader.AddBreak;
SRichViewEd.RVHeader.AddTextBlockNLA('PROP_BUSINESS_YEAR_AND_PERIOD',1,1);
SRichViewEd.RVHeader.Repaint;
only this appears:
Business:My 01.01.2014-31.12.2014
So when i click in the header und press the enter, all the text appears
Business:My 01.01.2014-31.12.2014
PROP_BUSINESS_YEAR_AND_PERIOD
How can I do, that show them all without clicking in the header?
Thanks,
Leroy
SRichViewEd.RVHeader.Clear;
SRichViewEd.RVHeader.Style:=RVStyle;
SRichViewEd.RVHeader.InsertTextW(PROP_BUSINESS_YEAR_AND_PERIOD+ #13#10,false);
SRichViewEd.RVHeader.AddBreak;
SRichViewEd.RVHeader.AddTextBlockNLA('PROP_BUSINESS_YEAR_AND_PERIOD',1,1);
SRichViewEd.RVHeader.Repaint;
only this appears:
Business:My 01.01.2014-31.12.2014
So when i click in the header und press the enter, all the text appears
Business:My 01.01.2014-31.12.2014
PROP_BUSINESS_YEAR_AND_PERIOD
How can I do, that show them all without clicking in the header?
Thanks,
Leroy