Changing Frame Typ in DBCrossView

Cross-tab reports are very usefull but less adaptable. My feature request would be accessing all crossTable memos over one object (memos[row,column,cell]) including row and column titles, changing of all column widths, sorting by invisible fields...

For now I have one problem with memo frames. In my crossTable I would like to have only bottom lines in each rows. I try to set this with CrossEditor and with memo.frame.Typ := 8 in OnPrintCell and allways get correct bottom lines but also annoying border all over the data (not headers) table.
     co1 co2 co3
    --------------
row1|aaa bbb ccc |
------------------
row2|ddd eee fff |
------------------
row3|ggg hhh iii |
------------------

instead of 

      co1 co2 co3
    -------------
row1 aaa bbb ccc 
-----------------
row2 ddd eee fff 
-----------------
row3 ggg hhh iii 
-----------------

Is these a bug or feature? How to fix this?
Thanks in advance!

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.