Greetings,
I need to have a way to veiw/print reports designed in MS Access in my Delphi application.
I have a MS Access 2007 db for the backend of my Delphi2010 application. I have reports I had defined and saved in my Access db. I would like to place a button in a form of my Delphi app to allow the user to view/print these reports.
I have seen one solution from:
http://www.scalabium.com/faq/dct0083.htm
but this solution requires Access to be on the machine my app runs on. Furthermore, it requires the db to remain open so the user can view the report. This opens the db for unauthorized access by a user to parts of the db they should not see.
So is their a way I can have the access report called from my code with in my application that would allow the user to view/print it that does not require Access to be on the pc?
Thanks in advance for any help!
Regards,
OASys1