home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- // N.A.Antonov & V.M.Baranov
- // Copyright 2003 MBLabSoft. All right reserved.
- //---------------------------------------------------------------------------
-
- TITLE:
- CalendarMaker
-
- DESCRIPTION:
- This example shows how can to use Vivid Report Components to make and print
- calendars.
-
- DEMONSTRATES:
- + TVividReport, TVRPage, TVRBand, TVRLabel, TVRGrid,
- TVRPrintProgress, TVRPreview;
- + the report component on the visible form;
- + using the OnBeginPrint event handlers of rows and columns of TVRGrid;
- + using the OnEndPrint event handlers of rows and columns of TVRGrid;
- + using the OnCalcValue event handlers of the TVRGrid cells.
- COMMENTS:
-