Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New Page for every New Group
Message
De
31/05/1999 17:28:13
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
31/05/1999 17:27:16
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00224521
Message ID:
00224762
Vues:
14
Sorry, forgot to copy Coann.

>There is nice documentation on
>
>http://www.eps-software.com/ They will ask for your email address, etc.
>
>Look in the knowledge base for frx structure. The url of the article is
>http://www.eps-software.com/isapi/eps.dll?KnowledgeBase~DisplayKBDocument~9
>
>Here's some code I use. On the main report I want one page per division. On the summary report I want all of the divisions on one page.
>
>SET SAFETY OFF
> SELECT 0
> USE ".\Ver01\Reports\Outpatient Visit Volumes.frx"
> COPY TO ".\Temp\Outpatient Visit Volumes.frx"
> USE ".\Temp\Outpatient Visit Volumes.frx"
> REPLACE PageBreak WITH .F., ResetPage WITH .F. ;
> FOR ObjType = 9 AND ObjCode = 3 AND EXPR = "Division"
> USE
> SET SAFETY ON
>
> SELECT AllVolume
> m.SummaryOnly = .T.
> cPrintOrPrev = "SUMMARY PREVIEW"
> REPORT FORMAT ".\Temp\Outpatient Visit Volumes.frx" &cPrintOrPrev
>
>
>Hope this helps.
>
>
>>>MIND TO TECH ME HOW?
>>
>>Make one report of each style, opend the 2 as DBF's and check the changes row by row and column by column.
>>
>>José
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform