Results 1 to 2 of 2

Thread: Crystal report help plz

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    1

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

  2. #2
    New Member
    Join Date
    Jun 2005
    Posts
    1

    Unhappy 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
  •  



Click Here to Expand Forum to Full Width