M
Martin
I have encountered a bug in print preview:
In my program, data for printing is taken from arrays. When print preview is
invoked or page is printed directly, it is ok, but when user prints from
print preview, any data that was in array is not draw, so only thing printed
is header and footer.
Arrays with data are in the same scope as variables holding header and
footer data.
They do not loose data and they are not reset as I can access them after
print preview.
What could this be?
In my program, data for printing is taken from arrays. When print preview is
invoked or page is printed directly, it is ok, but when user prints from
print preview, any data that was in array is not draw, so only thing printed
is header and footer.
Arrays with data are in the same scope as variables holding header and
footer data.
They do not loose data and they are not reset as I can access them after
print preview.
What could this be?