Crystal Reports :: Show Parameters When No Records Are Found?
Mar 23, 2010
I am trying to find a way that would allow me to display the parameters that have been selected when there are no records found
For instance.
Pulling from a database with a employee table that contains name, address, city, state, zip, job titile and shift.
i then have two list boxes set up that collect the paramets for the reports. One for the job title and one for the shift.
i want to be able to say that no records are found for "managers" on "third shift" where managers and third shift are the parameters from the listboxes.
View 4 Replies
Similar Messages:
Mar 25, 2010
consider the example where there is a report which displays all products or a single product from a table through a drop down list selection. The dropdown list also has a '- ALL -' selection item So the resulting query might be
Select * from products OR
Select * from products where ID={id}
Now I have a single report , I am using sql CASE for differentiating between all products or a single product. Another approach is to pass a different value with where clause in report parameters like
[Code]....
What I like to know is what is the best approach? Is doing this inside query is best or specifying the where clause in the report parameters is right? I personally feel much safe with the SQL query CASE.
View 1 Replies
Apr 6, 2010
I have already generated crystal reports but i've made them static. but now i want to make the user to select the criteria for generating the reports. for eg., in one of them i want to show monthwise data so user should be able to select the month and year and that would be passed as parameter and compared to the existing data. provide me with proper exact code that can be used for giving parameters in such a report using C#.
View 3 Replies
Mar 27, 2011
i need to pass parameters into the crystal report...i am using asp.net with c#
View 1 Replies
Jun 22, 2010
I installed Visual Web develperTrying to get a crystal report to show in the form but therte are no Crystal obhject to select Installed Visual Studio 2008 I can add an Item for Crystal now in form show the form and I see it has menu bar for crystal viewer and I see the report Now if I move the webpage to our server which has IIS 7.0, ASP.net 3.5 what else do I need to install on the server so it wil show the crystal report in the form?
View 5 Replies
Sep 13, 2010
I'm using crystal report 9 in asp.net 2.0 web site. i couldn't display the image in report. Is anyone having idea about this? i put the image using Insert Picture. in my web config , i put following codes,
[Code]....
View 1 Replies
Nov 3, 2010
I have a web application which runs crystal reports. Crystal reports were running properly and its been 2 years that we deployed crystal reports on the web server.Two days ago, suddenly users started getting the following error message. Need urgent help. I have an option to re-register .Net framework and re-installing IIS but i have other very critical application running too, which i don't want to risk at the moment. The server is running on Windows server 2003 with IIS 6.Drop Table INC_IND_CONTRACT;
View 2 Replies
Apr 27, 2010
After some internet sifting i found how to create a crystal report using the disconnected model and learnt how to pass parameters to it.
In my report am suplying a range of dates to select data inside the range; when the report only has one page (or the first of a multi paged) everything works like a charm. The problem is when i naviagate the report using the default toolbar buttons on the crystalreportviewer, the report asks for the very same parameters ive set in code behind.
I was using queystring parameters to pass the parameters (i have a page where you pick the report types and another which has the reportviewer and displays the reports previously selected)
and i thought that they got lost because when you click next/previous there is a postback...switched to session variables and it is still the same.
1: How can i solve this?
2: Is there a way to cache all the report so that navigation doesnt require database access?
3: How can i open the reports without any browser controls /toolbars?
//code from the page where the parameters are set
[Code]....
View 5 Replies
May 7, 2015
i have used an ASP.Net C# web application to post image on facebook.for that i have used "aspsnippets.facebookapi.dll"
everything is working fine while execute from local server.but when i upload my code in server and run
it says error like "The type or namespace name 'ASPSnippets' could not be found (are you missing a using directive or an assembly reference?)"
but i have added Dll reference in my page like
using ASPSnippets.FaceBookAPI;
how to solve this issue.
View 1 Replies
Jul 1, 2010
Im new in using crystal report. When I view the report, the records appear with many spaces in between of each record. How can I set then to just only one spacing after each record?
View 1 Replies
Aug 5, 2010
When i run the application locally it works fine but when i publish it n access from it it gives the error asEither the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
View 2 Replies
Sep 17, 2010
i've connected my crystal report to my database using database experts. now my problem is i want to display the total no of records..in each page .. i.e in database there are 50 records when i execute..it takes two page to print..now in first page there are 30 records and in second page there are 20..i want to display the value 30 at the end of page and 20 at the end of page.i.e how much the page contains the records that much it should print in page footer
View 3 Replies
Dec 17, 2010
My report is displayed without any problem. However, when I click on the button from my crystal report viewer toolbars I get the error. Note : the toolbars is working fine on my local machine.
Error message : Logon failed. Details: mscorlib : Could not find a part of the path 'C:Documents and SettingschiaMy DocumentsVisual Studio 2008WebSitesSafety Permit System
ptLoad_ConfineSpace_Summary.xml'. Error in File C:WINDOWSTEMP
ptPrintSummaryConfineSpace
{965CF937-D48C-483A-AC32-198A790880A6}.rpt: Unable to connect: incorrect log on parameters.
View 14 Replies
Mar 31, 2010
I'm passing some parameters to a CR report programatically and it was working fine, but now that I have added a new date parameter to the report, for some reason, it is prompting me to enter that parameter on screen (the user isn't allowed to set that parameter is the system who must set it.), I haven't changed a thing other than adding the new date parameter, and all the other parameters behave normal, just the date parameter is prompted even thought I've already set a value for the parameter.
This is the code I've got:
private void ConfigureCrystalReports()
{
crystalReportViewer.ReportSource = GetReportPath();
[Code]....
Just for the sake of things: I have checked that the parameter is indeed a date and that it is well formed. CR prompts me to enter it in the format (mm/dd/yyyy hh:mm:ss) so I pass date in that exact format (In fact I've even tried hard coding a well-formed date and it still prompts me to enter the date).
View 2 Replies
Apr 16, 2013
i want to show a crystel report on page load of page. where i want to show report of those student who logged in the system and their session is created.
View 1 Replies
Oct 29, 2010
I wanted to set the data set/parameter info programitically to the crystal report. How I can do that?
View 3 Replies
Nov 3, 2010
I want to give option to user with two or three search parameters in textbox or dropdownand the result should display in CrystalViewer.
I know how to do this task with gridview but don't know how to do the same with CrystalViewer.
Moreover, can I have a weblink to download Video lecture on CrystalViewer?
View 2 Replies
Aug 27, 2010
I have been trying from the past two weeks to integrate crystal reports into my web application. The problem is "We created some reports using Crystal Reports 2008(Sp2) and we are trying to integrate those reports into webpage. Everything works fine on my local machine but when it is deployed to the production server i ran into a lot of problems..
Problem-1 : First time I load the report it comes to the screen where it prompts for DB credentials and stucks up there..I mean those are non editable and doesn't go to next screen. On my local machine the report even didn't prompt for DB credentials. Why it prompts when moved to prod'n Box? How to avoid that?
Problem-2: How about the images on parameters screen?
View 1 Replies
Dec 30, 2013
How to create ssrs with parameter in asp.net with c# using sql ....
View 1 Replies
Jun 9, 2010
I have a report, which has two sections namely Labour and Spares.In labour section no of records per page must be limited to 5 records and the Spares section have to limit to 10 records per page.If either Labour or Parts exceed the max limit the records must be shown in the next page. Limiting one section by using formulas can be done easily ...but it is very difficult control two sections simultaneously.
View 4 Replies
Feb 9, 2011
im using sap crystal report version 13.0.2000.0. i've 27,000 records to be printed but when i run my application the exception error is displayed "Out Of Memory".. i've my appliation in VS2010 and OS is server 64bit and 4GB RAM..
View 1 Replies
Oct 18, 2012
Actually I am developing one web application,in that application I used a gridview to display all the database records in a page. I provide hyperlink print for every row, if I click the print option, the particular record will be print in the crystal report..
View 1 Replies
Mar 10, 2010
I would like to ask is it possible to show crystal report in pdf format in web? I know how to export crystal report in pdf format, however, it is exported to client's computer.
View 1 Replies
Sep 20, 2010
I have a crystal report designed in cystal report 9. The report also has a sub report. Now what I want is to show dynamic image in the sub report. My images are saved in sql server 2005 as image. Anyone has any idea how to show the images from sql server 2005 to crysatal report.
View 1 Replies
May 11, 2010
i am using asp.net 2008, freamwork 2.0, crystal report 10.2 i have a problem to get images on report from servers physical location. i have a barcode path store in BarMSt_M table as /images/barcode/bar.jpeg, now i need to show barcode in crystal report 10.2, what should i do,what can be extra setting or to install.
View 1 Replies