Results 1 to 3 of 3

Thread: Crystal reports

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    auburn,al,usa
    Posts
    4

    Post

    please need help.....

    Private Sub Command_Click()
    CrystalReport.ReportFileName ="c:\Student.rpt"
    CrystalReport.SelectionFormula = "{qdefCredOIAPRep.ExpiryDate}= 1/11/00 "
    CrystalReport.Action = 1
    End Sub

    I am getting an error saying incorrect selection formula...please help me out..
    sunny

  2. #2
    Lively Member
    Join Date
    Aug 1999
    Location
    Blackpool, England
    Posts
    87

    Post

    The format of the date may be incorrect try 11/11/1111 not just 1/11/11

  3. #3
    New Member
    Join Date
    Nov 1999
    Posts
    10

    Post

    I think the format is in (YYYY,mm,dd)in using a crystal report.

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