Results 1 to 2 of 2

Thread: Report now showing data???

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Report now showing data???

    I have a crystal report (version XI) that is not reporting the data. I've verified the data and there should be 5 records. I'm new to version XI and quite frankly not real good at CR period. I'm trying to control the report thru VB.Net. The report shows up ok, there's just no data. I created my selection formula in my app. Here it is:

    VB Code:
    1. crDOC.RecordSelectionFormula = "{tblBatchDetail.terminalNumber}='" & mTerminal & "' And " & _
    2.                                            "{tblBatchDetail.terminalName}='" & mSupplier & "' And" & _
    3.                                            "{tblBatchDetail.rowID}='" & mRowID & "'"

    I'm not sure if I don't have something set right in the report itself. It's just my lack of knowledge for this version.

    Thanks,
    Last edited by blakemckenna; Feb 14th, 2007 at 10:26 AM.
    Blake

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Report now showing data???

    Anyone have any ideas on this???
    Blake

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