Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease 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!
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 November 21, 2024, 6:30 am This article has been viewed 35203 times.
|
|