Is there any way for me to add a couple of columns in the ItemView of the ReportExplorer? We have added some columns in the rb_item table and would like to show this i RE.
You can do so by creating a custom report explorer. See the tutorial located in the \Tutorials\Complete\II. Applications\04. End-User with Custom Explorer\... directory for an example of how to do this.
I have used CustomExplorer for some time now, and added some menus which works very well. I add columns in FListView but i cannot figure out how to databind this column to a rb_item.Column. Is this possible to do in the CustomExplorer? I would not like to edit any other units.
You will notice that the Explorer Form constantly references the FReportExplorer object to populate its controls. One option would be to create a descendant to the TppReportExplorer class and add the routines needed to populate your new columns. Otherwise you would need to edit the TppReportExporer class.
Comments
You can do so by creating a custom report explorer. See the tutorial
located in the \Tutorials\Complete\II. Applications\04. End-User with
Custom Explorer\... directory for an example of how to do this.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I have used CustomExplorer for some time now, and added some menus which
works very well. I add columns in FListView but i cannot figure out how to
databind this column to a rb_item.Column. Is this possible to do in the
CustomExplorer? I would not like to edit any other units.
Best regards,
Terje
You will notice that the Explorer Form constantly references the
FReportExplorer object to populate its controls. One option would be to
create a descendant to the TppReportExplorer class and add the routines
needed to populate your new columns. Otherwise you would need to edit
the TppReportExporer class.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com