Crystal Reports - “The report you requested requires further information”

前端 未结 9 1570
梦如初夏
梦如初夏 2021-01-07 08:34

I have some Crystal Reports that were created using Crystal (external to Visual Studio) and are now loaded in the VS project. Before the report is previewed I set up the rep

9条回答
  •  暖寄归人
    2021-01-07 08:49

    The future is nigh but Crystal Reports persists.

    I was receiving this "error" from our crystal reports viewer. My problem was a dynamically generated query that was being created with consecutive ORs. The invalid SQL somehow elevated this "The report you requested requires further information" dialog box.

    I fixed the query generation logic and do not see the dialog box anymore.

提交回复
热议问题