Ha! Got it solved.
All I need to do is the same check in the wrapper as the base class.
There appears to be a strange effect if there is only on real parameter
and it is already a Variant[]. So I just check for that instance in the
wrapper class and call the base DBRead directly using Param[0].
N
2011/12/10 Bill-Lancaster :
>
> First, the report example doesn't work for me - it just hangs.
>
> I want to print information onto a pre-printed form (one A4 sheet) so there
> would be a number of fields in specific positions on the page.
>
> Building a new project using the same components as the
First, the report example doesn't work for me - it just hangs.
I want to print information onto a pre-printed form (one A4 sheet) so there
would be a number of fields in specific positions on the page.
Building a new project using the same components as the example I can get a
form to print OK b