Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creation of a PDF file using the Report Writer
Message
 
 
To
12/08/2001 09:24:51
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00542392
Message ID:
00542756
Views:
21
Here the basic code to do that
USE Myreport.FRX
GO TOP     && Only necessary if you browse table after oppenning 
REPLACE  ;
    ReportFRX.TAG  WITH "", ;
    ReportFRX.TAG2 WITH ""
MODIFY MEMO expr
USE IN ReportFRX
I recomend that you to get book "1001 Things You Always Wanted to Know..." http://www.hentzenwerke.com/catalogavailability/kilofox.htm. An automated solution to this problem is discussed in the Project Hooks chapter under a section called "How to remove the printer information from VFP reports" on page 497. You'll also find answers for hundreds other "How to" questions.

>Sergey:
>
>Again thanks for such good assistance. FAQ 552 seems to answer what is going on. I am again pleading newbie in VFP. How do I get to access Tag and Tag2 or the three lines from Expr filed in in FRX?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform