Limit of the size of lists for customer parameters in crystal

时光怂恿深爱的人放手 提交于 2020-01-06 16:19:24

问题


Customer list cannot be bigger than 1000 items in crystal report.

Any way of getting round this with changing registry setting below ?

To display more than the default 5 pages (or 1000 rows) add the following key to the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\DatabaseOptions\LOV

Then add the following String Value:

MaxRowsetRecords

Set MaxRowsetRecords to the desired value. As far as I can tell there is not a value that can be used to allow an unlimited number but it will allow more than what I currently have a need for. Hopefully that helps others searching for this wonderfully undocumented feature.


回答1:


This registry change setting works and is the solution for this .



来源:https://stackoverflow.com/questions/17806995/limit-of-the-size-of-lists-for-customer-parameters-in-crystal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!