` Skipping Print Preview dynamically at runtime (Russ Eggen ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

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 28, 2024, 1:04 am
This article has been viewed 35113 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: