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