Click here to Skip to main content
16,009,640 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Project problems. Pin
Colin Angus Mackay10-Jun-05 9:25
Colin Angus Mackay10-Jun-05 9:25 
GeneralToolbar Pin
ADY0079-Jun-05 23:45
ADY0079-Jun-05 23:45 
GeneralRe: Toolbar Pin
Rizwan Bashir9-Jun-05 23:56
Rizwan Bashir9-Jun-05 23:56 
GeneralRe: Toolbar Pin
ADY00710-Jun-05 0:17
ADY00710-Jun-05 0:17 
GeneralRe: Toolbar Pin
Rizwan Bashir10-Jun-05 0:46
Rizwan Bashir10-Jun-05 0:46 
GeneralRe: Toolbar Pin
Jim Matthews10-Jun-05 4:05
Jim Matthews10-Jun-05 4:05 
GeneralPass value to crystal report Pin
LordLothar9-Jun-05 22:30
LordLothar9-Jun-05 22:30 
GeneralRe: Pass value to crystal report Pin
Rizwan Bashir9-Jun-05 22:43
Rizwan Bashir9-Jun-05 22:43 
Make Parameter and pass the values to display..
.. I have copied this code from my project and removed couple of parameters to make it easy. if any line is extra or has not concern it means I for got to delete that...

' note ::: crpt is the crystal report component...

Dim opt As New report1
Dim paramFields As New CrystalDecisions.Shared.ParameterFields()
Dim paramFieldsRoom As New CrystalDecisions.Shared.ParameterField()
Dim paramField As New CrystalDecisions.Shared.ParameterField()
Dim discreteValTotal As New CrystalDecisions.Shared.ParameterDiscreteValue()

paramFieldsTotal.CurrentValues.Add(discreteValTotal)
paramFieldsTotal.ParameterFieldName = "TotalPages"
crpt.ParameterFieldInfo.Add(paramFieldsTotal)
opt.Load()
opt.Refresh()
' if any selection formula
' opt.RecordSelectionFormula = SelectionFormula
crpt.ReportSource = opt
crpt.Show()

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 
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 

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.