Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a report on the fly
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00522647
Message ID:
00522731
Vues:
11
Oh this is cool, Thank u

Mathias

>>Hi all,
>>
>>I have a requirement that am certain to be familiar to someone here.
>>
>>I would like to create a report on the fly based on fields in an alias. So if i create a cursor with fields cFirstName, cLastName and dDateOfBirth, based on this cursor a basic columnar listing report with the 3 columns in the detail band with be created.
>>
>>Any ideas, source code, a class somewhere or any tips will be helpful.
>>
>>Thank you
>>
>>Mathias
>
>
>
>********************************************************************
>*  Description.......: TableMaint.PrintM
>*  Calling Samples...: 
>*  Parameter List....: 
>*  Created by........:  
>*  Modified by.......: Nadya Nosonovsky 06/06/2000 12:51:08 PM
>********************************************************************
>local lcReportName
>lcReportName='Reports\TableMaint'
>set safety off
>set notify off
>select TableMstr
>create report (lcReportName) from alias() column
>dodefault()
>
>Code idea was provided by Cetin Basoz (if I recall correctly).
Mathias Banda

Time is longer than a rope.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform