ASPFriends.com 'ngfx-crystal' list Archive - June 2002
Messages
Page: 12
Crystal Reports bug with ApplyLogOnInfo? (5 replies)
ASPFriends.com 'ngfx-crystal' list
Moved from [aspngfreeforall] to [ngfx crystal] by Dana Coffey denigma@bellsouth.net Has anyone had any luck setting the logon details for Crystal Reports? It seems that when calling ApplyLogOnInfo with an instance of TableLogOnInfo, the password value doesn't get passed across resulting in failed logins. A Google search finds many with the problem, but no one with a solution. J. ******************...
'CRVsPackageLib' locked (4 replies)
ASPFriends.com 'ngfx-crystal' list
"Can not access file 'CRVsPackageLib' because it is being used by another process" Has anyone got this error and managed to resolve the underlying problem? I think it occurs when I change the .rpt file in a released project. To fix it, I need to kill the server ASP NET process. I think the error occurs because the Crystal DLLs are not in the GAC but are running as local copies with my application....
Disabling Group Tree (7 replies)
ASPFriends.com 'ngfx-crystal' list
Hi I have a Report with grouped Results. In Crystal Reports i disabled the Group Tree in the Options and ReportOptions. But when i use the Report in my WebApplication, the Group Tree is still there. How can i disable it ?? Regards, Felix
Crystal Report Export File To Physical Drive (4 replies)
ASPFriends.com 'ngfx-crystal' list
Hi, Can somebody give me a sample code that launches a dialog box that prompts the user where he wants to store the report to be exported in another format in his physical drive (not in the web server)? Thanks and Best Regards, Ycel Join the world s largest e mail service with MSN Hotmail. http://www.hotmail.com
Passing parameters to a Report (7 replies, VIP)
ASPFriends.com 'ngfx-crystal' list
Hi All, I have a report which needs the numeric parameter "ClinicID" to be passed to it. How do I go about this using C# and ASP.NET? I have the following at the moment ****************************************************** ParameterFields paramField new ParameterFields(); paramField 13; error here CrystalReportViewer1.ParameterFieldInfo paramField; CrystalReportViewer1.DataBind(); ***************...
Crystal Report with Oracle (4 replies, VIP)
ASPFriends.com 'ngfx-crystal' list
OK, I'm trying to create a Crystal Report Viewer with Oracle but I'm having problems. I have managed to create a report, haven't edited it much because I want to wait and see if I can view it first. If I am in design mode in VS.NET, my report shows up, but if I try and view the webpage, I get various errors from Logon failed to Query Engine Error: 'C:\WINDOWS\TEMP\temp 8b7c9b17 24c8 451e bd09 c2e8...
new ReportDocument() question... (3 replies)
ASPFriends.com 'ngfx-crystal' list
Moved from [aspngfreeforall] to [ngfx crystal] by Tim Musschoot Tim.Musschoot@rug.ac.be This is a multi part message in MIME format. InterScan NT MIME Boundary Content Type: multipart/alternative; boundary " NextPart 000 0012 01C20E41.89C530E0" NextPart 000 0012 01C20E41.89C530E0 Content Type: text/plain; charset "big5" Content Transfer Encoding: quoted printable Hi,all Which namespace should I im...
Crystal Reports Web Control Problems (23 replies)
ASPFriends.com 'ngfx-crystal' list
I'm trying to put together a demo of what Visual Studio.Net can do with Crystal Reports and I keep getting an error when I try to start up the web form object from the CrystalDescisions dll. I can actually create compile and use the windows forms version but as soon as I try to create the asp.net web application I get the following error. Object reference not set to an instance of an object. Descr...
Learning Crystal Reports for .Net (2 replies)
ASPFriends.com 'ngfx-crystal' list
Moved from [aspngfreeforall] to [ngfx crystal] by Christie Walker christie.walker@risetime.com Hi all, Does anyone know of some web sites or books that give examples of developing .Net reports using Crystal Reports? Thanks, Bob
Installaling .Net Framework (3 replies)
ASPFriends.com 'ngfx-crystal' list
I am trying to move my project from my development machine to another server. How can I without installing the full VS.NET and be able to run crystal report ? Currently I am just installing the Framework; everything works fine until when I try to use crystal reports. Do I need to run the full VS.Net to run crystal report ? Thank you
PDF Quality (5 replies)
ASPFriends.com 'ngfx-crystal' list
I'm exporting Crystal reports that contain pie charts to PDF. When I design them I see beautifully precise pies when running them, the PDFs are jaggy with very poor fonts. Is this just the way it is or can they be improved upon? J. ******************************************************************** Visit our Internet site at http://www.rbsmarkets.com This e mail is intended only for the addressee...
export report to excel (2 replies, VIP)
ASPFriends.com 'ngfx-crystal' list
i'm using crystal report which is built in .net framework.i'm using "c# " for code behind modification. my requierement is to export a report to excel format.the problem is i want to allow the user to specify the destination where the file has to be stored and save the file in Xsl format by opening a "save as" file dialog box.i'm getting problem in doing this how can i do this . Another problem is...
Crystal hangs on SetDataSource until reboot (2 replies, VIP)
ASPFriends.com 'ngfx-crystal' list
I've used Crystal Reports to create and modify one report without problem. Now, I'm trying to run a different report and it causes ASP.NET to consistently stop responding. When I reboot my computer, and browse to my report, it runs fine. Then I open VS.NET, and it doesn't work anymore, no matter what I try closing VS.NET, restarting web services, (re)building project/solution until I reboot again....
Specifying sort order (3 replies)
ASPFriends.com 'ngfx-crystal' list
I think I asked this before and had no replies ... Does anyone know how to specify the sort order of report data at runtime? I have 3 drop down lists that allows the user to select the fields by which to sort using this code: crReport.DataDefinition.Groups[0].ConditionField FieldDef; But how do I specify that it should be 'Asc' or 'Desc'? J. ********************************************************...
report between dates (4 replies)
ASPFriends.com 'ngfx-crystal' list
hai, i 'm using crystal reports which is built in .net framework.i'm getting problem in generating reports between two particular dates.my requirement is as follows i need to put two text boxes on an aspx page where i can input two dates and on button click event it should display the report between that dates. i need the code behind modification which i have to do for the button click event also ...
Export Report in PDF or Excel - properties ? (2 replies)
ASPFriends.com 'ngfx-crystal' list
Hi Situation: I have a grouped Report in a WebApplication and can Export it to Excel or PDF. The Report has more then one page. On the View in the Browser i have on each page the Titel and Colums Header. see example below: http://i.hsr.ch/Content/155131047.pdf http://i.hsr.ch/Content/155115641.xls Problem: In the Export (exel / pdf) i get the same View like in the Browser. How can i stop this? I j...
Writing out values (10 replies)
ASPFriends.com 'ngfx-crystal' list
Hi, I have a question that I would think is easy to answer but I can't figure it out. What I want to do is just to display some text that I get from two different textboxes on my asp.net (vb). So I need to set the values at run time. This is how I do my code. Note that I am not using the reportviewer but instead exporting the document. Dim MyConnection As OdbcConnection 3D New OdbcConnection(Confi...
Parameter Passing from VB.NET (3 replies)
ASPFriends.com 'ngfx-crystal' list
Hi, How do I pass parameters to a Crystal Report from VB.NET Thanks. Harish.
New database fields will not show in report (7 replies)
ASPFriends.com 'ngfx-crystal' list
I have a strange problem. I have done a report and it was working fine. I then found out I needed some more fields in the report from my database. I added them and I updated my data source so I could see all fields. But the newly added fields are not shown when I view my report. All the old fields are working fine. I use VS.NET with a Sybase ASA 6.0 database using ODBC. I have manually created a d...
list details (2 replies)
ASPFriends.com 'ngfx-crystal' list
Hi, I am new to this group. where can i see all the postings in this list. Thanx, Jyoti. MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
Crystal Reports "Invalid Keycode" (2 replies, VIP)
ASPFriends.com 'ngfx-crystal' list
Has anyone run into "Invalid Keycode" errors when trying to use Report Designer in VS.NET. I remember a registration window popping up for CR in VS.NET and I entered the keycode for the CR 8.5 Developers Edition CD I got last year...well i think now it's saying it's invalid.... All my CRViewers say something like "Unable to process job, could not obtain free license, contact CR Decisions" How do y...
About Toolbar while viewing the crystal report in a browser. (2 replies, VIP)
ASPFriends.com 'ngfx-crystal' list
Hi, I am using CrystalReport for DOTNet. I am using CrystalReportViewer to view the report in a browser. is there anyway to hide the toolbar for crystalreport while viewing but still i want to navigate. thanks in advance regards, jaya Do You Yahoo!? Sign up for Video Highlights of 2002 FIFA World Cup
Declaring the report (3 replies)
ASPFriends.com 'ngfx-crystal' list
Hi, Does anyone know how to declare a report class in a Sub? What I want to do is to have a generic report function that can take the report class as an argument and then declare it in the function. Now for one report I have it like this: Dim oRpt As SummaryCaseLoadperJudge 3D New SummaryCaseLoadperJudge() Where SummaryCaseLoadperJudge is the name of my report. I would like to substitute the name ...
Counting Fields (2 replies)
ASPFriends.com 'ngfx-crystal' list
Hi All, I have just started using Crystal Reports for reporting on my ASP.NET site and have figured out the basics but now I have a problem. I am trying to create a formula that will give me a count on a field when the field is a 2. ie. I have the following Count ({dbt Patient.pt Sex},2) Where {dbt Patient.pt Sex} is either equal to 1 or 2. As far as I can tell this should work.. I have also tried...
Embedding sub reports (3 replies)
ASPFriends.com 'ngfx-crystal' list
I'm able to embed sub reports without any problems but if they're larger than the area I define in my design template they overlap each other. Is there a way to have the report 'areas' size themselves correctly so that the sub reports flow correctly? J. ******************************************************************** Visit our Internet site at http://www.rbsmarkets.com This e mail is intended ...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification