Click here to Skip to main content
16,023,339 members

Comments by Raf-Reyes (Top 3 by date)

Raf-Reyes 25-Jul-23 22:45pm View    
Okay let me rephrase my question. I have a Main report(BILLINGRBatch.rpt) that have a table with column selected,customername,payFilter,dateFilter and the value of that comes from the parameter insertquery.
Now in my sub report(BILLINGR.rpt) I have a parameter selected,customer,dateFilter,payFilter I already link this parameter to the columns in Main report.
My problem is there's no displaying values in my sub report but when in main report I can see the values of my insertquery its displaying. Do you think I my sub report is not connected to main report? but I already linked it.
And my other problem is "Enter parameter value" dialog showing and asking insertquery value, but I have a value and its display in my Main report.? sorry if my english is bad hope you undestand what I'm trying to say. Thanks
Raf-Reyes 25-Jul-23 21:04pm View    
I think my problem is in the setParametervalue of my insertquery. my strSelect have a value but when I put to SetParameterValue I think no value is setting? thats why its crystal report is asking a value. idk how to pass the value of strSelect to parameter insertquery in crystal report.
Raf-Reyes 25-Jul-23 20:14pm View    
hello, sorry I forgot to put the report_Batch as my Crystal report. setting may parameters is incorrect? @OriginalGriff