trichview.support
Printing from PrintPreview |
Author |
Message |
Anderson Wilson |
Posted: 06/06/2005 22:29:00 Hi, procedure TfrmMD.PrintBtnClick(Sender: TObject); begin rvActionsResource.rvActionPrint1.ExecuteTarget(RichViewEdit1); end; procedure TfrmMD.PrintPreviewBtnClick(Sender: TObject); begin rvActionsResource.rvActionPrintPreview1.ActionPrint := rvActionsResource.rvActionPrint1; rvActionsResource.rvActionPrintPreview1.ExecuteTarget(RichViewEdit1); end; When PrintBtnClick is called, it shows the Print Dialog and the document is printed. No problems here. When PrintPreviewBtnClick is called, it shows the preview of the document ok, but when I click on the printer button at TfrmRVPreview the PrintDialog does not show, although ActionPrint is assigned. When I debug RichViewActions procedure TrvActionPrintPreview.ExecuteTarget(Target: TObject); begin AActionPrint := GetActionPrint; GetActionPrint returns nil!!!! Please, could you tell me what am I doing wrong? Thanks Anderson |
Powered by ABC Amber Outlook Express Converter