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.
Is these a bug or feature? How to fix this?
Thanks in advance!
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!