Click here to Skip to main content
15,922,166 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to bind multiple tables in a datagrid..? Pin
Balagurunathan S11-Oct-07 23:46
Balagurunathan S11-Oct-07 23:46 
AnswerRe: How to bind multiple tables in a datagrid..? Pin
Vimalsoft(Pty) Ltd12-Oct-07 0:11
professionalVimalsoft(Pty) Ltd12-Oct-07 0:11 
QuestionHow to change to properties in vb.net Pin
VB 8.011-Oct-07 22:41
VB 8.011-Oct-07 22:41 
AnswerRe: How to change to properties in vb.net Pin
Dave Kreskowiak14-Oct-07 2:40
mveDave Kreskowiak14-Oct-07 2:40 
QuestionBinding Source Updation Pin
SekharOne11-Oct-07 21:04
SekharOne11-Oct-07 21:04 
AnswerRe: Binding Source Updation Pin
Dave Kreskowiak12-Oct-07 2:10
mveDave Kreskowiak12-Oct-07 2:10 
Questiondisplaying dynamic image in crystal report [modified] Pin
kiddsx4u11-Oct-07 20:39
kiddsx4u11-Oct-07 20:39 
QuestionPassing parameters to crystl Report at runtime using vb.et Pin
saneng11-Oct-07 20:11
saneng11-Oct-07 20:11 
hello
i m using vb.net 2005 and crystal report 9 the problem is that when i pass the parameters to my report the crystal report viewer that is on another does not show the report my code is below
Dim reportdocument As New ReportDocument
Dim strRptPath As String
strRptPath = "d:\Attendance System\Attendance Reports\TodayAbsRpt.rpt"

reportdocument.Load(strRptPath)
Dim todayval As Long
Dim paramfields As New ParameterFields
Dim paramfield As New ParameterField
Dim paramdisval As New ParameterDiscreteValue
todayval = Me.DTPsdate.Text.Substring(6, 4) & Mid(Me.DTPsdate.Text, 4, 2) & Me.DTPsdate.Text.Substring(0, 2)


paramfield.ParameterFieldName = "DpttNm"

paramdisval.Value = Me.cmbDptt.Text
paramfield.CurrentValues.Add(paramdisval)
paramfields.Add(paramfield)

paramfield = New ParameterField
paramfield.ParameterFieldName = "pDate"
paramdisval.Value = todayval
paramfield.CurrentValues.Add(paramdisval)
paramfields.Add(paramfield)
Dim frm As New FrmRpt(reportdocument)
frm.CrystalReportViewer1.ParameterFieldInfo = paramfields
frm.CrystalReportViewer1.ReportSource = reportdocument

frm.Show()
please help me out ,ur help is highly appreciated

AnswerRe: Passing parameters to crystl Report at runtime using vb.et [modified] Pin
kkb_200111-Oct-07 20:20
kkb_200111-Oct-07 20:20 
QuestionProblem in ODBCPERMISSION (VB .NET) [modified] Pin
kkb_200111-Oct-07 19:42
kkb_200111-Oct-07 19:42 
AnswerRe: Problem in ODBCPERMISSION (VB .NET) Pin
Vimalsoft(Pty) Ltd11-Oct-07 20:20
professionalVimalsoft(Pty) Ltd11-Oct-07 20:20 
QuestionTheory of the WAV Pin
Benny_Lava11-Oct-07 19:07
Benny_Lava11-Oct-07 19:07 
AnswerRe: Theory of the WAV Pin
Guffa11-Oct-07 21:13
Guffa11-Oct-07 21:13 
QuestionCrystalReport and Subreport ? Pin
dcode2511-Oct-07 15:19
dcode2511-Oct-07 15:19 
AnswerRe: CrystalReport and Subreport ? Pin
kkb_200111-Oct-07 20:11
kkb_200111-Oct-07 20:11 
Questioncapture images using webcam Pin
hulk414111-Oct-07 9:23
hulk414111-Oct-07 9:23 
AnswerRe: capture images using webcam Pin
Christian Graus11-Oct-07 10:37
protectorChristian Graus11-Oct-07 10:37 
GeneralRe: capture images using webcam Pin
Dave Kreskowiak11-Oct-07 10:40
mveDave Kreskowiak11-Oct-07 10:40 
AnswerRe: capture images using webcam Pin
Dave Kreskowiak11-Oct-07 10:39
mveDave Kreskowiak11-Oct-07 10:39 
AnswerRe: capture images using webcam Pin
Zia Ul Haq Soofi11-Oct-07 20:01
Zia Ul Haq Soofi11-Oct-07 20:01 
GeneralRe: capture images using webcam Pin
Dave Kreskowiak12-Oct-07 2:06
mveDave Kreskowiak12-Oct-07 2:06 
QuestionHow to run the application on machine without visual studio installed Pin
jyothim11-Oct-07 8:52
jyothim11-Oct-07 8:52 
AnswerRe: How to run the application on machine without visual studio installed Pin
Dave Kreskowiak11-Oct-07 10:11
mveDave Kreskowiak11-Oct-07 10:11 
GeneralRe: How to run the application on machine without visual studio installed Pin
jyothim15-Oct-07 7:00
jyothim15-Oct-07 7:00 
Questioncrystal Pin
twsted f811-Oct-07 7:23
twsted f811-Oct-07 7:23 

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.