Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function call in frx
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00406260
Message ID:
00406336
Views:
22
I did that from your previous response. I'll give you an example of whats happening:

GROUP HEADER BAND
Acct# 201 John Doe


DETAIL BAND
Invoice# 1000 1.00
Invoice# 1001 1.00
Invoice# 1002 1.00


GROUP FOOTER BAND
Acct Balance 3.00

The account balance value comes from a variable(nCusBalance) set up in the report variables. The value of the variable is a call to the calculate balance function. It is set to reset at the end of the group.


SUMMARY
Total Balance 9.00

The total balance value comes from another variable(nTotCusBalance) set up in the report variables. The value of this variable is nCusBalance. The calculation is sum. And is set to reset at the end of the report.

Notice that the total balance is the total balance multiplied by the number of detail records.

Any Ideas?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform