KoenPiller
Programmer
Hi,
Consider following statement in myMenu Printing Bar
This works fine as expected
Now in MyForm btnPrinting Click Event
REPO FORM myReport NOCONSOLE TO PRINTER PROMPT PREVIEW
And only the preview flashes.
In case I change and delete the prompt preview parameter in Menu the report is printed instantly, in MyForm etc I will get just a blank page.
Needles to say that in both cases the myTable recount()>0
Anybody who could give me a clue to this basic error where to look for the error?
Thanks,
Koen
Consider following statement in myMenu Printing Bar
Code:
REPO FORM myReport NOCONSOLE TO PRINTER PROMPT PREVIEW
Now in MyForm btnPrinting Click Event
REPO FORM myReport NOCONSOLE TO PRINTER PROMPT PREVIEW
And only the preview flashes.
In case I change and delete the prompt preview parameter in Menu the report is printed instantly, in MyForm etc I will get just a blank page.
Needles to say that in both cases the myTable recount()>0
Anybody who could give me a clue to this basic error where to look for the error?
Thanks,
Koen