Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Superscripts
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00795529
Message ID:
00795595
Vues:
9
>Hi All,
>
>Would anybody be able to please advise me if there is a way of including numerical superscripts in a report text field that would refer to a 'reference' at the end of the report?
>
>Regards...Rex

There are a couple of ways to approach this. One way is to build a cursor that has a bunch of records with your data, followed by a bunch of records for the "references". You would need an extra field called TYPE that you can set the data records to "1" and the references to "2". Sort the records on this field and then you can use a Data Group in the report to break on this type and a bunch of PRINT WHEN expressions on all the fields you are printing to decide whether to print the "1" or the "2" records.

Another way is to build an array .. or a string with CR/LF .. for each reference and then print the string or the array in the Summary band.

Cathy
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform