Click here to Skip to main content
15,925,369 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: deploying applications in client machines Pin
Anoop Brijmohun11-Nov-08 0:01
Anoop Brijmohun11-Nov-08 0:01 
GeneralRe: deploying applications in client machines Pin
pravimarrs11-Nov-08 19:02
pravimarrs11-Nov-08 19:02 
GeneralRe: deploying applications in client machines Pin
Dave Kreskowiak11-Nov-08 3:23
mveDave Kreskowiak11-Nov-08 3:23 
GeneralRe: deploying applications in client machines [modified] Pin
pravimarrs11-Nov-08 18:53
pravimarrs11-Nov-08 18:53 
GeneralRe: deploying applications in client machines Pin
Anoop Brijmohun11-Nov-08 19:27
Anoop Brijmohun11-Nov-08 19:27 
GeneralRe: deploying applications in client machines Pin
pravimarrs11-Nov-08 21:25
pravimarrs11-Nov-08 21:25 
GeneralRe: deploying applications in client machines Pin
Anoop Brijmohun12-Nov-08 2:31
Anoop Brijmohun12-Nov-08 2:31 
QuestionHow to pass discrete parameters to stored procedure from crystal report Pin
thiru_586210-Nov-08 18:03
thiru_586210-Nov-08 18:03 
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 .......
Questionarraylist issue Pin
Tauseef A10-Nov-08 17:54
Tauseef A10-Nov-08 17:54 
AnswerRe: arraylist issue Pin
Guffa10-Nov-08 21:02
Guffa10-Nov-08 21:02 
QuestionRe: arraylist issue Pin
Tauseef A10-Nov-08 23:56
Tauseef A10-Nov-08 23:56 
Questionneed help. Pin
faradgi10-Nov-08 9:47
faradgi10-Nov-08 9:47 
AnswerRe: need help. Pin
Thomas Stockwell10-Nov-08 9:49
professionalThomas Stockwell10-Nov-08 9:49 
Answer[Cross Post]Re: need help. Pin
Scott Dorman10-Nov-08 9:58
professionalScott Dorman10-Nov-08 9:58 
AnswerSTOP SPAMMING THE FORUMS Pin
leckey10-Nov-08 11:07
leckey10-Nov-08 11:07 
AnswerRe: need help. Pin
Paul Conrad10-Nov-08 12:27
professionalPaul Conrad10-Nov-08 12:27 
GeneralRe: need help. Pin
leckey10-Nov-08 14:50
leckey10-Nov-08 14:50 
GeneralRe: need help. Pin
Paul Conrad10-Nov-08 14:53
professionalPaul Conrad10-Nov-08 14:53 
JokeRe: need help. Pin
Guffa10-Nov-08 15:10
Guffa10-Nov-08 15:10 
GeneralRe: need help. Pin
leckey10-Nov-08 15:11
leckey10-Nov-08 15:11 
AnswerRe: need help. Pin
Christian Graus10-Nov-08 15:45
protectorChristian Graus10-Nov-08 15:45 
GeneralRe: need help. Pin
Paul Conrad10-Nov-08 17:42
professionalPaul Conrad10-Nov-08 17:42 
QuestionControl resize and positioning at run time. Pin
TechNyk10-Nov-08 9:25
TechNyk10-Nov-08 9:25 
AnswerRe: Control resize and positioning at run time. Pin
Kschuler10-Nov-08 9:58
Kschuler10-Nov-08 9:58 
QuestionVisual Studio Debug View (value column / hover pop up tooltip) custom content: DebuggerDisplay Pin
in9mar10-Nov-08 7:38
in9mar10-Nov-08 7:38 

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.