The table contains a graphic field Graphic
. It is necessary to make so that this field was printed in the report. How to do? (Delphi 7)
- Do you need Rave Reports technology, or will Quick Report work as well? - DelphiM0ZG
- In principle, it will also work, the main report should be made to me =) - Killjoy
1 answer
If the main thing is to do it, then you need to install the Quick Report components first (they come with Delphi 7, but are not installed by default). Installation: go to the menu Component -> Install Packages ... in the window that opens, click the Add button, then go to the directory where Delphi is installed (by default, step up), go to the Bin folder and select the dclqrt70.bpl file, then click Ok . By default, a bookmark with these components will be set to the very end. If you have experience writing reports in MS Access and Delphi, then nothing difficult, I think, will not. I myself can not describe the work with Quick Report - troublesome business. You can read about how to work with Quick Report in the book “Delphi Bible” by M. E. Flenov or at http://www.intuit.ru/ in the course “Programming Databases in Delphi” - here is a link to this course (Lecture 11 - what you need). I can send an example of a report with pictures to E-mail.
- Thank you for your response! I will follow your advice, then I will write that yes how. - Killjoy
- I did everything, everything works, thanks again, they helped out! =) - Killjoy