How to build up that Report?
I want to build a certain report. That the enduser is able to modify the layout (font, color) is a must.
the user interface is a stringgrid like this
Col.Count and row.count are not fix and can be changed by the user and can be named, eg. col1 = Monday, row1 = Menue1. The x/x stands for some DBfields (string, float). in the stringgrid cell x/x is only displayed a concatenated string of the first two db-fields. in the report all the dbfields should be printed, like this
every record in the dbtable has a field 'col' and a field 'row' which references the stringgrid cell.
I have quite a lot of trials done, with and without crosstabs (old and new style), subreports etc. but nothing works so far.
Anyone an idea?
thank you.
the user interface is a stringgrid like this
Col1, Col2, Col3,
row1 1/1 2/1 3/1
row2 2/1 2/2 3/2
row3 ...
row4
Col.Count and row.count are not fix and can be changed by the user and can be named, eg. col1 = Monday, row1 = Menue1. The x/x stands for some DBfields (string, float). in the stringgrid cell x/x is only displayed a concatenated string of the first two db-fields. in the report all the dbfields should be printed, like this
Monday Thuesday
dbfield1 dbfield1
dbfield2 dbfield2
Menue1 dbfield3 dbfield3
dbfield4 dbfield4
dbfield5 dbfield5
Menue2 ... dto
Keep in mind that enduser must be able to change the layout, eg set the font for 'dbfield1' to bold.every record in the dbtable has a field 'col' and a field 'row' which references the stringgrid cell.
I have quite a lot of trials done, with and without crosstabs (old and new style), subreports etc. but nothing works so far.
Anyone an idea?
thank you.