Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WWWC: showing a cursor with grouping and paging
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
WWWC: showing a cursor with grouping and paging
Divers
Thread ID:
00220443
Message ID:
00220443
Vues:
54
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform