Crystal Reports has a default limit of 1,000 rows in a parameter list. This is controlled by a registry key. Only someone with the appropriate level of knowledge should edit the registry. Follow these steps on the server that runs the Crystal report:
Click Windows Start.
Type regedit.exe.
Click regedit to open it.
Find the registry key:
32 bit: HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\[your Crystal version]\Crystal ReportsDatabase Options\LOV 64 bit: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Business Objects\[your Crystal version]\Crystal ReportsDatabase Options\LOV
If the key LOV does not exist, add it.
Add a new string called MaxRowsetRecords.
Modify the string value to 10000 (must be higher than the number of rows in your list).
Restart the application pool serving the crystal reports.
