Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basic many to many report
Message
De
30/11/1997 19:50:53
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00061445
Message ID:
00062973
Vues:
47
>>select * from things ; >> where thing in (select dist thing from thingdocs where doc=mydoc) ; >> into curs temp order by thing >>....depending on which one you want. You need only two parameters to the >>routine doing this select - one to choose things on doc or doc on >>things, another to supply mydoc or mything. >Sorry it took me so long to reply. They're making me program in Access. We may found a Fox Lib or any other movement to defend Fox programmers against this kind of torture. Does your boss have all of his chips neatly laid into their sockets, or there may be some badly connected ones? >How do I apply the above SELECT so that I have a report of all the things >for each document, or vice versa? Ed says I should use a cursor, not a >view, to avoid overhead. How does the mything or mydoc parameter get >incremented for each thing or doc in the report? I'm scratching my head for three minutes now... took me that long to get the idea. The select I wrote works for one doc, but for listing more of them we'd really have to select from thingdocs, ordered by doc,thing, and have relations into both docs and things, then report from it grouped on docs with things in detail band (or vice versa, search/replace doc--thing). I also avoid relations in data entry forms, but for reporting they come quite handy. The usual scenario for my reporting routine is to issue some short form for parameters entry (ask for date range and maybe some other stuff), do a SQL select based on these parameters, set relations from the resulting cursor into lookup tables and run the report. I close all tables after that, so none of the relations remains. In VFP all of this code may go into report's DE.init, but then I sometimes have the parameter entry form where it's possible to choose between several report layouts, various levels of subtotalling, order of the resulting cursor etc, so I set it all up in a routine which calls the form, runs the resulting SQL, and then it runs one of the reports.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform