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

Invalid table number

$
0
0

Hi,

 

I really need help on resolving this issue, I have been searching a solution for quite some time now but no luck.

 

I am using Visual Studio 2003 (Microsoft .NET Framework Version:1.1.4322.2500; ASP.NET Version:1.1.4322.2500) and Crystal Report version 9.2.2.634. Funny thing is I have created few reports using the same version before but I did not encounter any error at all.

 

Error occured when setting the location "crReportDocument.Database.Tables.Item(i).Location"

 

Exception Details: CrystalDecisions.CrystalReports.Engine.InvalidArgumentException:table number.

It will work in my development machine when I tried to save the report in Crystal Report basic for VS2008. But same error occured when I tried to deploy to other machine.

Note: The report does not have a subreport.


Not able to launch crystal report in WPF XBAP Application

$
0
0

Hi,

 

We are integrating crystal report with WPF (both Stand alone and XBAP application) with the following environment.

 

OS: Windows 7

VS2010 (framework 4.0)

CRforVS2010 (assembly version : 13.0.2)

IE : 9

 

When we integrated with WPF window based application, we got an error saying that file crdb_adoplus.dll not found in "Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1" directory.

 

But we resolved that by adding a workaround thing like add "UseLegacyV2RuntimeActivationPolicy="true" in app.config file.

 

Whereas when we run the same in XBAP application (i.e. in Browser) we are getting the same error.

 

After even if we added a dotnet1 folder and placed the crdb_adoplus.dll file inside of it too we got the following error:

 

Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.

 

What do we need to do Sir?

 

Please reply ASAP.

Compatability Between Runtimes for CR 2008 and CR 2008 SP3

$
0
0

A while back we contracted a developer to create a .Net application to display Crystal Reports in a Dot Net Nuke (DNN) portal. The module was written in Visual Studio and uses the CR Runtime_12_0_mlb.msi.

 

The client is running Windows Server 2008 R2 Enterprise, with IIS 7 and CR 2008 is installed on the server.

 

Recently an IT technician upgraded CR 2008 to CR2008 SP3 as a pre-requisite for Prolog Converge. The upgrade broke the existing Crystal Viewer module. Although the page was displayed in IE the report was blank and the toolbar in the Crystal Viewer did not display with the exception of the Export icon which appeared in the middle of the pane. Why does an application developed with an older version of a runtime no longer function with a new release?

 

The client subsequently decided they were no longer interested in Converge and uninstalled CR2008 SP3, deleted the Business Objects directory and all its contents and reinstalled CR2008 (v 12.0.0.549). However the module continues to be be broken and will not display the Crystal Viewer and the report data. The error displayed in the event viewer from DNN is detailed below.

 

Now I am tasked with trying to restore the system to its previous state. The client does not want to upgrade CR2008 to SP3 and update the Crystal Viewer module in DNN to the new runtime. I have tried to uninstall CR 2008 using add/remove programs in the control panel and re-install but the module remains broken with the same error message. I have also tried to uninstall CR2008 and just install the CRRuntime_12_0_mlb.msi but receive an error message saying another version of this product is already installed when I try and execute the msi.

 

I was also wondering whether the "document not opened error " could be related to a permissions issue? I would appreciate any help in this matter. Many thanks. 

 

 

UserAgent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64;

Trident/5.0)

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider,

DotNetNuke.SqlDataProvider

ExceptionGUID:

f38dc7a8-a280-4179-99c1-e90d4930249a

InnerException: The document has

not been opened.

FileName:

FileLineNumber:

0

FileColumnNumber: 0

Method:

CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.set_ProductLocaleID

StackTrace:

 

Message: DotNetNuke.Services.Exceptions.ModuleLoadException: The

document has not been opened. --->

System.Runtime.InteropServices.COMException (0x8004180B): The document has not

been opened. at

CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.set_ProductLocaleID(CeLocale

pVal) at

CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.CreateRptDoc() at

CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper..ctor() at

CrystalDecisions.CrystalReports.Engine.ReportDocument.Initialize() at

CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() at

BCS.Modules.CrystalViewer.ViewCrystalViewer.ConfigureCrystalReport() --- End of

inner exception stack trace ---

SAP Crystal Reports for Visual Studio 2012 - Could not load file or assembly

$
0
0

Hello everyone.

 

I'm working with Visual Studio 2012. I'm working in a XBAP Project (WPF Browser App.)

 

When i try to load the report in the application, Visual Studio gives me this message:

 

"Could not load file or assembly 'file:///C:\Program Files(x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XL 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies".

 

In the Properties Project, the NET Framework version is .NET Framework 4.5.

 

Looking for in internet, i read i must add this code in App.config:

 

<startup useLegacyV2RuntimeActivationPolicy="true">

<supportedRuntime version="v4.0"/>

</startup>

 

But i could not find the App.config file. So, i changed the .NET Framework version to .NET Framework 4.0 and then i could find the App.config file in the Solution Explorer.

 

When i open the file, i read this:

 

<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>

</startup>

 

And, this part i don't understand well, I must add or REPLACE.

 

I tried with:

 

<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>

</startup>

<startup useLegacyV2RuntimeActivationPolicy="true">

<supportedRuntime version="v4.0"/>

</startup>

 

and with,

 

<startup useLegacyV2RuntimeActivationPolicy="true">

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>

<supportedRuntime version="v4.0"/>

</startup>

 

but i can't solve the problem.

 

Please, give me some guide to solve it.

 

Thank you!

Where to find latest CrystalReportViewer

$
0
0

Hi,

 

I have several production websites which use Crystal Reports for viewing reports.  These reports work well in all browsers, except Firefox (ver. 18.0.02).

 

The servers have CrystalDecisions.Web ver. 13.0.2000.0 in the GAC, and also an "aspnet_client\system_web\4_0_30319\crystalreportviewers13" folder in the virtual directory.

 

This was installed on one server from CRRuntime_32bit_13_0_2.msi, and on another server from CRRuntime_64bit_13_0_2.msi

 

I am hoping that getting the latest CrystalReportViewer will solve this problem, but have been unable to find any mention on this forum or website of what that version may be, where to find it for download, or any related information. I did find one post which mentioned CRRuntime_32bit_13_0_3.msi, but cannot find where to download that file, or even if that is the most up-to-date.

 

Please don't flame me and say search the website.  I have just spent several hours doing exactly that and cannot find any trace.

 

Does anyone know which version of the view is the latest and how to download it?

 

Thanks.

 

--d

unable to start print job in crystal report

$
0
0

I am  using Crystal Report for visual studio and  using web form (C#) for launching the reports.  Reports are launching fine.  We are using Activex printing for printing the reports, in our c# code , when i click print icon its opening dialog box for print , but when i click on print its giving me dialog box

   unable to start print job  . i have to restart server to get rid of this error,please give me the solution

How do I change the Print Layout to default to 'Do not scale report' in runtime version 13.0.4.705?

$
0
0

The SAP Crystal Reports runtime engine for .NET as provided by our software vendor seems to default the page scaling to "Scale Report Page to Fit Printer Page".  This has undesirable results in our environment. How can I get the Print Layout settings to default to "Do not Scale Report Page"?  The radio button is disabled on print preview, so manually changing is not an option.

Report displayed in top left hand corner

$
0
0

Post Author: hplloyd

 

CA Forum: .NET

 

Hi,

I have a .NET 2 windows application using Crystal Reports XI release 2 SP2

When I display a report in the viewer is is presented in the top left hand corner (rather than centrally)

If I then change the zoom on the viewer the report moves to the center of the viewer control.

How do I make the report open in the centre of the viewer when I first look at the report.

 

Many thanks in advance.

 

Regards

 


Custom table at runtime

$
0
0

Greetings everyone,

 

in my endevour of switching the way or employees view Crystal Reports to a browser based solution I have hit another major roadblock.

Using VS2010 I have created a web portal and most reports display fine (thanks to Ludec for helping me with the sorting reports).

Now I have a few reports I'm trying to add to the portal that normally run a VFP executable first, which creates a custom table. That table then becomes the data souirce for the report. I have looked into creating datasets in VS, but because the FoxPro code puts data in temporary cursors, I'm not quite sure how to set up the Datasets, or if they are even they right way to go about it.

Below is a sample of the VFP code that creates teh custom table:

 

Close All
Set Excl Off
Use F:\TIW\KOKAC\slheader  In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKAC\sllines   In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKAC\slcust  In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKAC\imlocn In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKAC\apheader  In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKAC\aplines  In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKWS\SOHEADER  In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKAC\IMMASTER  In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKAC\imheader  In 0
Set TABLEVALIDATE To 0
Use F:\TIW\KOKAC\imlines  In 0
Set TABLEVALIDATE To 0


Select sllines.Item As Item,;
'p' As progress,;
sllines.Descrip As Description,;
sllines.docid As orderno,;
'salesno' As salesno,;
sllines.lineseq As Lineno,;
sllines.linetype As linetype,;
slheader.billto As account,;
slheader.terms As terms,;
slheader.coname As coname,;
slheader.salesman As salesrep,;
sllines.needby As needby,;
MTON(sllines.orderqty) As oqty,;
MTON(sllines.shipqty) As sqty,;
imlocn.locid As locid,;
MTON(imlocn.woalloc) As woalloc,;
MTON(imlocn.woorder) As woorder,;
MTON(imlocn.soalloc) As soalloc,;
MTON(imlocn.poorder) As poorder,;
MTON(imlocn.onhand) As onhand,;
sllines.doctype As Type,;
slheader.ordrstat As orderstat,;
sllines.linestat As linestat,;
sllines.delmark As delmark,;
slcust.code1 As rank,;
slheader.created As plandate,;
PADR(sllines.picknote,10) As picknote,;
immaster.misc02 As contract;
FROM slheader  INNER Join sllines On (slheader.docid + slheader.doctype=sllines.docid + sllines.doctype);
LEFT Outer Join imlocn On sllines.Item=imlocn.Item ;
INNER Join slcust On (slheader.billto + slheader.billlocn=slcust.coid + slcust.locid);
INNER JOIN immaster ON sllines.item = immaster.item;
INTO Cursor C1 Where(slheader.ordrstat='A' Or slheader.ordrstat='P') And Leftc(sllines.doctype,1)='S' And sllines.shipfrom="MAIN" And imlocn.locid = 'MAIN'

 

Select aplines.Item As Item,;
'x' As progress,;
aplines.Descrip As Description,;
aplines.docid As orderno,;
'salesno' As salesno,;
aplines.lineseq As Lineno,;
aplines.linetype As linetype,;
apheader.poto  As account,;
apheader.terms As terms,;
apheader.coname As coname,;
'Supl  ' As salesrep,;
aplines.needby As needby,;
MTON(aplines.orderqty) As oqty,;
MTON(aplines.recvqty) As sqty,;
apheader.recvlocn As locid,;
MTON(imlocn.woalloc) As woalloc,;
MTON(imlocn.woorder) As woorder,;
MTON(imlocn.soalloc) As soalloc,;
MTON(imlocn.poorder) As poorder,;
MTON(imlocn.onhand) As onhand,;
aplines.doctype As Type,;
apheader.ordrstat As orderstat,;
aplines.linestat As linestat,;
aplines.delmark As delmark,;
'Rank' As rank,;
apheader.created As plandate,;
SPACE(10) As picknote,;
immaster.misc02 As contract;
FROM   apheader INNER Join aplines On (apheader.docid + apheader.doctype=aplines.docid + aplines.doctype);
INNER Join imlocn On aplines.Item=imlocn.Item;
INNER JOIN immaster ON imlocn.item = immaster.item;
INTO Cursor C2 Readwrite  Where imlocn.locid = 'MAIN' And (apheader.ordrstat='A' Or apheader.ordrstat='P')

 


Select imlines.Item As Item,;
'x' As progress,;
imlines.Descrip As Description,;
imlines.docid As orderno,;
'salesno' As salesno,;
imlines.linenum As Lineno,;
'transfer' As linetype,;
'Kokatat'  As account,;
'Terms' As terms,;
'Kokatat' As coname,;
'Supl  ' As salesrep,;
imlines.needby As needby,;
MTON(imlines.orderqty) As oqty,;
MTON(imlines.shipqty) As sqty,;
imheader.shiplocn As locid,;
MTON(imlocn.woalloc) As woalloc,;
MTON(imlocn.woorder) As woorder,;
MTON(imlocn.soalloc) As soalloc,;
MTON(imlocn.poorder) As poorder,;
MTON(imlocn.onhand) As onhand,;
'TO' As Type,;
imheader.ordrstat As orderstat,;
imlines.linestat As linestat,;
imlines.delmark As delmark,;
'Rank' As rank,;
imheader.acptdate As plandate,;
SPACE(10) As picknote,;
immaster.misc02 As contract;
FROM   imheader INNER Join imlines On imheader.docid =imlines.docid;
INNER Join imlocn On imlines.Item=imlocn.Item;
INNER JOIN immaster ON imlines.Item = immaster.item;
INTO Cursor C3 Readwrite  Where imlocn.locid = 'MAIN'  And imheader.shiplocn = "MAIN" And (imheader.ordrstat='A' Or imheader.ordrstat='P')

 


Select SOHEADER.partno As Item,;
SOHEADER.inprog As progress,;
SOHEADER.part_desc As Description,;
(SOHEADER.sono +" ") As orderno,;
SOHEADER.salesno As salesno,;
SOHEADER.solineno As Lineno,;
'R' As linetype,;
'Kok   ' As account,;
'Pre'+ Space(7) As terms,;
'Production' + Space(25) As coname,;
'Kok'+ Space(3) As salesrep,;
SOHEADER.need_date As needby,;
VAL(SOHEADER.cqty) As oqty,;
VAL(SOHEADER.fqty)As sqty,;
SOHEADER.fgloc As locid,;
MTON(imlocn.woalloc) As woalloc,;
MTON(imlocn.woorder) As woorder,;
MTON(imlocn.soalloc) As soalloc,;
MTON(imlocn.poorder) As poorder,;
MTON(imlocn.onhand) As onhand,;
'WO' As Type,;
'A' As orderstat,;
'A' As linestat,;
SOHEADER.canceled As delmark,;
"Rank" As rank,;
SOHEADER.plandate As plandate,;
SPACE(10) As picknote,;
immaster.misc02 As contract;
FROM SOHEADER INNER Join imlocn On SOHEADER.partno=imlocn.Item;
INNER JOIN immaster ON imlocn.item = immaster.item;
INTO Cursor C4 Readwrite Where imlocn.locid = 'MAIN'


If File("C:\Temp\itemproj.DBF" )
Delete File ("C:\Temp\itemproj.DBF")
Endif

 

Select * From C1;
UNION Select * From C2;
INTO Cursor W1

Select slheader
Use

Select sllines
Use

Select slcust
Use

Select aplines
Use

Select apheader
Use

Select imlocn
Use

Select SOHEADER
USE

SELECT IMMASTER
USE

Select imlines
Use

Select imheader
Use


Select * From C3;
UNION Select * From C4;
INTO Cursor  W2

Select * From W1;
UNION Select * From W2;
INTO Cursor  W3

 

Copy To "C:\Temp\itemproj.DBF" Type Fox2x

 

I hope pasting the code like that is ok, I couldn't find a "Insert Code" option. Anyway, so this creates the itemproj.dbf table, which our report uses to get the data. Currently this code is run every time the report is run, making sure the data in the table is up to date.

How could I achieve this in VS 2010 so that when an employee browses to the page with the report, the code is run and the table gets updated?

 

Thanks in advance for your help and feel free to ask if you need any more information,

 

Chris

Printing Problem when using Visual Studio .NET 2008 crosstab report

$
0
0

Hi Everyone,

 

I'll put a disclaimer right now, this problem appears to be very specific.

 

We have a .Net 2008 program that we've developed in VB. The program makes use of many Crystal Reports reports. One of these reports is a cross tab style report that for the life of me I can't figure out how to print correctly. Here's what happens:

 

The cross-tab report is about 4 pages long. When printing to a physical printer, everything looks fine. When exporting to PDF with the built in export the page prints alright (although the fonts get messed up, thats not the realy problem)

 

When I print to PDF using a virtual printer (I've tried Broadgun PDFmachine, CutePDF and microsoft Image writer) the first page prints with a small section of the second page printed at the right margin. Likewise the second page has a a bit of the third page at the right hand margin and so on.

 

I've adjusted the margins as much as I'm able and can minimize the effect, but not fix it completely. It's like the the virtual page was loaded in the virtual printer about a 1/4 inch to the right instead of properly. Again, printing to a normal printer is fine.

 

If there are any settings I can try in Crystal or .NET I would love to know. I've tried multiple virtual printers of varying versions with the same result.

 

John.

Missing option in ReportOptions

$
0
0

Hello,

      I'm doing a batch job to validate that our Reports has the good report options defined.

 

    I'm searching for these 3 options: 1 - "Show All Headers On Drill Down"

                                                      2 - "Show Preview Panel"

                                                      3 - "Retain Original Image Color Depth"

 

    But so far by searcing on the forum and lokking at the ReportOptions of the  CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument object I unable to find these options.

 

    What should I do to retrieve the value of these options?

 

Thank you.

Charles.

"Missing ParameterField current value. Please try again" in CR for VS2010

$
0
0

Hi,

 

I am working on an asp.net application(framework 4.0) which displays crystal reports by using crystal report viewer.

I am using VS 2010,cr for vs2010 .i am not passing any parameter through the code.The .net application just opens the crystal report, user has to manually enter the parameters and the application will display the report. It works for all reports except one which throws error as "Missing ParameterField current value. Please try again".

On further investigation i found out that the problem is with a parameter which has its value set to a database column. The issues goes off

when i remove the database column from the report parameter.  Now we are not suppose to do any changes in the report but have to change the code to make this report working. Please let me know what needs to be done .

 

Thanks,

Divya

Having issues with Crystal reports report viewer

$
0
0

I recently applied the SP5 patch so that our development team can migrate to Visual Studio 2012.  I am running into issues with the Crystal Report report viewer.

 

For some odd reason after entering the parameters of the report,  I need to press the F5 key to have the results of the report render in the report viewer.

 

Export to PDF and Excel work fine and after press the F5 key to refresh the page,  the report in the report viewer appears to render correctly.

 

This was not happening in Visual Studio 2008 and Crystal reports 10.5 ??? (not sure of the version number just the DLL version).

 

It appears as though I need to somehow refresh the report after the report source is assigned to it (via a button click event).

 

Unfortunately,  RefreshReport() doesn't appear to work.

 

Here's the psuedo code of what's happening

 

1.  End user enters report parameter via web form

2.  Clicks Generate report

3.  Button click event retrieves resulting report data based on web form parameters and populates the report.

4.  Report is assigned to the ReportSource parameter of the ReportViewer

5.  Excel and PDF export button visible property are set to true.

 

Then nothing. 

 

Excel and PDF buttons work as designed,  but report will not render until I press the F5 key on the keyboard.

 

I have designed reports in SSRS and Telerik (I know boo hissssss),  so I know the generalities,  but not the specifics of generating Crystal Reports.

 

Any help to the new kid would be appreciated.

 

Thanks,

 

Sam

Printer dialog not appearing

$
0
0

We are using CR for Visual Studio SP 5, downloaded from the link below:

 

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_5.zip

 

We execute the report and it appears properly in DHTML Viewer. Print Mode is set to ActiveX. When clicking on the Print button using IE 9, the printer dialog appears properly. When using Firefox or Chrome, nothing happens. There is nothing displayed. Same issue when using IE 10.

 

Are there any other settings that need to be applied or does the ActiveX control only work with IE? How can we get the print dialog to appear for non-IE browsers?

VS 2010 ClickOnce App does not work on Win 7 x64

$
0
0

Use VS 2010 on 32-bit machine to create a ClickOnce app that uses Crystal Reports; the app targets x64 but with no prerequistes checked. The project includes references to these four Crystal libraries, but does not copy to local:

 

CrystalDecisions.CrystalReports.Engine.dll

CrystalDecisions.ReportSource

CrystalDecisions.Shared

CrystalDecisions.Windows.Forms

 

The development machine has got CRforVS_13_0_5.exe installed.

 

On a freshly-built  Win 7 x64 computer, with .NET Framework 4.0 (Client and Extended) installed, along with the latest Microsoft updates, install CRRuntime_64bit_13_0_5.msi from CRforVS_clickonce_13_0_5.zip.

 

Install the ClickOnce app - this message is displayed:

 

"Unable to install or run the application. The application requires that assembly CrystalDecisions.ReportAppServer.CommonObjectModel Version 13.0.2000.0 be installed in the Global Assembly Cache (GAC) first"

 

On exploration of the Win 7 x64 computer, there is indeed no such file in the GAC.

 

The only location on the computer that has Crystal files is:

 

C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64

 

This location does not contain any file whose name starts with CrystalDecisions.

 

I have also tried the above test on a clean machine with the install file from CRforVS_redist_install_64bit_13_0_5.zip - same result.

 

Has anyone else got a different result?

 

Have I missed something out?


Error Msg: Could not load Crystal Engine 10.2.3600.0

$
0
0

Hi,

 

I am creating a Visual Studio 2008 project using Crystal for my reports. I will be creating the reports through a Windows service, which references "CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0". The file for 10.2.3600.0 is nowhere on my computer. This is not a deployment issue, since the error is thrown when I try to launch the Windows service locally on the development computer. Why would this file be looked for? I look in the GAC and only the 10.5 version is there. Any suggestions or thoughts?

 

Thanks

Paul

Is there a service pack for crystal report for vs2012 ?

$
0
0

Is there a new service pack for crystal report for vs2012 ?

Extra space before period and before apostle when viewed in Crystal reports 2008

$
0
0

Hi All,

         We have recently migrated our solution to .net 2.0 and crystal reports 2008 on Windows7. Our is a winforms application developed in vb.net and we extensively use crystal reports in the application. When trying to view the a report it displays extrace between period . For example it displays as "book  ." If i save the report as pdf I dont see this issue . I have tried adding the app.config file following one of the posts  but not successful can some one please help me out on this ?

 

Thanks in Advance,

PAlapati

Crystal Reports 2011 / IE 8/7 Print Dialog/Export not working

$
0
0

Using Crystal Reports 2011 and the CrystalReportsViewer control in ASP .NET

 

When using HTTPS in IE 8 and 7, the report shows correctly, but the pring dialog doesn't get displayed, and the export function fails. Its ok in IE 9.

 

This is caused by a problem in IE8 and 7 when a PDF is sent to the client because of the Cache-control header. There is a M/S KB article on the subject (http://support.microsoft.com/kb/323308) and suggests a registry change, but my customer doesn't want to do that. The registry change does fix the problem.

 

Where is the response header for this created? I can't seem to find any reference in the SDK.

 

Thanks

 

Wes Kinzett

logon failed error.Vb 2010 connected to ms 2010 access database

$
0
0

Hi, I recently created an application in visual basic 2010 with crystal reports 13.0.5 which is connect to a microsoft 2010 access database. When I published the application and ran it on another computer ports asked me to logon to the database but didn't set anypass word and when I click cancel th crystal report viewer remains empty. Please assist me I fixing this error

Viewing all 3636 articles
Browse latest View live


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