borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Printing Listbox in VB.net)Next Topic (Crystal Reporting :)) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : Plz Help for Crystal Report in VB.NET 2008
Poster Message
chintu4uin
Level: Big Cheese

Registered: 04-02-2008
Posts: 20

Ads by Lake Quincy Media
icon Plz Help for Crystal Report in VB.NET 2008

Hi frd's plz help me I am a beginner I have developed a project using crystal report. Report is working fine on developer machine but whn I try to run the exe on other machine where .net framework was install the report is not running whn I m trying to open it it is asking for Database Login whereas my DB is not having login or pwd.. so how to set runtime the DB path and so on...

In VB6.0 I used to do it like this but I dont think so it is working same as like tht in .NET
---------------------------
Dim CRrpt As Object 'For Report Object

Set CRrpt = New rptComm_payable_summary_dtwise
CRrpt.DiscardSavedData

CRrpt.Database.Tables.Item(1).SetLogOnInfo strLocalServer, strLocalDatabase, strLocalUid, strLocalPwd

CRrpt.Database.Tables.Item(2).SetLogOnInfo strLocalServer, strLocalDatabase, strLocalUid, strLocalPwd

---------------------------
:headache:

18-06-2009 at 06:57 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB.Net : Plz Help for Crystal Report in VB.NET 2008
Previous Topic (Printing Listbox in VB.net)Next Topic (Crystal Reporting :)) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder