Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WWWC: showing a cursor with grouping and paging
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
WWWC: showing a cursor with grouping and paging
Miscellaneous
Thread ID:
00220443
Message ID:
00220443
Views:
55
I want to put as much as I can into my WWWC-based demo so the client will be persuaded to buy WWWC. I figured out manual paging using .SetSession(). Now I need to combine that concept with grouping. I need to find the most efficient way to cruise my tables and print first a group header (probably with .SendLn()) and then all its children (in some sort of HTML table). I can identify pages in a cursor by comparing RECNO() of a cursor with _TALLY/SomeNumberOfRecordsPerPage. That cursor would have already joined the parent and child tables. But, when making successive group headers and child HTML tables, it would be easier to work with the parent and child tables separately.

If you've worked on this problem already, perhaps you can give me a head start. Thank you.
Next
Reply
Map
View

Click here to load this message in the networking platform