At 08:07 AM 11/11/2009, Ajay Sanghvi wrote:
Can someone help me with the PROPERTY command to abort a report from within the "before generate or before preview" EEP
Ajay, Here's how: Using R:BASE eXtreme 9.0 (32/64), use the following command as "Before Generate ..." EEP to abort a report. PROPERTY REPORT CANCEL 'TRUE' RETURN For a sample application to demonstrate the use of this new PROPERTY and more, take a look at 2009 SAT Sample Applications. Folder: C:\RBTI\2009_RBG90_SAT\ManagementTools\ Database: MgmtTool Report: ManagementReport Command File: ManagementTools.DAT Sample Applications: http://www.RUpdates.com/SAT2009_RBG9 Have fun! Very Best R:egards, Razzak.

