Quantcast
Channel: SCN : Discussion List - SAP Crystal Reports, version for Visual Studio
Viewing all 3636 articles
Browse latest View live

how to remove sap logo on crystal report view

$
0
0

sap crystal report logo  hide as below,thanks advanced!

QQ截图20140306194258.png


Report slow to open in Crystal

$
0
0

Some of my reports are very slow to open in Crystal Reports 2011. It can take up to a minute for a report to open.

 

Once the report opens, generating data is quick.

 

Consequently reports are slow to open in the Crystal viewer within my application as well.

 

It does not happen with all reports, any suggestions as to the cause or some solutions to try.

 

Thank you

 

Luke.

Report Grouping Issue on 64 Bit runtime

$
0
0

The report grouping appears to be incorrect on 64 bit runtime. The report displays as expected when run as 32 bit process. It appears to be a regression of a bug fixed on SP5 from this thread http://scn.sap.com/thread/3288217. I am using ADO.NET dataset to bind the data to the report. If there is a private upload link, I have a VS solution with the report and data, that I can upload.

 

Environment:

Crystal Reports Version: 13.0.7.1136

Operating System: Windows 7 x64

NET Framework: .NET Framework 3.5 SP1

Visual Studio 2012

 

Update:

Installed support pack 8 (13.0.8.1216). The issue is reproducible on support pack 8.

VB.NET2010, MySQL and Crystal Report XML Datasource Deployment Problem

$
0
0

Hi, everyone

Im using VB.NET 2010 and MySQL. I have created reports using XML as datasource. I didn't have problems during the development, all seems to work fine.
My problem is whenever I copy the exe file from the "bin" folder of my project and try to run it outside(ex: desktop), it can no longer generate the exact report.

The same is true when I create a deployment setup and try to install it.
This doesn't works even though I'm still using the DEV pc.

I think it cannot generate an exact report when it is not in the "bin" or project location.

 

Here is the code I got from youtube in creating xml file to be used in creating reports. The code creates an xml file where the reports based its data/content. The xml files are created just where the exe file is located.

 

Dim ds As New DataSet

Dim cs As New MySqlConnection(connStr)

Dim da As New MySqlDataAdapter

    sql = "SELECT * . . . . "

    Try

        cs.Open()

        da.SelectCommand = New MySqlCommand(sql, cs)

        da.Fill(ds)

        ds.WriteXml(CurDir() & "\reportFile.xml", XmlWriteMode.WriteSchema)

    Catch ex As Exception

        MsgBox(ex.Message)

    End Try

 

I hope I can get any help or suggestions.

 

Thank you so much.

Crystal Reports 2013 - Code 39 Barcode

$
0
0

Hello,

I'm getting an error when I try to convert a field to a barcode using CR 2013. I'm using the code provided by:

http://www.azalea.com/crystal-reports-custom-functions/code-39/

 

But when I try to run and view the report through the Crystal Report Windows Form Viewer, I get the error attached in the image.

 

I do not get this error when previewing the report in CR 2013 itself.

 

Any suggestions?

 

Thanks,

Why am I being asked to log on to my database?

$
0
0

Hi,

 

I have written a winforms application over a year ago. When I did, I used CR for VS. I had no problems creating reports. I have started a new application, and am having problems running a report.

 

I can design the report with no problems, but when I run the program, I get

 

CR Login.jpg

My database does not need credentials. I get this in the IDE. I originally got this using VS 2012 with CRforVS_13_0_8. I tried it on another machine with VS 2010 and CRforVS_13_0_7, and got the same thing.

 

Am I forgetting to do something? Both machines are running Windows 8.

 

Thanks,

 

Dotty

Runtime CR For Visual Studio 2010 web application crash

$
0
0

Hi everybody,

I developed a web application using VS 2010.

Always works fine but when the load made a little bit more heavy CR engine crash and w3wp.exe crash too!

 

I suppose crash depends about the CR VS 2012 runtime limitations: 3 users concurrent.

But why do it crash w3wp.exe too? The log says crxf_pdf.dll and crpe32.dll crashes.

 

Exists a way to buy more licence (CAL) to get 50, 100 users concurrent? What kind of licence have I to ask for?

 

I post my Debug-Diag LOG:

 

ERROR 1

 

In W3WP__~1.DMP the assembly instruction at crxf_pdf!UXFInitExportFormatW+b3 in C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_pdf.dll from SAP BusinessObjects has caused an access violation exception (0xC0000005) when trying to read from memory location 0x00040015 on thread 54

 

 

 

Exception Information

  CRXF_PDF!UXFINITEXPORTFORMATW+B3WARNING - DebugDiag was not able to locate debug symbols for crxf_pdf.dll, so the information below may be incomplete.

In W3WP__~1.DMP the assembly instruction at crxf_pdf!UXFInitExportFormatW+b3 in C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crxf_pdf.dll from SAP BusinessObjects has caused an access violation exception (0xC0000005) when trying to read from memory location 0x00040015 on thread 54

 

----------------------------------------------------------------------------

ERROR 2

 

In W3WP__~2.DMP the assembly instruction at crpe32!PEGetNthTableQualifier+d1fee in C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crpe32.dll from SAP BusinessObjects has caused an access violation exception (0xC0000005) when trying to read from memory location 0x00000000 on thread 42

On Demand sub report not printing in IE and Other Browsers

$
0
0

Hi All,

 

We have developed Crystal report for our web application with version 13.0 and Visual Studio 2010.

 

When we run our web app in IIS report display fine in All web browser and when we print report in ActiveX mode in IE 9+ for main report it prints fine but if we print on demand sub report it not printing even a single page out of 2 or more than 2 page.

 

If on demand sub report has only one page then it will print in IE 9+  browser.

 

Even If we click on Export button on demand sub report easily export to pdf or any formate the issue while we print it.

 

It going to hanged while we print on demand sub report with more than one page.

 

Please help in this issue.

Also  please let me know if you want more detail.


Trying to modify text of charts in a report causes an exception throw ...

$
0
0

Trying to modify text of charts in a report causes an exception throw ... Enclosed is a short C# program that loads three reports, each having a chart which I'm trying to change the titles of. One succeeds, another throws a NullReferenceException and the third throws a COMException. I would like to know what caused the errors.

Two battling CR runtime environments: one crashes the other

$
0
0

I have two custom programs: one relies on an Access db, the other uses an Oracle db.

I have CR 11 installed (all options).

Each vendor provides their own unique CR Runtime environment.

 

The Oracle-based program works great with our custom CR reports. We have this same setup on several users' Windows 7 PCs (32&64 bit). We don't install the CR, just the vendor-supplied RTE for these installations. A few users can write their own reports so they will have the full CR installed as well.

 

However, when I install the Access-based program and install then its CR RTE the Oracle-based program can no longer access our external CR reports.

 

I've scoured the web looking for any info on the CR RTE and how to configure it. Nada.

 

Is there a way for ME to look at the components of the CR RTE that each vendor's RTE is using and then somehow COMBINE them so ONE RTE will work for BOTH programs?

 

(NOTE: we previously approached the vendors a few years back to come up with a solution and it never got anywhere, As a work-around we had one PC set up with the ACCESS db only. Now we are upgrading all XP machines to Win 7 and want to eliminate this stand-alone XP machine and have both apps run on the same Win 7 PC.)

 

SAP CR Gurus! What say ye?

 

-Rich M in CLE OH

Getting garbage when trying to view a report

$
0
0

I'm trying to get an ASP.NET application onto a new server. I've been playing with permissions and I think I've finally got that dragon licked in every place that it might need to be done. Now, it actually goes to the report without complaining. The only problem is the report is total garbage. As in it looks to me as though it's trying to view the raw data of a binary file. How do I fix this?

 

This app uses Crystal Reports for .NET 4.0, and is written in Visual Studio 2010.

CR on demand sub report goes hang in IE

$
0
0

Dear All,

 

We have developed CR reports with on demand Sub report. it display data by click on link of main report.

 

1) CR version - "13.0.2000.0"

2) Web Browser - Any

3) Visual Studio - 2010.

4) Application type - Web App.

5) CR viewer Printmode - ActiveX

6) Print main report with link of on demand sub report (In any web browser) - Yes

7) Print on demand Sub report with single page in IE - Yes

8) Export Main report to PDF (In any web browser) - Yes

9) Export On demand sub report to PDF (In any web browser) - Yes

10) IE version - 8+

 

Problem:-

1) CR display proper data in web browser for main report and on demand sub report but while we click on print button and print the on demand sub report with more than 1 page in IE the print dialog goes hang.

2) The funny thing is if on demand sub report has only single page data then it print good and fast but when it has more than 1 page of data then it goes hang in IE.

3) The Firefox prints on demand sub report with all pages fast but with junk data which for no use.

 

Please find attached screen shot for more details.

 

 

Thanks and Regards,

Nikunj Polara

Crystal Report .NET in Visual Studio

$
0
0

We have some technical question about Crystal Report .NET, which is very important for us. Hope you are able to answer our questions as soon as possible…    For years we have been using RDC (Crystal Report Designer Component) in our classic asp web solution. It has been working for years, but is now a product that you don’t support anymore. Over the past few years we have converted many parts of our solution to ASP.NET, and that is also the way we are going in the future. So soon we will have no more classic asp pages in our solution.   Recently we have implemented SAP Crystal Report .NET, which is intended to replace the older technology : RDC (Crystal Report Designer Component). Link to runtime package for SAP Crystal Report .NET : http://scn.sap.com/docs/DOC-7824   After a week testing at 2 of our customers, we have ran into problems. Unfortunality SAP Crystal Report .NET has some serious limitations. Apparently Crystal Report .NET has the limitation of 3 CPL (Concurrent Processor Licensed) at a time, the rest are queued. Also the maximum of 75 print jobs. (according to the following answer from one of your employee, : http://scn.sap.com/thread/3498022 )   Is there any way to avoid the limitation of 3 concurrent processes? RDC has been working fine at many of our customers, but we can’t find that there are any such limitations or are there the same limitations in RDC?   Is SAP Crystal Report .NET even slower and less scalable than the older technology RDC (Crystal Report Designer Component) ?   What are our options of scalability for a solution in ASP.NET, because some of our customers with own servers have many users? We found a post on a newsgroup that suggest Crystal Report Server. Is that the same code as SAP Crystal Report .NET? or is it completely different?   Sincerely

Upgrade of CR 2008 to CR for MS VS is possible

$
0
0

Using license of "Crystal Reports 2008", can we upgrade "SAP Crystal Reports, Developer Version for Microsoft Visual Studio"?

 

Or do we have to purchase "SAP Crystal Reports, Developer Version for Microsoft Visual Studio" separately even though we have license of Crystal Reports 2008?

 

Number of concurrent users support of "SAP Crystal Reports, Developer Version for Microsoft Visual Studio"?

 

"SAP Crystal Reports, Developer Version for Microsoft Visual Studio" 64 bit runtime can be distributed to any number of customers OR is there a limit for distribution?

 

"SAP Crystal Reports, Developer Version for Microsoft Visual Studio" 32 bit runtime can be distributed to any number of customers OR is there a limit for distribution?

 

Please do answer above these questions.

 

--Jagannath

Report

$
0
0

Result.pngtable.pngReport.png

-->First  image is result,2nd one is table,third one in report design

-->result image cutting and finished warehouse nothing will show.

-->but i have the value for  table

-->in report design table fields warehouse1,wareouse2(instedd of cutting,finishing) these two fields are continuously changing the customer,if go to set location and mapping these fields it's working.

-->how can i do dynamic changing


Crystal Report Print

$
0
0

hi,

i am working in asp.net .i did one crystal report, if i have to take print out from crystal report print icon.print like continuously box will appear.

i will attaced print image

 

plese help me

Crystal Report Print

$
0
0

hi,

Now i am working in Asp.net.In this website i did one crystal report.if i have to take print from crystal report print icon .the will like some boxs will continuously appear.i attached the print image.

 

And one think if i will use export to pdf and then take print it will proper.

 

Please Help me.

Pagination With Crystal report in Asp.net

$
0
0

Hi,

     I have developed my crystal report with asp.net and now I have issue with it's paging I mean I have query which is returning more than 1 lk , For this i searched many thing on google but could not get any solution. My code is as below...

 

ReportDocument rptMainDoc = new ReportDocument();

  protected void Page_Load(object sender, EventArgs e)

{               

                DataTable dtMain = new DataTable();

                dtMain.Clear();

                SqlParameter[] sqlMainPara;

                sqlMainPara = new SqlParameter[7];

                sqlMainPara[0] = new SqlParameter("Id", 1);             

                string repName = string.Empty;

                dtMain = DbFactory.GetDataByProcedure("GetData" sqlMainPara).Tables[0];

                repName = "Paging Testing";

                rptMainDoc.Load(Server.MapPath(@"~\Reports\RptFile\Paging.rpt"));

                rptMainDoc.SetDataSource(dtMain);

                CrystalReportViewer1.ReportSource = rptMainDoc;

                CrystalReportViewer1.ReuseParameterValuesOnRefresh = false;

                CrystalReportViewer1.EnableParameterPrompt = false;

                CrystalReportViewer1.HasRefreshButton = false; // this is set to false because giving parameter missing error.

                CrystalReportViewer1.ToolPanelView = CrystalDecisions.Web.ToolPanelViewType.None;

 

}

 

Now If i use IspostBack() property then when i clicked on second page , I am not able to view any records on page , I can't use Session (as I read many blogs regarding that " i should store that data at some where on server" )but I am storing my session data on sql server so that option is not useful for me.

 

So Can you please tell me what should i do , when user click on second , or any other page then query should not fire again and again.....

 

Thanks in Advance.

Application getting crashed when CrystalReports.Engine.ReportDocument.ExportToStream calling

$
0
0

Dear All,

 

In VS 2008,


Am able to convert the Portable Document Format to Stream by using the below code.

 

Dim reportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument

reportDocument.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat)

 

 

In VS2012, Am not able to do the same one.

 

Please suggest what i have to do.

 

Thanks and Regards,

Ramesh.N.R

Pagination word editable Crystal Report

$
0
0

Hi,

I have a problem when I export to Word editable in Crystal report. the header constains only the text from de first page on every page (page 1 of 9) I need to solve this because the client needs to edit the document.

Viewing all 3636 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>