Crystal reports has a default limit of 1000 on the number of rows displayed by a parameter list. This is controlled by a registry key. The resolution involves editing the registry and this should only be performed by someone with an appropriate level of knowledge.
To resolve this, please 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.
