Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RECCOUNT()
Message
 
To
19/04/2001 12:36:51
David Brunelle
Université de Sherbrooke
Sherbrooke, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00497365
Message ID:
00497372
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
The only way to get the number of records is to do a COUNT command. RECCOUNT() returns the total physical records in the file, ignoring filters and counting deleted records.

Personally, I don't use the DataEnvironment of a report, but instead prepare my data before the REPORT FORM command, and if I know beforehand (by doing a LOCATE and checking EOF()) that there is no data to print, I bring up a dialog saying so and simply don't run the report.

--Brad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform