Click here to Skip to main content
16,004,944 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Getting Windows Login Information Pin
Dave Kreskowiak5-Nov-08 13:58
mveDave Kreskowiak5-Nov-08 13:58 
GeneralRe: Getting Windows Login Information Pin
Luc Pattyn5-Nov-08 14:27
sitebuilderLuc Pattyn5-Nov-08 14:27 
GeneralRe: Getting Windows Login Information Pin
Dave Kreskowiak5-Nov-08 15:11
mveDave Kreskowiak5-Nov-08 15:11 
GeneralRe: Getting Windows Login Information Pin
Luc Pattyn5-Nov-08 16:56
sitebuilderLuc Pattyn5-Nov-08 16:56 
GeneralRe: Getting Windows Login Information Pin
Dave Kreskowiak5-Nov-08 17:21
mveDave Kreskowiak5-Nov-08 17:21 
Questiondraw series of point into form Pin
sunil goyalG5-Nov-08 2:01
sunil goyalG5-Nov-08 2:01 
AnswerRe: draw series of point into form Pin
Dave Kreskowiak5-Nov-08 13:57
mveDave Kreskowiak5-Nov-08 13:57 
QuestionPassing Discrete parameters to Stored procedures from crystal reports. Pin
thiru_58625-Nov-08 1:46
thiru_58625-Nov-08 1:46 
Hi,
am using crystal report in my application.Am binding a stored procedure to populate the data on to the crystal report. These days i used to pass only one parameter to stored procedure and i get the data accordingly. But now i need to pass two discrete parameters, based on which the data has to be populated.

I posted the old code below which i use now. In that i send MONTH(@month) to the stored procedure and i get the corresponding data. but now i want to send both month and year to stored procedure and get the crystal report populated..

Dim crParameterDiscreteValue As ParameterDiscreteValue
Dim crParameterFieldDefinitions As ParameterFieldDefinitions
Dim crParameterFieldLocation As ParameterFieldDefinition
Dim crParameterValues As ParameterValues

crParameterFieldDefinitions = rptDocument.DataDefinition.ParameterFields
crParameterFieldLocation = crParameterFieldDefinitions.Item("@month")
crParameterValues = crParameterFieldLocation.CurrentValues
crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
crParameterDiscreteValue.Value = month
crParameterValues.Add(crParameterDiscreteValue)
crParameterFieldLocation.ApplyCurrentValues(crParameterValues)

Please help me out .......
Questiondatagridview with combobox column Pin
sairfan14-Nov-08 23:04
sairfan14-Nov-08 23:04 
AnswerRe: datagridview with combobox column Pin
Dave Kreskowiak5-Nov-08 13:59
mveDave Kreskowiak5-Nov-08 13:59 
GeneralRe: datagridview with combobox column Pin
SpitfireIXA10-Dec-08 8:05
SpitfireIXA10-Dec-08 8:05 
Questionfolder updated time Pin
jishbalan4-Nov-08 23:03
jishbalan4-Nov-08 23:03 
AnswerRe: folder updated time Pin
Dave Kreskowiak5-Nov-08 2:02
mveDave Kreskowiak5-Nov-08 2:02 
AnswerRe: folder updated time Pin
Alan N5-Nov-08 2:07
Alan N5-Nov-08 2:07 
QuestionVB6 and multi language support Pin
willempipi4-Nov-08 21:45
willempipi4-Nov-08 21:45 
QuestionRe: VB6 and multi language support Pin
Eddy Vluggen4-Nov-08 22:14
professionalEddy Vluggen4-Nov-08 22:14 
AnswerRe: VB6 and multi language support Pin
willempipi4-Nov-08 22:30
willempipi4-Nov-08 22:30 
GeneralRe: VB6 and multi language support Pin
Eddy Vluggen4-Nov-08 22:45
professionalEddy Vluggen4-Nov-08 22:45 
GeneralStill no answer Pin
willempipi4-Nov-08 22:53
willempipi4-Nov-08 22:53 
AnswerRe: VB6 and multi language support Pin
sairfan14-Nov-08 22:59
sairfan14-Nov-08 22:59 
GeneralRe: VB6 and multi language support Pin
willempipi4-Nov-08 23:04
willempipi4-Nov-08 23:04 
GeneralRe: VB6 and multi language support Pin
sairfan14-Nov-08 23:12
sairfan14-Nov-08 23:12 
GeneralStill no solution Pin
willempipi4-Nov-08 23:39
willempipi4-Nov-08 23:39 
GeneralRe: Still no solution Pin
sairfan14-Nov-08 23:45
sairfan14-Nov-08 23:45 
GeneralRe: Still no solution Pin
willempipi5-Nov-08 0:08
willempipi5-Nov-08 0:08 

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.