Master Detail Report from SQL
Hi
Is there a way to create a report using Master Detail bands from a dataset created using a SQL query
Regards
Bobby
Is there a way to create a report using Master Detail bands from a dataset created using a SQL query
Regards
Bobby
Comments
if one hetrogeneous query returning all data use an orderby clause in the query to get sorting of fields in correct order
and use group headers with conditions ahead of 1 mdband
if your query is not a tdataset descendant then connect the md band to an fruserdatset and write event handlers for onfirst,onnext, oncheckeof events of the
fruserdataset.
regards