Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone used Win2PDF print driver???
Message
 
To
06/06/2002 17:01:11
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00665690
Message ID:
00714152
Views:
21
Hi Matt,

You might try something like:
Set Delete On
userno="7"
mdatadrv = "c:\vfp7\data\001\"
Store Trim(mdatadrv-'RPT'-(muserno))-'.prg' To spool
If File (spool)
    Delete File (spool)
Endif

Set Console Off

the_path=Sys(5)+Sys(2003)

If .Not. Empty(Thisform.the_db)
    Select (Thisform.the_db)
Endif

Report Form (Thisform.printrpt) Noeject Noconsole To Printer Prompt

Cd (the_path)
Leland F. Jackson, CPA
Software - Master (TM)
smvfp@mail.smvfp.com
Software Master TM
Previous
Reply
Map
View

Click here to load this message in the networking platform