Create a siimple grid without cross tab

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 5:03PM
    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 5:03PM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.