CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
CrisisHelper - First Aid in Tough Times of World Economic Crisis


Rave Reports Visual Designer

Example GreenBar Effect .

Top  Previous  Next

Using events to get a greenbar effect (alternating background line colors).

 

·Select the band for the desired greenbar effect
·Drop a Rectangle component in that band
·Set rectangle size to match band size, for example, Left=0, Top=0, Height=0.20 and Width=8.0
·Use the Alignment tab to move the rectangle component to be the first item listed in tree view panel for that band
·GoTo the Event Editor (with rectangle selected)
·Create an OnBeforePrint event
·Put the following code in the OnBeforePrint event

 

{ Event for Rectangle.OnBeforePrint }

function Rectangle1_OnBeforePrint(Self: TRaveRectangle);

begin

if self.FillColor = clLime then

   self.FillColor := clWhite;

else

   self.FillColor := clLime;

end if;

end OnBeforePrint;

 



You are reading help file online using chmlib.com

If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com