ProFox List Statistics for June 2021

2021-07-01 Thread List Administrator Account
== ProFox List Statistics June 2021 == Subscriber Count at End of Month: ProFox: 296 ProFoxTech: 183 == Total Posts: 86 (U

Pringing PDFs via ShellExecute from VFP

2021-07-01 Thread Philip Borkholder
Hi all, I am currently printing VFP reports in sequence, then using ShellExecute to print PDFs via their default program (Adobe DC). I am trying to keep each print job in sequence so they come out in the tray together: Example: WO #1 Drawings for WO #1 (PDF via ShellExecute) WO #2 Drawings for

Re: Pringing PDFs via ShellExecute from VFP

2021-07-01 Thread Mike
This seems to be related to your need...at least the input from DSummZZZ. https://www.tek-tips.com/viewthread.cfm?qid=85 May need to sort through the output to find what you're looking for. Mike Philip Borkholder wrote: Hi all, I a