Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sequence Number for each Group
Message
From
11/09/2000 08:15:06
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
08/09/2000 07:18:15
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00414032
Message ID:
00414813
Views:
20
Clarissa,

I assume your form will be called by a button on a form.

Add a property to the form called nKounter and a method to the form called AddOneToNKounter.

In the "go" button put:
THISFORM.nKounter = 0
REPORT FORM MyReport .....

In the On Entry of the report put:
MyForm.AddOneToNKounter()

In the report control put:
"Subtotal: " + ALLT(STR(MyForm.nKounter))

or put MyForm.nKounter in it's own control.





>Pls. show me an example of how to create a running sequence number for each group in a report.
>
>Thanks a lot for your help,
Previous
Reply
Map
View

Click here to load this message in the networking platform