Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to retrieve information from the report

Status
Not open for further replies.

medox

Programmer
Joined
Feb 28, 2002
Messages
21
Location
US
Im using CR 8.5 to dinamicaly generate reports for a Web application. Unfortunately there are some situations (parameters selected by the client) that generates a blank report. I'd like to know if there is any way to retrieve information from the report and then, if its blank, display a text message warning that the selected parameters the client selected returned no data.
 
Use a Static Text field to display the message and suppress it if the report has data (e.g., Count({some_field}) > 0)
ixm7@psu.edu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top