Hi all,
I work on a small project with SWT where I have a form with some data. So when click on a button on this form, I want to get a print preview in other form.
1. I already created a report using empty CR, and it is working. It is added to my SWT project, but how can I embed it into a SWT form? Or is there any other way to create something like a print preview?
2. I have one parameter which should be given over to the report. (It is an ID from a table in my database to which CR report is connected.) This parameter is stored in a variable in my code, and according to this value, the result in the report will be shown.
So please if you could help me with this.
Thanks!
Edited by: Malco Malik on Jul 20, 2008 9:07 PM