tanman1975
MIS
hi, i have a subreport generated in a VB6 program for which I have to change the datasource. With it's parent report I changed the SQLQueryString, however when I tried the same method with the subreport:
Report.Subreport1.OpenSubreport.SQLQueryString = "blah blah blah..."
the program pops up a dialog box asking for parameter values (for linking with the main report).
Is there a better way to update the subreport's datasource and not deal with the parameter dialog?
Thanks
Report.Subreport1.OpenSubreport.SQLQueryString = "blah blah blah..."
the program pops up a dialog box asking for parameter values (for linking with the main report).
Is there a better way to update the subreport's datasource and not deal with the parameter dialog?
Thanks