Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report does not print properly
Message
 
 
To
11/11/2002 10:55:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00576486
Message ID:
00721065
Views:
19
Hi James,

It's just a typo. The code should read
REPORT FORM myreport TO FILE (lcTempfile) NOCONSOLE
>Hello, I am trying to apply the code you suggested for the Acrobat 5.0 problems.
>
>lcPfile = "C:\somedir\mypdf.pdf"
>lcTempfile = (FORCEEXT(lcPfile, "tmp"))
>REPORT FORM myreport TO FILE (lcTemlcPfile) NOCONSOLE
>RENAME (JUSTFNAME(lcPfile ) ) TO (lcPfile )
>ERASE (lcTempfile)
>
>My question is on the 3rd line of code. I am not sure if i understand what you are doing here, It appears to be a new variable reference. I would appreciate any clarification and appologize if it is my inexperience.
>
>Thanks
>james Strangeway
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform