Create a report with the use of an image file
duf
Poland
Previously I was using RaveReport and can load an image (template) file and print text on it
MyReport->PrintBitmapRect();
MyReport->PrintXY();
Do I have to change the way reporting in fast report? Is there a similar way of making a report fast report? Thanks.
MyReport->PrintBitmapRect();
MyReport->PrintXY();
Do I have to change the way reporting in fast report? Is there a similar way of making a report fast report? Thanks.
Comments
- Page1.BackPicture property gives you a background to the whole page,
- Put Picture1 (TfrxPictureView) at the same place on a band where you need to write your text. Then use Designer context menu for that Picture1 and Send it to back. Finally put a Memo1 (TfrxMemoView) onto this Picture1 and write any text inside the Memo1.
Regards
Mick
2. I do not have these two components (TfrxPictureView, TfrxMemoView) in my tool palette. This means that I have to create them dynamically?
Thanks
Page1 is TfrxReportPage.
Ad. 2.
TfrxPictureView is available as Picture Object from Designer tool palette.
TfrxMemoView is available as Text Object.
All these three are basic components you meet when working with FR Designer.
Regards
Mick
After create more than one page in the report window is still set to one. What should I do to the value is equal to the number of pages?
Could you explain what do you mean above - I can't guess [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Regards Mick[/img]
To view a "background_picture.fr3" I used this command: What I saw is in the first attached file. I do not see used the image.
Do you mean "Picture" property of the component TfrxReport? Second attached file.
If I understand I have to create many objects Memo in places where there are fields "Intrastat". If yes how determine the location of the object Memo?
I do not know whether I made ​​it up but the instructions below allows you to create new pages of the report:
But in the report header only appears value "1" as seen in attached file number three.
I do not need to create a report in a separate Designer or loads it from file to my application. I need to preview the document in the FR. When the Button "Preview" in my application is pressed window will open with the completed report document. Creating a report should therefore take place in the event "OnButtonClick" and without saving to disk. I would also like to be able to create a report file *. pdf without opening preview.
Pressing the button "Preview" should follow the instructions:
1.Loading an image file "Intrastat" to the wizard.
2.Entering text in the form boxes.
3.Generate report and show it in a FR window or creating a report file *.pdf and saving to the disk.
Write to me (you may use your own language) using my FR profile and give me any your e-mail adress and I'll send you an avi file without any compression (zip or rar). The film has more than 10 MB and I can't send it here as attachment.
The main question is: how do you plan to create your report?
Are going to use FR Designer or are you going to do everything by code of your compiled program.
If you plan to use Designer then I can help you, if not - I'm sorry I can't as I my knowledge is based on pure FR script and Designer.
Once more - have a look at complied demo and see how much you can do with Designer to place controls on a page in locations your form needs. If you find it helpfull then we can keep on going with your issue.
Regards
Mick