About crystal reports

Y

yoshitha

Hi,
I want to display the data into crystal reports and the data is not coming
from the database the data is from the controls which i've placed on the
form. and also when i click save button then the data in the crystal reports
will be saved in a file .

In my form there are textboxes and combo boxes and some ohter controls and
one command button is there , after entering the data into the contrls i'll
click on that button then the data must be displayed in the crystal report
(including label captions) and i'll modify the data if necessary then i
will press the save button then it will be saved into a file.
Plz tell me whether it is possible or not
its very urgent.,plz give me guidance regarding this
Thanx in advance
yoshitha
 
B

Bernie Yaeger

Hi Yoshitha,

It is possible, but here's the sequence:
1. press 'save' button;
2. save the data to a table - either in sql server, ms access, even a dbase
or foxpro table;
3. run the report - the report has to know that it is connecting to that
table, in the appropriate location, etc; the headers should be the labels
you refer to;
4. after running the report, clean out the table so that it is empty and
ready for a new 'save' request.

HTH,

Bernie Yaeger
 
T

thomas wenning

yoshitha said:
Hi,
I want to display the data into crystal reports and the data is not coming
from the database the data is from the controls which i've placed on the
form. and also when i click save button then the data in the crystal reports
will be saved in a file .

In my form there are textboxes and combo boxes and some ohter controls and
one command button is there , after entering the data into the contrls i'll
click on that button then the data must be displayed in the crystal report
(including label captions) and i'll modify the data if necessary then i
will press the save button then it will be saved into a file.
Plz tell me whether it is possible or not
its very urgent.,plz give me guidance regarding this
Thanx in advance
yoshitha

Hi Yoshitha,

Put the data in a dataset and print the dataset like this:
http://support.businessobjects.com/...Papers/rtm_reportingoffadonetdatasets.pdf.asp

Read this too:
http://support.businessobjects.com/...Papers/rtm_reportingoffadonetdatasets.pdf.asp

Greeting

Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top