At 10:09 AM 12/17/2013, Ajay Sanghvi wrote:

I need to be able to close a report preview window after displaying
it for a specified amount of time. Any idea how I can do this? I
tried using the following code in After generate EEP with no luck.

PAUSE FOR 10 USING 'Report will close in 60 seconds'
PROPERTY REPORT CANCEL 'TRUE'
RETURN

Ajay,

The PROPERTY REPORT CANCEL 'TRUE' is intended to Cancel/Abort the
the PRINT process "before" generating/printing the report and must
be added to reports' "On Before Generate" EEP.

This is a cool feature if you need to validate certain parameters
and/or conditions "before" printing the report/label.

A typical example to use such option is illustrated in the RBG95
2013 SAT Sample Applications.

Report: ConditionalChkBox
Code..: On Before Generate EEP

In your specific case, there is no PROPERTY to close the report
viewer once the report is generated.

Hope that helps!

Please feel free to reach out to me with any questions.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--
30+ years of continuous innovation!
15 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to