开发者

Crystal report (required field validation)

Im using asp.net crystal report(not in crystal report XI)

i ju开发者_StackOverflow社区st create parameter field datatype(string) and add some default values from the table

If user didint select any value and press submit then nothing record(s) has been fetched...

so if user press submit without selecting any record i have to show message to user to select records...(required field validate)

how in crystal report?


Are you strictly relying on CR's parameter prompt, or are you prompting for the parameter yourself on a form you created?

You really should be checking the value the user selects within your ASP.NET code before passing it on to the report. Besides simply checking to see if the user chose something, this way you could check for other problems in the user input before passing the data on to your report.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜