Creating A Crystal Reports Project - Setup The Login To Database Function?

Jan 31, 2010

I am creating a visual basic project for class. It is all running as intended though I am not sure how to set up the login to database function. When you click the link for the specific report it should display the page. But I get a login to database page. I am just wondering how I set that up so that one can actually see the information. ie:

[Code]...

View 1 Replies


ADVERTISEMENT

Make Setup Of Project Then Crystal Reports Keeps Old Database Path

Jun 22, 2010

When i make Setup of my project then my crystal reports keeps old database path how can i resolve it please help me.

View 2 Replies

Deploying Crystal Reports - Adding Crystal Reports To The Setup And Deployment

Jun 21, 2010

I am working on VB.NET(Visual studio 2008)..I completed developing my application and i need to deploy the application. I tried it and faced problems in some areas like adding crystal reports to the setup and deployment. I created a setup file to my application and everything is fine except crystal reports...its showing the error like; An error occurred in crystalDecisions.Reports, crystalEngine threw exception.

View 2 Replies

VS 2008 Setup Including Database - .net Framework And Crystal Reports

Oct 10, 2010

how to create a setup in vb.net that comes with a ms access database and the .net framework if it is not existing in the system.. and also a crystal report... and also i want my database go automatically to C:

View 9 Replies

Crystal Reports Deployment Causing Database Login Prompt?

Jul 27, 2009

I have deployed a Visual Studio executible module written in VB Net 3.5 SP 1 with Crystal Reports. When the user tries to view a report(s)they are prompted to login in to the data base that has been data sourced into the report module. The correct database was verified before the build was made. The developer is able to run the report in a run mode on the local machine where the VB project was created. In the properties section in the project the following check boxes pertaining to reports were checked on:

Crystal Reports Basic for Visual Studio 2008(x86, x64)
Microsoft Visual Studio 2008 Report Viewer

Notes: If the executible module is deployed to a machine that has Visual Studio 2008 installed, the Reports run fine without a database login prompt.If the executible module is deployed to a machine that does not have Visual Studio 2008 installed, the user is prompted for a login. The data base is a SQL server 2008 database.

View 14 Replies

Creating Reports In Crystal Reports That Is Integrated Within Visual Studio 2008?

Aug 26, 2011

I am creating reports in Crystal Reports that is integrated within Visual Studio 2008, and I noticed that some of the features are disabled. One is the ability to link tables with a Right Outer Join or Full Outer Join. I also cannot "Show SQL Query" in Crystal Reports. Is this something I can enable or do I have to purchase or upgrade?

View 1 Replies

Crystal Reports Prompts Login Only On Other PC

Jan 10, 2012

I made a small VB.NET application which includes a Crystal Report. Running the Crystal Report on the machine I made it works perfectly. When I run the application on my laptop, the Crystal Report always prompts me for a login even though the database has no login set to it. I have tried passing in "Admin" and "" with code, but no luck. I'm working with an Access database, this is the code I have to load my Crystal Report:

If frmReport Is Nothing OrElse frmReport.IsDisposed Then
frmReport = New frmReport
End If
frmReport.CrystalReportViewer1.ReportSource = "../../Reports/Klantenbeheer.rpt"
frmReport.MdiParent = Me
frmReport.Show()

I did look at Prevent login of ODBC Text driver in Crystal Report for Visual Studio 2010 but I'm not sure if it applies to my situation? I also tried setting the rpt's datasource to the datasource I work with in the application and then assigning that to the ReportSource, but no luck either.

View 2 Replies

Page Setup During Print Preview In Crystal Reports For VS 2010

May 10, 2012

Is it possible to see the page setup during print preview of crystal reports during run time?

Because there are times that we need to set the top and bottom margin of the report.

View 1 Replies

Include Runtime Modules For Access, Crystal Reports, And .net 4.0 In Setup Deployment?

Jun 15, 2011

I have an application written in VB.net using VS2010 that I am ready to deploy. The application uses an access (2003) database, the .net 4.0 framework and Crystal Reports. I have generated a setup project which works fine when deploying to systemsthat have the runtime for CR and Access and .net 4.0, but I will need to deploy this to systems that do not contain all of thes "pre-requisites", and may not have a

View 10 Replies

[2008] Connecting Crystal Reports To SQL Using OLE (Login Failure ... Still)

Mar 14, 2009

I have been trying to connect a Crystal Report app. to a database. I have had a hard time with this. It is working on my dev box, but it will not work on any other boxes. I have read some posts about adding logon info and connection info. I have followed these posts, but I am still unable to connect. Here is what I have thus far:

[Code]...

View 6 Replies

Creating Bootstrapper For Crystal Reports Runtime?

Mar 15, 2012

I need help creating bootstapper for crystal reports runtime..I want crystal reports runtime to be installed automatically with the application if its not installed on the target machine.I am using vs2010?

View 3 Replies

DB/Reporting :: Creating Reports Without Crystal Report?

Mar 2, 2010

I am using VS 2008 standard edition to develop my first windows form application and it does not come with crystal components. I nedd to design few reports but I can't find any help on the net. In my vba application I create one form which accepts all parameters and based on parameter I build SQL statement and pass it to report data source. I would like to similar in vb.net, but all I see is cryatal. Can I create reports without Crystal?

View 1 Replies

Run Project On Client Machine Having Crystal Reports?

Jul 14, 2010

I have designed a project in VB 2008 having Reports created in Crystal Reports.

I build the project & copied the Release folder to Client Machine.

The Application is running well however, when i click the button to see Report i get following error "Could not load file or assembly CrystalDecisions.Windows.Forms.... The system cannot find the file specified" & the application terminates.

View 3 Replies

Creating Crystal Reports For VS 2005 For A Client Server Application

Jun 5, 2011

how to create Crystal Reports for Visual Studio 2005 for a Client Server application? The problem I faced is that when I created Crystal Reports for Visual Studio 2005 where the Crystal Report is displayed in the client application it does not get refreshed with data entered. It only displays data that was entered during the time of development. I think this is probably because the database path changes when deployed in a new environment while the Crystal report keeps referring to the database location at development time.

View 1 Replies

Add Crystal Report In Setup Project?

Apr 19, 2010

My windows app works fine in my pc. Once I created a setup project and then install in a client pc, there is an error to load Crystal Report.How to add Crystal Report in setup project? (I added all dll file associated with Crystal Report but did not work)

View 1 Replies

Sql - Upgrading Old Crystal Reports Project To Visual Studio 2010?

Jan 5, 2012

I have to update and old VB project made with Visual Studio 2005 that uses Crystal Reports to Visual Studio 2010. I've installed the Crystal Reports plugin for VS 2010. I can compile the program under VS 2010 but when I run it and try to generate a report I get many errors popping up from the Crystal Reports Viewer. When I compile and run the project in Visual Studio 2005 (with the old Crystal Reports plugin that comes with it) everything works fine.

The problem is caused by SQL Expressions that are SELECT statements that are not enclosed in parenthesis. This is a problem because there are ~250 SQL Expressions like that in the report file (and it's not the only report with this problem). When I look at the .rpt file in Crystal Reports 10 and use Database -> Show SQL Query the SQL Expressions have parenthesis around them despite there being no parenthesis around these statements in the SQL Expression Editor. When I do the same in Crystal Reports 2008 the SQL Expressions don't have the parenthesis included.

Is there a way to make Crystal Reports 2008 or the plugin in for VS 2010 automatically include the parenthesis around SQL expressions, or was this feature removed? If it was removed, is there anyway to enclose the SQL expressions in parenthesis other than editing each one manually?

View 1 Replies

VS 2008 Importing Existing Crystal Reports To A New VS2008 Project?

Jun 6, 2010

How do I go about importing existing Crystal Reports to a new VS2008 project?

View 1 Replies

Setup Project With Crystal Report Runtime?

Jul 13, 2009

I have a simple application with a crystal report in there. So, the crystal report runtime must be installed on the clients which use the app. Now i have create a setup.exe and under "Required Components", Crystal Reports Basic... is marked. I choose the second option below that Crystal Report should come from the identic folder. When i call the setup.exe or the *.msi file the app is installed under programs but without crystal reports.

View 2 Replies

Uses Crystal Reports And Sql Database?

Dec 30, 2009

I have a program that uses crystal reports and sql database. When I right click and try to click report in my program on my formreportviewer I get this error.

Conversion to "" to type integer is not valid.I have been looking for days. How can I find where this error is happening??

View 8 Replies

Difference Between Crystal Reports In Vb - Create Crystal Reports In Vb?

Apr 14, 2009

tell me wat is the difference between crystal reports created in vb and in vb.net??how to create crystal reports in vb??

View 1 Replies

Deployment - Creating A Setup Project And Building?

Jun 21, 2009

When i am creating a setup project and building it then i am getting a setup file using which if i install then it is getting installed to single user only i want the setup to build run for every user in that system and the users can access it.

View 1 Replies

.net - What Stored Procedure Is Crystal Reports Using To Connect To Database

Nov 25, 2010

I'm trying to make alterations to an existing Crystal Report form in a VB.net project I've inherited, and it's my first time using Crystal Reports. For clarity, I'm using Crystal Reports under Visual Studio 2010, not the standalone Crystal Reports.I've had a good go at looking through all the functions and variables listed in the CR Designer, and can't find what stored procedure is being used to call for data.

View 1 Replies

Database - Detect Trusted Connection In Crystal Reports ?

Mar 28, 2010

I have some Crystal Reports connecting to a Sql Server db that I would like to detect whether the connection is trusted or whether I need to supply the log on info (reports are not supplied by me so I can't control the connect method). If I just blindly supply login credentials, it won't connect if it is a trusted connection.The following does not work:

oRpt = oCR.OpenReport("C:MyReport.rpt")

if oRpt.Database.Tables(1).ConnectionProperties.Item("Integrated Security") = True then
'trusted connection[code]....

It gives the following error:Operator '=' is not defined for type 'IConnectionProperty' and type 'Boolean'.

I cannot find how create a construct in vb.net for IConnectionProperty. I can't find any documents from Crystal that explain it.I am using Crystal Reports XI - Developer

View 1 Replies

Make A Connection Using Crystal Reports To Access 07 Database?

Dec 15, 2011

I'm trying to use crystal reports in my database that i have made using vb 2010 and access 07, I'm trying to make a new crystal report in vb, have gone add new item, crystal report, etc but when i go to specify the new connection using the Microsoft office 12.0 access database engine )LE DB provider i keep getting a catastrophic failure error 0x8000fff?

View 2 Replies

Change Connection String After Creating A Setup Project?

Jun 13, 2011

I am creating a VB windows form applications , the working can be summarized as users fills some form and data is saved in sql server database.Now the problem i am facing is that i have to deliver this as a setup file to someone, and that person will further distribute it to different users to run on their PC, what i am thinking is that the code once installed on other computers and executed will give errors because of the connection string of sql server db as it will not match with that computer . I know that if a distribute projects i can put connection string in app.config and every user can change it according to his/her machine .But as i am giving a setup file how to solve this problem

View 1 Replies

Connect Crystal Reports To Oracle Database Using Program Code?

Apr 24, 2012

I'm using crystal reports 9, visual studio 2008, and oracle 9i in this project I'm doing. My crystal reports pull data from an oracle database, and are displayed on a CrystalReportViewer on a windows form. How would I make this connection using vb.net code?[code]...

View 1 Replies

[2005] Populate The Tree View From Database For Different Crystal Reports Name

Jan 28, 2009

I want to populate the tree view from database for diff crystal reports name in such a way that i have :

[Code]...

So when user clicks on the caption node and presses the button, corresponding report has to open.

View 2 Replies

Process Of Creating A Setup And Deployment Project For Windows Application?

Jun 22, 2010

Step-by-Step Process of Creating a Setup and Deployment Project for windows application

View 2 Replies

Error Connecting Password Protected Access Database To Crystal Reports

Apr 10, 2012

How do I open my Crystal Report in VB code (RPT files) on password-protected Access 2007 database? Ever since I protected my database with password, my Crystal Report generates an error.

View 3 Replies

Crystal Reports - Formula Using Custom Function - "Too Many Arguements"

Jun 2, 2010

I did not see a forum for Crystal Reports but seeing as I am using CR with Visual Studio 2008 I will post here and move the thread if told to. That being said here is my problem. I created a custom function named formatTime. Here is the code

[Code]...

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved