Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Passing report definition to DLL

edited October 2004 in General
I'm trying to consolidate some code and would like to pass report(s)
to a dll which will print the report and then do some general cleanup.

However, when I try the following:

function Print_Report(the_report : tppreport) : boolean; stdcall;
external ...dll

call print_report(some_report) I get an access error.

1st is it possible to have an dll print reports defined outside of the
dll?

2nd if so do I also need to pass the pipeline etc?

Thanks

Craig
This discussion has been closed.