Hi, Maurico
In addition to posting your question here, also look at
http://www.crystaldecisions.com/. Though it ships with Visual Studio,
Crystal Reports is supported by Crystal Decisions. They have a self-help
section and they offer phone & e-mail support. Their web site states that
you get two Crystal incidents with the purchase of Visual Studio .NET.
HTH,
John Eikanger
Microsoft Visual Basic Developer Support
This posting is provided “AS IS” with no warranties, and confers no rights.
(c) 2003 Microsoft Corporation. All rights reserved.
--------------------
| Content-Class: urn:content-classes:message
| From: "Mauricio" <
[email protected]>
| Sender: "Mauricio" <
[email protected]>
| Subject: Trouble with Crystal and DataSet
| Date: Thu, 31 Jul 2003 07:31:05 -0700
| Lines: 13
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNXcF/zh+Kwf2mtROqQOs4OLiNdtA==
| Newsgroups: microsoft.public.dotnet.general
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:103004
| NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
| X-Tomcat-NG: microsoft.public.dotnet.general
|
| When the Datasource of my report is a DataSet, I'm
| receiving the message:
| "Query Engine Error:"
| "D:\...\temp_c48f3641-a541-44d6-9bfc-3ca2f9817749.rpt
|
| When the DataSource is a database it's ok.
|
| can someone help me?
|
| My code in form_load:
| rpt.SetDataSource(myDataSet)
| CrystalReportViewer.ReportSource=rpt
|
|