Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing a Report without Data
Message
From
01/05/1998 15:25:51
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00096371
Message ID:
00096379
Views:
17
>I am using a Select Statement for a report, Sometime there is no data to select so I have an empty cursor. I would still like the report to print even though their isn't any data in the cursor, all I get now is a blank page, I would like to have all my footers layout print. Is this possible, or do I just not get it (don't respond to that) :)
>Thanks
>Jon

Hi, Jon
Select ... Into Cursor curRpt Nofilter
Use (dbf()) in 0 again alias curNewrpt
Select curNewrpt
If _TALLY=0
 Insert Into curNewrpt Values()  && add empty record into the cursor
Endif
Report Form ....
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform