Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
REport to email
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00396496
Message ID:
00396591
Vues:
10
I've tried this one before.But you can not add a nice layout to your report.
But the program 'Letter' (from the files-section )helped me a lot.
I'm writing a rtf -file from a template.
example.
**
This is a rtf-document
#date()#
#rtftable#
end of the document
***

When I wan't to use a table in my template I loop the table and fill the variabel rtftabel like this.
rtftable="\par"
do while .not. eof()
rtftable=rtftable+fieldfromtable+"\par"
enddo

Will this get me in to problems, Everything looks fine after a few tests ????
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform