Hi, I have an application in Visual Basic 6.0. This calls Crystal Reports 8.0 reports through The Crystal Reports Designer Component 8.0. Once a report is printed (by use of the print button on the designer component), its status in the oracle database must be changed. So, when a report is selected to be printed, I 'm going to change the status in the database via an SQL-statement in VB. But, the big problem is: how do I know that the report is really printed on paper. Is there an any event or special value which I can use? Thanks very much!