1

Is there a stackoverflow forum, which could answer Crystal Reports 2011 queries?

I'm looking for instructions on how to clear the Recently Used Reports list on the first page.

Thank you.

Ryan
  • 7,212
  • 1
  • 17
  • 30
Mark
  • 7,778
  • 24
  • 89
  • 147

1 Answers1

3

Yes this is the right place to ask.

You can clear the recent files using regedit.

Navigate to HKEY_CURRENT_USER\Software\Business Objects\{version}\Crystal Reports\Recent Files and change the FileCount value to 0.

It's a bit fiddley but you could create a .reg file to do this with a double click.

bendataclear
  • 3,802
  • 3
  • 32
  • 51
  • For Crystal Reports 2011 (14.0.x), the `FileCount` key is in `HKEY_CURRENT_USER\Software\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\Recent Files` – Aaroninus Apr 16 '15 at 15:40