Friends
I use RR to produce print previews, based on a single TRVSystem (setting Modal to false, and redirecting the onPrint function to produce each preview, picking up and using the TBasereport.
It works well, but I need to ensure that all modeless report windows are shut on program close in order to avoid exceptions.
Do I need to locate/enumerate the report windows in order to close them?