LupoSolitario
Programmer
Hello.
I have a report containing a subreport;
they contains the same tables, but they aren't linked each other; while report show details, subreport show a summary
grouped by a generic field.
This report should be load in the browser (via RAS) and
I need to pass them a selection formula (tipically a date range), so (finally!) this is the question:
how can I pass a selection formula to the subreport?
With the report, all is fine: I create an HTMLViewer
and assign to .SelectionFormula the string I need.
The matter is the subreport selection formula, because
think it isn't possible to set it via property in the
HTMLViewer.
Any suggest?
Thank in advance
Marco
I have a report containing a subreport;
they contains the same tables, but they aren't linked each other; while report show details, subreport show a summary
grouped by a generic field.
This report should be load in the browser (via RAS) and
I need to pass them a selection formula (tipically a date range), so (finally!) this is the question:
how can I pass a selection formula to the subreport?
With the report, all is fine: I create an HTMLViewer
and assign to .SelectionFormula the string I need.
The matter is the subreport selection formula, because
think it isn't possible to set it via property in the
HTMLViewer.
Any suggest?
Thank in advance
Marco