> With forms there is the ability to use a CLS in an On-After-Start EEP. Is > there anything similar that can be done with reports?
They have announced this ability for Reports in upcoming version 7.5. For what it's worth, I find myself increasingly writing code that separates the data generation from the report formatting. I create a temp table with my data, then print the report. This has the advantage of maintaining the data subset for subsequent use (like reprinting the report immediately) and allowing me to do some things with stored procedures that don't work in reports (although fixes are on there way for release 78). You can also surround the PROJECT TEMP statement with a message that the system is Preparing Report Data. . . or something similar. -- Larry
