print preview in separate window
Posted: Sat Jul 05, 2014 4:41 am
I have successfully implemented a TRVPrintPreview on the same form as a TRichView. What I want to do is have a modal dialog (separate from the main form that contains the TRichView) that the user invokes which contains the preview. I've tried (unsuccessfully) to pass the TRichView instance to the modal dialog that contains TRVPrint and TRVPrintPreview components. I do the usual but nothing appears.
Where am I going wrong?
Where am I going wrong?