Click here to Skip to main content
15,887,267 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: pocket pc problem Pin
Mekong River5-Dec-04 3:23
Mekong River5-Dec-04 3:23 
GeneralAllowing Certain Keys Only Pin
Mitch F.4-Dec-04 14:03
Mitch F.4-Dec-04 14:03 
GeneralPrint Preview "print button" select printer Pin
crsimmons4-Dec-04 6:23
crsimmons4-Dec-04 6:23 
GeneralRe: Print Preview "print button" select printer Pin
crsimmons5-Dec-04 2:53
crsimmons5-Dec-04 2:53 
QuestionHow can I cocnect TCP/IP to the Server? Pin
ATC4-Dec-04 4:14
ATC4-Dec-04 4:14 
Generaltroubles with MS.Access & ASP.NET. Pin
gamerPotatoe4-Dec-04 0:09
gamerPotatoe4-Dec-04 0:09 
GeneralRe: troubles with MS.Access & ASP.NET. Pin
Mekong River5-Dec-04 3:29
Mekong River5-Dec-04 3:29 
GeneralCRystal Report Pin
nitin_ion3-Dec-04 18:04
nitin_ion3-Dec-04 18:04 
I am trying to fill crystal report from typed dataset which has three tables and all are interlinked. When i set datasource of crystal report to that dataset and links the table in visual linking expert after doing every thing this is the code i am writing.

Dim con As SqlConnection = New SqlConnection("ConnectionString")
Dim da As SqlDataAdapter = New SqlDataAdapter("Select Statement", con)
Dim ds As DataSet = New Dataset1
Dim cr As New CrystalReport1

da.Fill(ds)
DataGrid1.DataSource = ds.Tables(3)

cr.SetDataSource(ds.Tables(3))
CrystalReportViewer1.ReportSource = cr

The datagrid is filled but crystal report is showing no results. how can i fill cr.
GeneralDatagrid !!! Urgent Pin
syed saba3-Dec-04 16:22
syed saba3-Dec-04 16:22 
QuestionWindowshade? Pin
TAlvord3-Dec-04 13:32
TAlvord3-Dec-04 13:32 
AnswerRe: Windowshade? Pin
Dave Kreskowiak4-Dec-04 5:52
mveDave Kreskowiak4-Dec-04 5:52 
GeneralReturn the highest value Pin
helpmeplease...3-Dec-04 11:11
helpmeplease...3-Dec-04 11:11 
GeneralRe: Return the highest value Pin
Dave Kreskowiak3-Dec-04 12:35
mveDave Kreskowiak3-Dec-04 12:35 
GeneralRe: Return the highest value Pin
MohammadAmiry4-Dec-04 2:45
MohammadAmiry4-Dec-04 2:45 
QuestionCan Anyone Help me with this one? Pin
Suresh Prasad3-Dec-04 8:41
Suresh Prasad3-Dec-04 8:41 
AnswerRe: Can Anyone Help me with this one? Pin
Jim Matthews3-Dec-04 9:00
Jim Matthews3-Dec-04 9:00 
GeneralRe: Can Anyone Help me with this one? Pin
Suresh Prasad3-Dec-04 10:28
Suresh Prasad3-Dec-04 10:28 
GeneralRe: Can Anyone Help me with this one? Pin
Jim Matthews3-Dec-04 10:51
Jim Matthews3-Dec-04 10:51 
GeneralRe: Can Anyone Help me with this one? Pin
Suresh Prasad3-Dec-04 10:56
Suresh Prasad3-Dec-04 10:56 
GeneralRe: Can Anyone Help me with this one? Pin
Dave Kreskowiak3-Dec-04 12:34
mveDave Kreskowiak3-Dec-04 12:34 
GeneralRe: Can Anyone Help me with this one? Pin
Suresh Prasad3-Dec-04 12:38
Suresh Prasad3-Dec-04 12:38 
GeneralSerialization Gremlin Pin
Tom John3-Dec-04 5:48
Tom John3-Dec-04 5:48 
GeneralTrapping Backspace Pin
Brian Van Beek3-Dec-04 5:16
Brian Van Beek3-Dec-04 5:16 
GeneralRe: Trapping Backspace Pin
Jim Matthews3-Dec-04 5:47
Jim Matthews3-Dec-04 5:47 
GeneralCreating Controls at Run Time Pin
marclenoir20053-Dec-04 5:03
marclenoir20053-Dec-04 5:03 

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.