473,327 Members | 1,976 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,327 software developers and data experts.

Report without database requires logon???

I have created a dataset (.xssd) and a report (.rpt). In my program, I
create an instance of the dataset and populate it with data, not using a
database. I createa a erport instance from the .rpt, feed it the dataset,
and pass it to a Crystal Reports viewer.

The viewer pops a dialog box demanding long on info. I have not been able to
fill in teh blanks in an acceptable way, nor have I been able to prevent the
box with ApplyLogOn Info.

How do I get this to run?
Nov 17 '05 #1
2 1244


"eye5600" wrote:
I have created a dataset (.xssd),,,
I createa a erport instance ...
long on ingo...
in teh blanks

but meant to write
"I have created a dataset (.xsd) ..".
"I created a report instance... "
"log on ingo"
" in the blanks"

Sorry. I usually do better.
Nov 17 '05 #2
And the answer is:

Don't do this:
oRpt.SetDataSource(dsRpt) ;

Do this instead:
oRpt.Database.Tables[0].SetDataSource(dsRpt.Tables[0]);

Answer from
http://support.businessobjects.com/l...s/c2015838.asp
Nov 17 '05 #3

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

Similar topics

2
by: Jonathan | last post by:
Hi all, It's my first post here, so be kind :) I got a little application that keep track of a small inventory, everything was going great until came the time to make some types of reports. I...
1
by: Nathan Bloomfield | last post by:
Does anyone know if there is any documentation which relates to Access2k + ? or can anyone help adjust the code? I am having trouble converting the DAO references. TITLE :INF: How to...
1
by: andy lim | last post by:
Hello all, I'm developing a web application using ASP.NET/VB. I have problem in viewing my CR reports. It returns following exception when I tried to view any CR report. ...
1
by: Raghu Raman | last post by:
Hi, am using crystal report in my c#.net The report was initially designed with the RDO Connection and uses the stroed proc,This sp requires 4 parameters.In my c# web app , i simply included...
2
by: Jonathan | last post by:
Hi all, It's my first post here, so be kind :) I got a little application that keep track of a small inventory, everything was going great until came the time to make some types of reports. I...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
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: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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: 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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.