Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
REport to email
Message
From
25/07/2000 11:07:43
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00396496
Message ID:
00396591
Views:
11
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 ????
Previous
Reply
Map
View

Click here to load this message in the networking platform