If you do a the following method:
controller.showPrintPreview(true)
than you’ve got a Printpreview of the current record. So far so good.
if you do after that, the following method:
controller.showPrintPreview(false)
or
controller.showPrintPreview()
you’ve still got a PrintPreview of the current record. This is not good! It has to return the currentfoundset again
I think the function: controller.Print, has the same problems.
Can this be fixed?