If you think that inserting the screen will make a difference, here is how.
Run the following on the system DB:
INSERT Screen VALUES ('CA','Daily Cash Balance Report (Prep)','2061001','S',NULL)
INSERT Screen VALUES ('CA','Bank Rec Report (Prep)','2063001','S',NULL)
INSERT Screen VALUES ('CA','Cash Flow Projection Report (Prep)','2065001','S',NULL)
Then assign rights to these new screens
Or for Ver 8 may need this update
INSERT Screen VALUES ('N','CA','Daily Cash Balance Report (Prep)','2061001','S',NULL)
INSERT Screen VALUES ('N','CA','Bank Rec Report (Prep)','2063001','S',NULL)
INSERT Screen VALUES ('N','CA','Cash Flow Projection Report (Prep)','2065001','S',NULL)
This is bug 14642