Click here to Skip to main content
15,905,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir9-Jun-05 22:43
Rizwan Bashir9-Jun-05 22:43 
GeneralRe: Pass value to crystal report Pin
LordLothar9-Jun-05 23:48
LordLothar9-Jun-05 23:48 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir9-Jun-05 23:51
Rizwan Bashir9-Jun-05 23:51 
GeneralRe: Pass value to crystal report Pin
LordLothar10-Jun-05 3:03
LordLothar10-Jun-05 3:03 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir10-Jun-05 3:31
Rizwan Bashir10-Jun-05 3:31 
GeneralRe: Pass value to crystal report Pin
LordLothar10-Jun-05 19:10
LordLothar10-Jun-05 19:10 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir10-Jun-05 22:11
Rizwan Bashir10-Jun-05 22:11 
GeneralRe: Pass value to crystal report Pin
LordLothar10-Jun-05 23:25
LordLothar10-Jun-05 23:25 
SqlDataAdapter2.Fill(DataSet21, "accounts")

crystalReport11.SetDataSource(DataSet21)

Dim pFields As New ParameterFields
Dim pField As New ParameterField
Dim disVal As New ParameterDiscreteValue
Dim rVal As New ParameterRangeValue

pField.ParameterFieldName = "Test"
disVal.Value = "CodeProject"
pField.CurrentValues.Add(disVal)

'rVal.StartValue = 150
' rVal.EndValue = 200
'pField.CurrentValues.Add(rVal)
pFields.Add(pField)

CrystalReportViewer1.ParameterFieldInfo = pFields
CrystalReportViewer1.ReportSource = crystalReport11

============================
Above code i have not make use of range value yet.

Parameter Filed named "Test" is the one i create in crystal report at design time and i drag and drop this field somewhere in my report design. First I load it is fine and display CodeProject and when i press refresh button from crystral report viewer, a dialog box pop up and ask me to input discrete value again where it suppose show CodeProject again and no need user input anymore. and i guess i have assing value to the parameter. or not?
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir11-Jun-05 0:44
Rizwan Bashir11-Jun-05 0:44 
GeneralRe: Pass value to crystal report Pin
LordLothar11-Jun-05 5:30
LordLothar11-Jun-05 5:30 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir12-Jun-05 21:28
Rizwan Bashir12-Jun-05 21:28 
GeneralInserting text in between a file Pin
smita_roy9-Jun-05 21:35
smita_roy9-Jun-05 21:35 
GeneralRe: Inserting text in between a file Pin
Dave Kreskowiak10-Jun-05 2:47
mveDave Kreskowiak10-Jun-05 2:47 
GeneralVB Office Addins drag file to excel sheet to generate hyperlink in the Excel Pin
shinay9-Jun-05 19:08
shinay9-Jun-05 19:08 
General.net remoting Pin
lagumaster9-Jun-05 17:25
lagumaster9-Jun-05 17:25 
GeneralRe: .net remoting Pin
Rizwan Bashir9-Jun-05 22:35
Rizwan Bashir9-Jun-05 22:35 
GeneralRe: .net remoting Pin
lagumaster10-Jun-05 10:59
lagumaster10-Jun-05 10:59 
GeneralHelp with MSN Messenger-like popup Pin
Member 20298019-Jun-05 14:41
Member 20298019-Jun-05 14:41 
GeneralRe: Help with MSN Messenger-like popup Pin
Christian Graus9-Jun-05 14:48
protectorChristian Graus9-Jun-05 14:48 
GeneralRe: Help with MSN Messenger-like popup Pin
9-Jun-05 16:59
suss9-Jun-05 16:59 
GeneralRe: Help with MSN Messenger-like popup Pin
Christian Graus9-Jun-05 17:06
protectorChristian Graus9-Jun-05 17:06 
GeneralRe: Help with MSN Messenger-like popup Pin
Member 20298019-Jun-05 17:18
Member 20298019-Jun-05 17:18 
GeneralRe: Help with MSN Messenger-like popup Pin
Christian Graus9-Jun-05 17:27
protectorChristian Graus9-Jun-05 17:27 
GeneralRe: Help with MSN Messenger-like popup Pin
Member 20298019-Jun-05 17:56
Member 20298019-Jun-05 17:56 
GeneralRe: Help with MSN Messenger-like popup Pin
Christian Graus9-Jun-05 17:58
protectorChristian Graus9-Jun-05 17:58 

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.