|
-
July 4th, 2001, 08:54 AM
#1
help me....it's urgent
hi,
iam the beginer in vb...will u please tell me that ...how to use EDIT SELECTION FORMULA at run time.
-
July 5th, 2001, 03:52 AM
#2
Re: help me....it's urgent
Didn't get u the question...pls more clear
-
July 6th, 2001, 12:19 AM
#3
Re: help me....it's urgent
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
-
July 6th, 2001, 02:21 AM
#4
Re: help me....it's urgent
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|