ok, I understand. In webclient it is difficult to manage the print out of (for ex.) invoices, because I have no application.isLastPrintPreviewPrinted() function.
To create a new form instance when displaying the form in dialog seems to be easy, but in my solution it works only one times. When I close the form in dialog it will not reopen again, because the function application.createNewFormInstance(‘orders_dialog’,‘dialog_view’) return false. I think that will say that the instance already exists or? I took and modified the sample code. How can I fix that?
Thomas