Cross-tab report with more than 8 RowLevels

I need of a Cross-Tab Report showing on the rows a list of values from 12 fields (record1, record2, record3...).
From the Cross-Tab-Editor, I dragged the fields to the list area under the Cross-Tab-Structure, but at the 9th field I've got an 'Access violation at address 05CDB692 in module frx6.bpl' error.
So I realize that FastReports has a limit of 8 RowLevels. Or not? Is there a workaround for that? Will it be fixed (as soon as possible, I hope)?
Help!
;)

Comments

  • edited 10:09AM
    Change the frxCrossMatrix.pas:

    const
    CROSS_DIM_SIZE = 8;

  • edited 10:09AM
    I can't modify frxCrossMatrix.pas: I have the Standard Edition, without sources... and I am out of budget! Any other solution?
  • edited 10:09AM
    Sorry, there is no other solution. Wait for FR3.05.
  • edited 10:09AM
    Ok, I'll wait, thank you. Another problem related to this: the headers.
    That is that I need:

    HeaderHeaderHeaderHeader
    Field1, Field2, Field3, Field12(sum Field 20)
    Field1, Field2, Field3, Field12(sum Field 20)
    Field1, Field2, Field3, Field12(sum Field 20)
    Field1, Field2, Field3, Field12(sum Field 20)

    A little bit schematic, but I hope it is clear: the rows will have 12 fields of description (First Name, Surname, Address, Country). With 8 Fields I have not headers.
    Thanks once again. I look forward to FR3.05. And my customer too. ;)

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.