PDA

Click to See Complete Forum and Search --> : Report now showing data???


blakemckenna
Feb 13th, 2007, 05:52 PM
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:


crDOC.RecordSelectionFormula = "{tblBatchDetail.terminalNumber}='" & mTerminal & "' And " & _
"{tblBatchDetail.terminalName}='" & mSupplier & "' And" & _
"{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,

blakemckenna
Feb 14th, 2007, 09:26 AM
Anyone have any ideas on this???