Crystal Reports SQL Query

  • Thread starter Thread starter Jorge
  • Start date Start date
J

Jorge

Hi
How do i modify the sql query of a CR.NET 2003 report?

Kind Regards
Jorge
 
Hi Jorge,

Jorge said:
Hi
How do i modify the sql query of a CR.NET 2003 report?

Kind Regards
Jorge

use a dataset as datasource.

1. Create a Report with a typed Dataset
2. at Runtime: fill a dataset like the typed one
3. and tyoe this: myReport.SetDatasource= myDataSet

That's it.

Greeting

Thomas
 
Thanks Thomas

Jorge
-----Original Message-----
Hi Jorge,



use a dataset as datasource.

1. Create a Report with a typed Dataset
2. at Runtime: fill a dataset like the typed one
3. and tyoe this: myReport.SetDatasource= myDataSet

That's it.

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

Back
Top