Hi all,
I have a problem in integrating forms and reports.
I have a query based on some parameters that are given in runtime. And I
have to generate a report based on these conditions.
So I created a recorde group by CREATE_GROUP_FROM_QUERY(name, query);
And I invoked reports by RUN_PRODUCT(.....). I have taken care of the rest
of the syntax by taking care of the rest by looking at the help on
run_product call.
My Question is:
I have the same format of columns and datatype as the report Query
in the query i created in create group. And still I do not get the
results desired in the record_group query. I t always gives me the
results of the report.
Can you please help.
Another thing, can I create an interface form in reports at all so that i
do not have to use forms...
Also please tell me how to get the data in the record group into the
report...
Thank you very much.