Crystal Report tables without Database ? AND getting the Print Eve

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Iam searching for a way to design a letter with Crystal Report. Now I want
to imlement a table. I have the Data in a ArrayList, but it will not be able
to make a Database, so I need a way to insert all the data from my ArrayList
into this Table in the Crystal Report. How can I do that ?

Another Problem is, that I must save the letter bevor printing it. So how
can i get the Printevent from the Crystal Report ?

Thx for the help

Dark Archon
 
Hi,

Instead of using a database you can use a dataset

You can export your report as pdf for example

what you mean with a "letter" ?


cheers,
 
Hi,

First thanks for the answer, the Dataset i will try to use this evening...
I will not use any other tool or Programm, so I will only use Crystal
Reports to make my Document ready to print (dynamic).

"letter" = my document, in the moment its an account of artikels i sold.

So is there a way to get a event from the printing dialog, to save the data
before printing ?

Best regards

Dark Archon
 
Hi,

Fabian said:
Hi,

First thanks for the answer, the Dataset i will try to use this evening...
I will not use any other tool or Programm, so I will only use Crystal
Reports to make my Document ready to print (dynamic).

You do not need nothing more.
If you need help (most probably) go to the CR website, IIRC you can download
a document from there that show you how to use dataset as datasrouces.

So is there a way to get a event from the printing dialog, to save the
data

To save what data?

You can export the report at any time you want. This goes for Save.


cheers,
 
Back
Top