Click here to Skip to main content
15,867,834 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Email - Problem Pin
Dave Kreskowiak15-Jun-09 4:42
mveDave Kreskowiak15-Jun-09 4:42 
AnswerRe: Email - Problem Pin
DaveAuld15-Jun-09 9:59
professionalDaveAuld15-Jun-09 9:59 
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 
Are you asking how to pass in a parameter into a crystal report (in the .vb code)?
If so, it would be something like this:
ReportDocument1.SetParameterValue("MyParmName", "MyParmValue")

Or are you asking how to setup the parameter in the crystal report document itself (the .rpt file)?
If so, in the field explorer right click on parameter fields and then click new. Give your parm a name and data type.

Or are you asking how to input more than one table? A table isn't a parameter. If you want more than one table you have to put the tables into a DataSet object and pass the DataSet object in as the DataSource.

Hope this helps.
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 
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 

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.