473,769 Members | 2,234 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Crystal Report run-time query

How can I stop receiving this message while calling a crystal report?

"The report you requested requires further information."

Thanks
Dec 20 '07
11 9696
Is the crystal report part of the VS 2008 now? It works find in the preview
mode. Should I contact Crystal Reports (BusinessObject s)?

Thanks.

"Steven Cheng[MSFT]" wrote:
Thanks for your followup Rkbnair,

Then, I'm afraid the problem should be specific to something inside the
crystal report's internal logic. Have you got any information from the
Crystalreport side?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?cmtibmFpcg= =?= <rk*****@commun ity.nospam>
Subject: RE: Crystal Report run-time query
Date: Thu, 3 Jan 2008 11:18:01 -0800

Thanks Cheng. Per your suggestion, I have created a deployment project and
included the CrystalReportsR edist2005_x86.m sm downloaded from the said
website.
Then, I installed the project on a machine (same machine as the
development
machine). Still the system brings the dialog box ("The report you
requested
requires further information.") prior to running the crystal report.

"Steven Cheng[MSFT]" wrote:
Hi Rkbnair,

The msm file is the "merge module" file of the Crystal Report
redistributable package. You can use it through Visual Studio setup
project. See the following MSDN reference:

#How to: Add Merge Modules to a Deployment Project
http://msdn2.microsoft.com/en-us/lib...8b(VS.80).aspx

#Walkthrough: Installing Shared Components Using Merge Modules
http://msdn2.microsoft.com/en-us/lib...78(VS.80).aspx
Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
>

Jan 4 '08 #11
Hi Rkbnair,

Yes, VS 2008 provide Crystal reports developing support and on development
machine you should be able to design and run reports correctly. However,
after you deploy the reports/components to production machine, the reports
should be rely on the Crystal Reports runtime components(redi stritubtable
package...) only. For the case here, I suggest you contact some Crystal
Reports specific support groups to see whether they have any further ideas
on this.

Also, if there is anything related the .net framework part we can help,
welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: =?Utf-8?B?cmtibmFpcg= =?= <rk*****@commun ity.nospam>
References: <E6************ *************** *******@microso ft.com>
<Nm************ **@TK2MSFTNGHUB 02.phx.gbl>
<D9************ *************** *******@microso ft.com>
<Vl************ *@TK2MSFTNGHUB0 2.phx.gbl>
<63************ *************** *******@microso ft.com>
<NJ************ **@TK2MSFTNGHUB 02.phx.gbl>
<EF************ *************** *******@microso ft.com>
<Pi************ **@TK2MSFTNGHUB 02.phx.gbl>
>Subject: RE: Crystal Report run-time query
Date: Fri, 4 Jan 2008 14:10:06 -0800
>
Thanks.

"Steven Cheng[MSFT]" wrote:
>Thanks for your followup Rkbnair,

Then, I'm afraid the problem should be specific to something inside the
crystal report's internal logic. Have you got any information from the
Crystalrepor t side?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
>--------------------
>From: =?Utf-8?B?cmtibmFpcg= =?= <rk*****@commun ity.nospam>
Subject: RE: Crystal Report run-time query
Date: Thu, 3 Jan 2008 11:18:01 -0800
>
Thanks Cheng. Per your suggestion, I have created a deployment project
and
>included the CrystalReportsR edist2005_x86.m sm downloaded from the said
website.
Then, I installed the project on a machine (same machine as the
development
>machine). Still the system brings the dialog box ("The report you
requested
>requires further information.") prior to running the crystal report.

"Steven Cheng[MSFT]" wrote:

Hi Rkbnair,

The msm file is the "merge module" file of the Crystal Report
redistributabl e package. You can use it through Visual Studio setup
project. See the following MSDN reference:

#How to: Add Merge Modules to a Deployment Project
http://msdn2.microsoft.com/en-us/lib...8b(VS.80).aspx

#Walkthrough : Installing Shared Components Using Merge Modules
http://msdn2.microsoft.com/en-us/lib...78(VS.80).aspx
Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no
rights.
>>

Jan 7 '08 #12

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

Similar topics

1
19182
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal Report at runtime? Example: private void button1_Click(object sender,
2
10072
by: cj | last post by:
Has anyone come across the following error in running a Crystal Report in ASP.NET using the Crystal Reports Web Viewer control... CrystalDecisions.CrystalReports.Engine.InvalidArgumentException: Error in File c:\..\..\..\..\InvoiceReport.rpt: Invalid table number. It happens when trying to set the location for each table in the report 1 For Each objReportTable In rptInvoice.Database.Tables 2 Dim objTableLogOnInfo As...
1
7879
by: Jason Chan | last post by:
I am beginner on Crystal Report. I want to ask a basic question. How can i display a report in ASP? I search for many web and try the sample from crystal dicussion but no luck, the code does not work at all. I saw many articles mentions RAS (Report Application Server), i want to ask is it necessary to install RAS
6
4122
by: Dr. Indera | last post by:
hello, much to my surprise, the version of crystal that comes with visual studio.net 2003 does not have a report preview window. i found out that i have to build a form in visual basic.net and use the crystal view object to be able to view forms. the form works fine for me, so i created a .exe of the form and emailed it to a friend because i thought they would be able to use the form/.exe without having visual studio.net installed. that...
8
4354
by: Rod | last post by:
I've written a Visual Studio .NET application (WinForms app) and put a Crystal Reports for .NET report in it. It is a very simple application - one regular form and another with the crystal reports viewer on it. When I run the application on my development machine, I can see the report just fine. However, when I install the application onto another machine and try to run the report, the form with the crystal reports viewer comes up,...
1
4675
by: codepuller | last post by:
Consider this approach: Embed the report in your project (add it to the project) Then put this code in the page that holds the viewer control 'Set the connection information crConnectionInfo.ServerName = "servername" crConnectionInfo.DatabaseName = "dbname"
3
11013
by: route_coder | last post by:
I am using access database to create a crystal report in VB.NET Everything works fine when I run on my machine. But when I am deploying it other windows machines. It is asking for database server name and logon information. The problem which I understood from this is that the path is hardcoded in the crystal report and the database is in my bin folder. when I run my app on other machines it is looking for the database in that folder and...
9
8274
by: Altman | last post by:
I am currently using ASP.Net 2003 and will be upgrading to 2005 sometime in the near future. I have been having issues with using Crystal Reports that were included with .Net to handle my reporting needs. I was wondering if anybody has an opinion on how the new reportViewer control works in comparison to Crystal. One of the main problems I have been having with Crystal Reports is that they seem to load very slow no matter how small the...
2
7246
by: Jason Huang | last post by:
Hi, The Crystal Report bundled with .Net 2003 is version 9. How do I update the Crystal Report V9 in my .Net 2003 to Version 11 so that whenever I open a .rpt file in my VS 2003, the Crystal Report V11 will come out? Thanks for help. Jason
0
5545
by: zellipa | last post by:
I am trying to imbed crystal in oracle. I got the following steps from the web. when i try to run the created from , iget the error frm-41344. Any suggestions. Regards, Zellipa STEPS TO display the Crystal Report in Oracle Forms 6i:
0
9424
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10223
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10051
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3968
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3571
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.