Create a siimple grid without cross tab

edited 12:37AM in FastReport 4.0
Hi
Wonder if it is possible to create a simple grid without using the cross-tab component in fast report? I just need to print a calendar made in Delphi in a grid.
Best Regards
Lars

Comments

  • edited 12:37AM
    mithcd wrote: »
    Check this out, hope points you to the right direction.

    http://www.fast-report.com/en/forum/lofive....php/t5664.html

    Thankyou. But do you know where I can read a bout the property Cellfunctions?
  • edited 12:37AM
    larshgf wrote: »
    Hi
    Wonder if it is possible to create a simple grid without using the cross-tab component in fast report? I just need to print a calendar made in Delphi in a grid.
    Best Regards
    Lars
    My suggestion:
    - Use MasterData band with a virtual data for 7 rows,
    - Place seven Memos (TfrxMemoView) on that band,
    - Treat Memos from left to right (or from right to left in some countries) as days of week (there are 7 of them),
    - Treat rows (MasterData band) as next weeks of a month,
    - Use FR script or Delphi to manipulate all these Memos - their visibility and contents.


    Regards
    Mick

Leave a Comment