Click here to Skip to main content
15,893,487 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionReference Problem Pin
Member 629414615-Jun-09 2:46
Member 629414615-Jun-09 2:46 
AnswerRe: Reference Problem Pin
Mithun.Shitole15-Jun-09 3:05
Mithun.Shitole15-Jun-09 3:05 
AnswerRe: Reference Problem Pin
Tom Deketelaere15-Jun-09 3:14
professionalTom Deketelaere15-Jun-09 3:14 
AnswerRe: Reference Problem Pin
shereen_shf19-Jun-10 8:01
shereen_shf19-Jun-10 8:01 
QuestionCrystal Reports Custom Parameter Passing Pin
JC.KaNNaN15-Jun-09 1:44
JC.KaNNaN15-Jun-09 1:44 
AnswerRe: Crystal Reports Custom Parameter Passing Pin
Kschuler15-Jun-09 8:55
Kschuler15-Jun-09 8:55 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
JC.KaNNaN16-Jun-09 1:20
JC.KaNNaN16-Jun-09 1:20 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
Kschuler16-Jun-09 2:41
Kschuler16-Jun-09 2:41 
Do you still have a question or have you figured it out? The basic format is something like this:

Dim dtTable1 as New DataTable
Dim dtTable2 as New DataTable

<Insert code to set schema and fill the data tables here>

'This code declares a dataset and adds the tables:
Dim ds as New DataSet
ds.Tables.Add(dtTable1)
ds.Tables.Add(dtTable2)

'This code attaches the dataset to the crystal report:
reportDocument1.SetDataSource(ds)

GeneralRe: Crystal Reports Custom Parameter Passing Pin
JC.KaNNaN16-Jun-09 3:38
JC.KaNNaN16-Jun-09 3:38 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
Kschuler16-Jun-09 3:47
Kschuler16-Jun-09 3:47 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
JC.KaNNaN16-Jun-09 20:29
JC.KaNNaN16-Jun-09 20:29 
GeneralRe: Crystal Reports Custom Parameter Passing Pin
Kschuler17-Jun-09 3:00
Kschuler17-Jun-09 3:00 
AnswerRe: Crystal Reports Custom Parameter Passing Pin
Aiman Farouk Mohamed15-Jun-09 22:07
Aiman Farouk Mohamed15-Jun-09 22:07 
QuestionVisual Basic Multilingual Support - Picking Desired Resource Pin
vhassan15-Jun-09 1:32
vhassan15-Jun-09 1:32 
AnswerRe: Visual Basic Multilingual Support - Picking Desired Resource Pin
Baran M15-Jun-09 4:35
Baran M15-Jun-09 4:35 
QuestionDatarepater Control (Winforms) Pin
Alan Bates15-Jun-09 1:20
Alan Bates15-Jun-09 1:20 
QuestionDataGridView how to get items Pin
alwinSCH15-Jun-09 0:31
alwinSCH15-Jun-09 0:31 
AnswerRe: DataGridView how to get items Pin
Henry Minute15-Jun-09 0:39
Henry Minute15-Jun-09 0:39 
QuestionHow to deploy dll before custom action Pin
Mithun.Shitole14-Jun-09 23:58
Mithun.Shitole14-Jun-09 23:58 
AnswerRe: How to deploy dll before custom action Pin
Kschuler15-Jun-09 9:00
Kschuler15-Jun-09 9:00 
GeneralRe: How to deploy dll before custom action Pin
Mithun.Shitole15-Jun-09 9:09
Mithun.Shitole15-Jun-09 9:09 
QuestionVista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
saxgod14-Jun-09 23:34
saxgod14-Jun-09 23:34 
AnswerRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
Dave Kreskowiak15-Jun-09 4:01
mveDave Kreskowiak15-Jun-09 4:01 
GeneralRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
saxgod15-Jun-09 23:09
saxgod15-Jun-09 23:09 
GeneralRe: Vista like Sort,Group,Stack,Filter dropdown on Listview ? Pin
Dave Kreskowiak16-Jun-09 12:01
mveDave Kreskowiak16-Jun-09 12:01 

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.