473,324 Members | 2,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Cr 10 problem (The report you requested requires further information.)

Hi guys.

When I load a Crystal Report using Cr10 in .net it tells me that
"The report you requested requires further information."
and then follows to ask to login/pass to my DataSet1
which contains all of the information that I use to populate the report.

I don't know why this comes up I have tried every possible password that I
know none seem to work.

This code is simple all i have is
this.sqlDataAdapter1.Fill(this.dataSet11);

CrystalReport1 cr = new CrystalReport1();

CrystalDecisions.Shared.TableLogOnInfos tablelogoninfos = new
CrystalDecisions.Shared.TableLogOnInfos();

CrystalDecisions.Shared.TableLogOnInfo tablelogoninfo = new
CrystalDecisions.Shared.TableLogOnInfo();

CrystalDecisions.Shared.ConnectionInfo myconnectioninfo = new
CrystalDecisions.Shared.ConnectionInfo();

myconnectioninfo.ServerName = "localhost";

myconnectioninfo.DatabaseName = "AP_DB";

myconnectioninfo.UserID = "Tom";

myconnectioninfo.Password = "adbeee";
tablelogoninfo.ConnectionInfo = myconnectioninfo;

tablelogoninfo.TableName = "tblProposal";

tablelogoninfos.Add(tablelogoninfo);

this.CrystalReportViewer1.LogOnInfo = tablelogoninfos;

this.CrystalReportViewer1.ReportSource = new CrystalReport1();

//this.CrystalReportViewer1.ReportSource = cr;

this.CrystalReportViewer1.DataBind();

Any help is appreciated

I really am clueless to the issue here

Thanks

Tom
Nov 16 '05 #1
0 7924

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Jep | last post by:
Any help or advice appreciated. We have just installed and configured a new DB2 v.8.1 with latest FixPack. Just a few days later it dies and now we have a DB that is totally unusable. - - - -...
7
by: mark | last post by:
Access 2000: I creating a report that has a record source built by the user who selects the WHERE values. An example is: SELECT * FROM CHARGELOG WHERE STDATE Between #10/27/2003# And...
102
by: Skybuck Flying | last post by:
Sometime ago on the comp.lang.c, I saw a teacher's post asking why C compilers produce so many error messages as soon as a closing bracket is missing. The response was simply because the compiler...
0
by: Lokkju | last post by:
I am pretty much lost here - I am trying to create a managed c++ wrapper for this dll, so that I can use it from c#/vb.net, however, it does not conform to any standard style of coding I have seen....
1
by: Roy | last post by:
Hi, I have a problem that I have been working with for a while. I need to be able from server side (asp.net) to detect that the file i'm streaming down to the client is saved...
0
by: Anna Sunny | last post by:
After migration from VS2003 to VS2005, i get this error on my Crystal Reports: "The report you requested requires further information" Somebody?
14
by: karthikbalaguru | last post by:
Hi, In the case of heap , to keep track of a single chunk of memory it requires 8 bytes of information. That is, it requires 4 bytes to hold the size, and 4 bytes to hold the pointer to the next...
36
by: James Harris | last post by:
Initial issue: read in an arbitrary-length piece of text. Perceived issue: handle variable-length data The code below is a suggestion for implementing a variable length buffer that could be used...
5
by: =?Utf-8?B?UVNJRGV2ZWxvcGVy?= | last post by:
I am trying to get the DNS name of an arbitrary IP address on the network. If I use GetHostEntry as the documentation suggests I only get the name of the machine I am running the code on. All...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.