Dan: One of the 7.6 upgrade versions changed the behavior to do this. Rather than not printing, it puts up a blank page. This happened to me at several of my clients. I believe (not sure) that a later version reverted the behavior back to the way it was (which is what I prefer). Maybe someone can fill in on which versions those are? Which version are you on? If you don't want to upgrade, you will have to change your code to check for the existence of data using a " select count(*) into ... " first before you do the print. There's no setting you can set to change this behavior if you stay on that version.
Karen > Hi folks, > Hopefully this is a simple overlook on my part. Recently when > someone clicks on one of my print buttons (many different reports are > doing this) they get a blank report. > > Print somereport where this data = something > > Before when the something didn't exist, the report wouldn't print, > and everyone was happy. Now it actually opens the report with a > totally blank page you have to close. Did I change a system setting > somewhere that would make this happen? > > Dan >

