Narmada Gosula
July 4th, 2001, 08:54 AM
hi,
iam the beginer in vb...will u please tell me that ...how to use EDIT SELECTION FORMULA at run time.
iam the beginer in vb...will u please tell me that ...how to use EDIT SELECTION FORMULA at run time.
|
Click to See Complete Forum and Search --> : help me....it's urgent Narmada Gosula July 4th, 2001, 08:54 AM hi, iam the beginer in vb...will u please tell me that ...how to use EDIT SELECTION FORMULA at run time. pmmbala July 5th, 2001, 03:52 AM Didn't get u the question...pls more clear pmmbala_old July 5th, 2001, 03:52 AM Didn't get u the question...pls more clear Narmada Gosula July 6th, 2001, 12:19 AM thank you for ur response.....any way i got the solution. Actually my question was ... how to give the where condition using RecordSelectionFormula prorperty of report object. solution is: Dim Report As New CrystalReport1 Private Sub Form_Load() Dim x As String CRViewer1.ReportSource = Report x = FORM1.Text1.TEXT Report.RecordSelectionFormula = "{ado.ch_no}=" & Chr(34) & x & Chr(34) CRViewer1.ViewReport End Sub pmmbala July 6th, 2001, 02:21 AM Thanks for the mail.. pmmbala_old July 6th, 2001, 02:21 AM Thanks for the mail.. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |