Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Message when No Records Found??
Message
From
28/07/2003 22:03:55
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00814175
Message ID:
00814402
Views:
12
Terry,

You can use .ReadRecords and .PrintingStatus.NumberOfRecordSelected.
example:

oCrReport.ReadRecords()
if oCrReport.PrintingStatus.NumberOfRecordSelected = 0
*/ put your message here
endif

Rene



Hello,

I am using VFP8 with SQL as a backend. I am calling a report viewer for Crystal 9 from within Visual FoxPro.

I have several reports and call each report from a button on a form. Some reports are for adults and others are for juveniles.

At times, there are no juvenile records on which to report.

When there are no juvenile records, is there a messagebox from within Crystal 9, that will come up and advise there are no records to view?
Previous
Reply
Map
View

Click here to load this message in the networking platform