Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show unless at the end of reports
Message
 
 
To
30/08/2004 09:16:01
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00937367
Message ID:
00943747
Views:
16
---
Keep in mind that your example below will only work when the records are not processed in any index order.
---


It also will not work if your scope is not the full cursor or report... And neither will i>=reccount().

but this is easy to handle...

Here's a good way to do it that also takes care of the index/order problem:
lcScope = "ALL" && or "NEXT 1 " or "WHILE Whatever" etc...

COUNT &lcScope TO iTotal
REPORT FORM &lcScope

* now the report expression uses i>=iTotal
In 9, you don't need to do this <g>. You can use ReportListener.CommandClauses.RecordTotal to get the right answer...

>L<
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform