Writing Code
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Writing Code
Message Icon Topic: Logon problem in crystal reports Post Reply Post New Topic
Author Message
kasi5a
Newbie
Newbie
Avatar

Joined: 28 Apr 2009
Online Status: Offline
Posts: 8
Quote kasi5a Replybullet Topic: Logon problem in crystal reports
    Posted: 01 May 2009 at 3:36am
I created a project in VB .Net and MS Access and used Crystal Reports for Visual Studio 2005 for reporting purpose.

I made setup of the project. When I run setup on my system reports run smoothly but when i run it on another computer reports displays Databes Login Dialog Box and requires username and password;

my report code is below

 oledbcon(frm_cominv_main.combo_siteid.SelectedValue)
     
        da = New OleDbDataAdapter("select * from commercial_purchase", conn)
     da.Fill(ds, "commercial_purchase")
     rpt.Database.Tables(0).SetDataSource(ds)
     CrystalReportViewer1.ReportSource = rpt

Kasinathan
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.