Click here to Skip to main content
15,908,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error Concurrency Violation... Pin
Dave Kreskowiak19-Apr-07 4:56
mveDave Kreskowiak19-Apr-07 4:56 
GeneralRe: Error Concurrency Violation... [modified] Pin
CCG319-Apr-07 5:23
CCG319-Apr-07 5:23 
GeneralRe: Error Concurrency Violation... Pin
Dave Kreskowiak19-Apr-07 7:23
mveDave Kreskowiak19-Apr-07 7:23 
GeneralRe: Error Concurrency Violation... Pin
CCG319-Apr-07 7:37
CCG319-Apr-07 7:37 
GeneralRe: Error Concurrency Violation... Pin
Dave Kreskowiak19-Apr-07 9:02
mveDave Kreskowiak19-Apr-07 9:02 
GeneralRe: Error Concurrency Violation... Pin
CCG319-Apr-07 9:26
CCG319-Apr-07 9:26 
GeneralRe: Error Concurrency Violation... Pin
CCG320-Apr-07 17:01
CCG320-Apr-07 17:01 
QuestionPassing Datagrid parameters to Crystal Reports Pin
Central_IT19-Apr-07 3:58
Central_IT19-Apr-07 3:58 
I wonder if anyone could help me solve this.

I am using VB.Net 2003 with Crystal Reports 10.

Example.

I have a VB form that has values in the text boxes. At the moment I am able to transfer these values to a Crystal Report via code like below

paramField = New ParameterField
discreteVal = New ParameterDiscreteValue

paramField.ParameterFieldName = txtSomething.text

' Set the first discrete value and pass it to the parameter
discreteVal.Value = param_value
paramField.CurrentValues.Add(discreteVal)

ParamFields.Add(paramField)

etc etc

The question is how you can capture values that are held in the datagrid e.g.

Name Dept Age
Alan Accounts 21
Sue Sales 27
Jim Accounts 35
Linda IT 30

Would it be something similar or is there a specific way of capturing values.
AnswerRe: Passing Datagrid parameters to Crystal Reports Pin
Tarakeshwar Reddy19-Apr-07 4:33
professionalTarakeshwar Reddy19-Apr-07 4:33 
GeneralRe: Passing Datagrid parameters to Crystal Reports Pin
Central_IT19-Apr-07 4:39
Central_IT19-Apr-07 4:39 
GeneralRe: Passing Datagrid parameters to Crystal Reports Pin
Tarakeshwar Reddy19-Apr-07 4:46
professionalTarakeshwar Reddy19-Apr-07 4:46 
QuestionNeed help to make pop3 server Pin
dmid19-Apr-07 3:51
dmid19-Apr-07 3:51 
AnswerRe: Need help to make pop3 server Pin
Dave Kreskowiak19-Apr-07 4:54
mveDave Kreskowiak19-Apr-07 4:54 
Questionkeydown Pin
eagertolearn19-Apr-07 3:29
eagertolearn19-Apr-07 3:29 
AnswerRe: keydown Pin
Dave Kreskowiak19-Apr-07 3:39
mveDave Kreskowiak19-Apr-07 3:39 
GeneralRe: keydown Pin
eagertolearn19-Apr-07 4:28
eagertolearn19-Apr-07 4:28 
GeneralRe: keydown Pin
Dave Kreskowiak19-Apr-07 4:32
mveDave Kreskowiak19-Apr-07 4:32 
GeneralRe: keydown Pin
eagertolearn19-Apr-07 5:26
eagertolearn19-Apr-07 5:26 
QuestionCalling Dll C++ functions from Visual Basic 6 Pin
Kiske19-Apr-07 3:00
Kiske19-Apr-07 3:00 
AnswerRe: Calling Dll C++ functions from Visual Basic 6 Pin
Dave Kreskowiak19-Apr-07 3:37
mveDave Kreskowiak19-Apr-07 3:37 
GeneralRe: Calling Dll C++ functions from Visual Basic 6 Pin
Kiske19-Apr-07 3:54
Kiske19-Apr-07 3:54 
GeneralRe: Calling Dll C++ functions from Visual Basic 6 Pin
Dave Kreskowiak19-Apr-07 4:41
mveDave Kreskowiak19-Apr-07 4:41 
QuestionGraphics in VB Pin
Kumaran21cen19-Apr-07 2:46
Kumaran21cen19-Apr-07 2:46 
AnswerRe: Graphics in VB Pin
Dave Kreskowiak19-Apr-07 4:43
mveDave Kreskowiak19-Apr-07 4:43 
Questionstill cant do it(add to database) Pin
peteyshrew19-Apr-07 2:22
peteyshrew19-Apr-07 2:22 

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.