Jump to content
Xtreme .Net Talk

Recommended Posts

Guest dkode
Posted

Hello,

 

I have created a crystal report in my vb project called (TaskSummary.rpt)

 

It is bound to a Crystal Report Viewer called crvTaskSummary

 

From my main form, I fill a dataset and pass it to crvTaskSummary when I create an instance of crvTaskSummary. I then bind the dataset to the TaskSummary.SetDataSource property.

 

It does not prompt me for a username/password like other people say. All it tells me is :

 

"Query Engine Error: C:\......\....\34fsdkj34.rpt"

 

i am completely stumped!

 

Does anyone know why it would be doing this? I thought by passing a dataset I avoid this problem?

 

Thank you

 

P.S.

 

I HAVE included all the required merged modules that crystal notes on their website. I have also verified that the dataset has rows in it when I pass to the form that has the Crystal Report Viewer

Posted

I have experieced the "Query Engine Error" message many times and it has always turned out to be a missing field or misspelt field name.

 

Double check that the dataset is returning all the fields which you have placed on your report.

My website

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...