Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2 records per page
Message
 
To
24/07/2000 14:54:13
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00396266
Message ID:
00396278
Views:
12
If your report table/cursor has a native order, then you can use recn() for group reference: ceil(recn()/2).

Otherwise recn() will not work. I would use additional report variable like:
lnvar;
value to store: 1
initial value: 1
calculate: count
group header: ceil(lnvar()/2)
Previous
Reply
Map
View

Click here to load this message in the networking platform