Hi,
Is it possible now with servoy 3.5.9 to show a printpreview of a form in dialog ??, as I have tried with no luck at all.
Hi,
Is it possible now with servoy 3.5.9 to show a printpreview of a form in dialog ??, as I have tried with no luck at all.
Hi,
any news on this question ??
Hi Phil
There was a post on this a few weeks back
Basically you create a global method that is called “onShow” of a form. The method determines if the form is in a dialog and if so go into “print preview”. have played around with it and works well. the only limitaiton i can find is that the close button doesn’t work, you have to use the close window widget.
Ok,
Thanks Rod, I will have a look.