Data Access Worldwide Knowledge Base

Article ID 2263
Article Title HOWTO: Suppress the print status dialog in a Crystal RDC implementation
Article URL http://www.dataaccess.com/kbasepublic/KBPrint.asp?ArticleID=2263
KBase Category VDF11
Date Created 11/23/2006
Last Edit Date 11/28/2006


Article Text
QUESTION:
When you print a Crystal report from a Visual DataFlex application directly to the printer a small dialog pops up to show you the print progress information. I do not want to have that dialog displayed. What should I do?

ANSWER:
You can set the property ComDisplayProgressDialog to false to avoid that the dialog appears. You can do this in the OnInitializeReport procedure:

Procedure OnInitializeReport Handle hoReport
    Set ComDisplayProgressDialog Of hoReport To False




Contributed By:
Vincent Oorsprong
Company: Data Access Worldwide
email: vincent.oorsprong@dataaccess.eu
Web Site: http://www.dataaccess.eu


Email this Article
Email this Article to a Colleague
Send Feedback on this Article to Data Access Worldwide
Copyright ©2010 Data Access Corporation. All rights reserved.

The information provided in the Data Access Technical Knowledge Base is provided "as is" without warranty of any kind. Data Access Corporation disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Data Access Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Data Access Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.