Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Faxing multiple reports
Message
From
21/11/2001 05:07:15
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00583891
Message ID:
00584351
Views:
48
>Well, for the sake of simplicity, in my situation it's essentially the following list of commands:
>
>. sys(1037)
>. report form x1 to printer
>. report form x2 to printer
>. report form x3 to printer
>
>In this case the printer has an option to send the output as a fax. It's a Xerox Docuprinter. So, when sys(1037) is called the user can change printersettings and thus will have the opportunity to direct the output to a fax.
>When report x1 is sent, the user will be confronted with the Docuprinter-controlled dialog where a telephone number must be entered. That's okay.
>But that same dialog appears for x2 and x3. Cut-and-paste of the telephone number might help, but it remains a 3-time dial of the Docuprinter.

One of the easier solutions would be to create the output using the fax driver to a file, and then use my DIRPRTCLASS (available for download from the Files Section) to concatenate the output and treat it all as a single spooled print job. See the comments in the code for details on how to use DIRPRTCLASS.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform