Why not give them the menu option to print their report, then give them the option within that menu option to choose destination?<br><br>Hit F5 on the menu line to create a batch file and put something like this in:<br><br>
@echo off<br>cls<br>echo.<br>echo.<br>echo.<br>echo.<br>echo.<br>echo                        A. Print Report To Printer<br>echo.<br>echo                        B. Print Report To PDF<br>echo.<br>echo.                       X. EXIT<br>
echo.<br>echo.<br>choice /c:ABX<br>if errorlevel 3 goto end<br>if errorlevel 2 goto PDF<br><br><br>\fp\dreport your_file -f report_prt -u -a -v report_sel  ..............<br><br>goto end<br><br>:PDF<br><br>\fp\dreport your_file -f report_pdf -v report_sel  ..............<br>
<br>goto end<br><br>:end<br><br><div class="gmail_quote">On Tue, Apr 17, 2012 at 6:39 PM, Richard Hane <span dir="ltr">&lt;<a href="mailto:yoresoft@sbcglobal.net">yoresoft@sbcglobal.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Good afternoon list,<br>
 <br>
Is it just me or has activity just died?<br>
 <br>
Anyway, my question.<br>
 <br>
First our system, 4 server Win 2003 using fpodbc and Print Wizard.<br>
 <br>
I have 2 users that sometime print report to their printer and then again would rather print to a pdf.  We use Print Wizard.<br>
 <br>
In the past I set up 2 batch files, one for each operation.  I also have set up 2 copies of each report; 1 with the pdf defintion and 1 with the users HP printer type.<br>
 <br>
My question is if use only 1 batch file but on the menu line defined a script (F5) and added the Print Wizard pfpostprint as seen below, run the rreport then added another pfpostprint to set the state back to printer; would that work?<br>

 <br>
I probably would have to set pfprinter 2 times as well.<br>
 <br>
set pfpostprint=C:\Program Files\Rasmussen Software, Inc\Print Wizard 4\printwiz /fpDF://V:\rickpdf\<br>
 <br>
Thank in advance,<br>
Rick Hane<br>
Controller<br>
Deluxe Stitcher Company Inc<br>
ISP Stitching Products<br>
<a href="http://www.deluxestitcher.com" target="_blank">www.deluxestitcher.com</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20120417/dddc5234/attachment.html" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20120417/dddc5234/attachment.html</a><br>

_______________________________________________<br>
Filepro-list mailing list<br>
<a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
Subscribe/Unsubscribe/Subscription Changes<br>
<a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
</blockquote></div><br>