L longcar Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-18 #1 qr3.6.2 如果在QuickRep1Preview事件中寫一點代碼 quickreport1.preview 就不能顯示預覽窗口.謝謝
Q Qiuliang Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-18 #2 Preview 过程的源代码如下: if assigned(FOnPreviewEvent) then try FOnPreviewEvent(Self) finally end else with GlobalPreviewInterface.Create(nil)do try PreviewControl := Show(Self) finally Free; end; 所以,设置了 OnPreview 事件后就不会执行标准的预览窗口了。
Preview 过程的源代码如下: if assigned(FOnPreviewEvent) then try FOnPreviewEvent(Self) finally end else with GlobalPreviewInterface.Create(nil)do try PreviewControl := Show(Self) finally Free; end; 所以,设置了 OnPreview 事件后就不会执行标准的预览窗口了。
C coolzew Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-18 #3 tks qiuliang 兄﹐我原來還以為是QR的一個bug,學了點東西﹐開心。 ^_^ good luck