` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please add your comments to this article. Please note that you must provide both a name and a valid email address in order for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Skipping Print Preview dynamically at runtime
1998-05-29 -- Russ Eggen
 
This is actually pretty straightforward in ABC. In the ThisWindow.AskPreview in the first available embed point, simply add this little gem: If UserNotWantPreview THEN SELF.SkipPreview = True. The variable to control this would have to be defined by you and user accessible. In 2003 it was a bit trickier. In the Before Print Preview embed: IF UserNotWantPreview ENDPAGE(Report) Report{Prop:FlushPreview} = True LocalResponse = RequestCancelled END


Today is April 29, 2024, 5:01 am
This article has been viewed 35114 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: