Click here to Skip to main content
15,896,118 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Opening an embedded word document with MS Word automation Pin
Dave Kreskowiak5-Dec-07 6:17
mveDave Kreskowiak5-Dec-07 6:17 
GeneralRe: Opening an embedded word document with MS Word automation [modified] Pin
Thomas Krojer5-Dec-07 6:21
Thomas Krojer5-Dec-07 6:21 
QuestionConnecting to an online mySQL server? Pin
Benny_Lava5-Dec-07 1:43
Benny_Lava5-Dec-07 1:43 
AnswerRe: Connecting to an online mySQL server? Pin
Dave Kreskowiak5-Dec-07 5:04
mveDave Kreskowiak5-Dec-07 5:04 
GeneralCrystal Report Deployment Pin
poonams5-Dec-07 1:19
poonams5-Dec-07 1:19 
GeneralRe: Crystal Report Deployment Pin
Ujjaval Modi5-Dec-07 2:12
Ujjaval Modi5-Dec-07 2:12 
GeneralRe: Crystal Report Deployment Pin
poonams11-Dec-07 18:40
poonams11-Dec-07 18:40 
GeneralRe: Crystal Report Deployment Pin
Ujjaval Modi12-Dec-07 1:03
Ujjaval Modi12-Dec-07 1:03 
Hi,

Even I am not much good at crystal reports but even I faced same problem in my application for crystal reports and I learnt to add its Installer, so I helped you out in it.

Regarding this problem, your Logon to database is failing, thts why your report fails to load.

Try this code :

<br />
<br />
dim rptObject as new ReportObject <br />
rptObject.SetDatabaseLogon(username,password)<br />
rptObject.SetDataSource(dataTableObject)<br />
crv.ReportSource = rptObject <br />
<br />

Here rptObject is an object of your "enq.rpt" report.

Regards,

Ujjaval Modi Smile | :)

Manpower moves wrenches, horsepower moves cars, and the power of the mind moves the world.

QuestionSaving data from gridvies -&gt; dataset -&gt; database Pin
zwaailicht5-Dec-07 0:09
zwaailicht5-Dec-07 0:09 
QuestionRe: Saving data from gridvies -&gt; dataset -&gt; database Pin
H.A.Faheem5-Dec-07 0:45
H.A.Faheem5-Dec-07 0:45 
GeneralRe: Saving data from gridvies -&gt; dataset -&gt; database Pin
Dave Kreskowiak5-Dec-07 4:58
mveDave Kreskowiak5-Dec-07 4:58 
GeneralRe: Saving data from gridvies -&gt; dataset -&gt; database Pin
zwaailicht5-Dec-07 7:33
zwaailicht5-Dec-07 7:33 
GeneralRe: Saving data from gridvies -&gt; dataset -&gt; database Pin
Dave Kreskowiak5-Dec-07 7:55
mveDave Kreskowiak5-Dec-07 7:55 
GeneralRe: Saving data from gridvies -&gt; dataset -&gt; database Pin
zwaailicht5-Dec-07 11:34
zwaailicht5-Dec-07 11:34 
Generalinstalling merge modules and windows services Pin
Mbire4-Dec-07 23:34
Mbire4-Dec-07 23:34 
GeneralRe: installing merge modules and windows services Pin
Dave Kreskowiak5-Dec-07 4:34
mveDave Kreskowiak5-Dec-07 4:34 
QuestionWhat is worng ? Pin
~V~4-Dec-07 23:16
~V~4-Dec-07 23:16 
AnswerRe: What is worng ? Pin
John_Adams5-Dec-07 3:42
John_Adams5-Dec-07 3:42 
GeneralRe: What is worng ? Pin
Guffa5-Dec-07 7:59
Guffa5-Dec-07 7:59 
AnswerRe: What is worng ? Pin
Dave Kreskowiak5-Dec-07 4:18
mveDave Kreskowiak5-Dec-07 4:18 
AnswerRe: What is worng ? Pin
Guffa5-Dec-07 7:53
Guffa5-Dec-07 7:53 
AnswerRe: What is worng ? Pin
~V~6-Dec-07 18:27
~V~6-Dec-07 18:27 
GeneralUrgent rpely Pin
pavanteja4-Dec-07 22:23
pavanteja4-Dec-07 22:23 
GeneralRe: Urgent rpely Pin
H.A.Faheem4-Dec-07 22:42
H.A.Faheem4-Dec-07 22:42 
GeneralRe: Urgent rpely Pin
pavanteja4-Dec-07 22:50
pavanteja4-Dec-07 22:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.