Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keep the report open without any record returned!
Message
From
31/03/2000 01:06:11
 
 
To
30/03/2000 17:28:55
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00352954
Message ID:
00353155
Views:
17
After the code runs to build the table that feeds the report, just verfiy that records exist.

IF RECCOUNT() = 0
MESSAGEBOX([No records found.])
ELSE
REPORT FORM myreport PREVIEW
ENDIF

Dave

>Hello all,
>
> My question is how to get into the report when there is no record to be returned. When I preview the report, it flashs very fast then closes without any performance.
> Is there any way that I can display a message which notices that there is no record there, or keep the report open even all fields are blank?
> Any susgession would be appreciated!
> Diane.
Previous
Reply
Map
View

Click here to load this message in the networking platform