|
-
Jun 15th, 2005, 03:28 AM
#1
Thread Starter
New Member
Crystal report help plz
i have a code like :
Dim SelectFormula As String
SelectFormula = "{TABLE.FIELD1}='" & cmbName.Text & "' OR {TABLE.FIELD2}= '" & cmbName.Text & "' OR {TABLE.FIELD3}='" & cmbName.Text & "'"
CrystalReportViewer1.SelectionFormula = SelectFormula CrystalReportViewer1.ReportSource = CR
CrystalReportViewer1.Refresh()
CrystalReportViewer1.Visible = True
it brings data for the first two fields(field1 and field2) but not the third one.
can anyone help me?
-
Jun 22nd, 2005, 06:24 AM
#2
New Member
Re: Crystal report help plz
I have same problem first two column criteria is running but more than two criteria isn't working do you solve this problem I think taht that is bug
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
|