Click here to Skip to main content
15,929,439 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to Export gridview data to Excel file in VB.NET standalone application Pin
Jats_4ru14-Dec-07 1:12
Jats_4ru14-Dec-07 1:12 
AnswerRe: How to Export gridview data to Excel file in VB.NET standalone application Pin
Dave Kreskowiak14-Dec-07 3:56
mveDave Kreskowiak14-Dec-07 3:56 
GeneralRe: How to Export gridview data to Excel file in VB.NET standalone application Pin
Jats_4ru14-Dec-07 4:09
Jats_4ru14-Dec-07 4:09 
GeneralRe: How to Export gridview data to Excel file in VB.NET standalone application Pin
Dave Kreskowiak14-Dec-07 5:28
mveDave Kreskowiak14-Dec-07 5:28 
AnswerRe: How to Export gridview data to Excel file in VB.NET standalone application Pin
Paul Conrad24-Dec-07 11:38
professionalPaul Conrad24-Dec-07 11:38 
Questionhow to calculate the date? Pin
sathyan_829413-Dec-07 23:06
sathyan_829413-Dec-07 23:06 
AnswerRe: how to calculate the date? Pin
Christian Graus13-Dec-07 23:35
protectorChristian Graus13-Dec-07 23:35 
GeneralCrystal Report(Vb.net) Pin
~V~13-Dec-07 21:39
~V~13-Dec-07 21:39 
Hi all,

I m trying to create a crystal report in vb.net application.
I need to show data from 3 different tables in report.
So i added all 3 tables in Field explorer of crystal report,but i m unable to show the data in it.

For this i have tried two method:-
1>Using joning add data in a single table and set the Datasource of the report to it something like this-
<br />
<br />
Dim rpt As New CrystalReport1<br />
rpt.SetDataSource(MyDataset.Tables(0))<br />
Me.CrystalReportViewer1.ReportSource = rpt<br />
<br />
2&gt;Without joining using two tables for it like this<br />
i)Select data from 1 table<br />
MySqlDataAdapter.Fill(MyDataset, "Table1")<br />
ii)Select data from 2 table<br />
MySqlDataAdapter.Fill(MyDataset, "Table2")<br />
<br />
iii)Select data from 3 table<br />
MySqlDataAdapter.Fill(MyDataset, "Table3")<br />
<br />
Dim rpt As New CrystalReport2<br />
rpt.SetDataSource(MyDataset)<br />
Me.CrystalReportViewer1.ReportSource = rpt<br />


But nothing happenedMad | :mad:

Any idea would be appreciated heartly

Thanks with anticipationRose | [Rose]
GeneralRe: Crystal Report(Vb.net) Pin
Tom Deketelaere14-Dec-07 1:24
professionalTom Deketelaere14-Dec-07 1:24 
GeneralRe: Crystal Report(Vb.net) Pin
~V~14-Dec-07 19:19
~V~14-Dec-07 19:19 
GeneralRe: Crystal Report(Vb.net) Pin
Tom Deketelaere17-Dec-07 1:15
professionalTom Deketelaere17-Dec-07 1:15 
GeneralRe: Crystal Report(Vb.net) Pin
~V~16-Dec-07 18:13
~V~16-Dec-07 18:13 
GeneralRe: Crystal Report(Vb.net) [modified] Pin
~V~19-Dec-07 0:07
~V~19-Dec-07 0:07 
QuestionHow to Sort DataGridView Combobox Column? Pin
rashadaliarshad13-Dec-07 21:18
rashadaliarshad13-Dec-07 21:18 
Generali am using rich text box in vb.net Pin
Deepthy.P.M13-Dec-07 20:43
Deepthy.P.M13-Dec-07 20:43 
GeneralRe: i am using rich text box in vb.net Pin
Christian Graus13-Dec-07 21:54
protectorChristian Graus13-Dec-07 21:54 
GeneralReading .pdf file using visual basic code Pin
rkuravi13-Dec-07 19:35
rkuravi13-Dec-07 19:35 
GeneralRe: Reading .pdf file using visual basic code Pin
Christian Graus13-Dec-07 21:55
protectorChristian Graus13-Dec-07 21:55 
Generalhelp me to generate barcode with vb.net Pin
sitt13-Dec-07 19:18
sitt13-Dec-07 19:18 
GeneralRe: help me to generate barcode with vb.net Pin
Christian Graus13-Dec-07 21:58
protectorChristian Graus13-Dec-07 21:58 
GeneralRe: help me to generate barcode with vb.net Pin
sitt14-Dec-07 0:27
sitt14-Dec-07 0:27 
GeneralRe: help me to generate barcode with vb.net Pin
Dave Kreskowiak14-Dec-07 1:01
mveDave Kreskowiak14-Dec-07 1:01 
GeneralRe: help me to generate barcode with vb.net [modified] Pin
sitt16-Dec-07 15:26
sitt16-Dec-07 15:26 
GeneralRe: help me to generate barcode with vb.net Pin
Dave Kreskowiak16-Dec-07 18:01
mveDave Kreskowiak16-Dec-07 18:01 
GeneralRe: help me to generate barcode with vb.net Pin
sitt16-Dec-07 18:10
sitt16-Dec-07 18:10 

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.