Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print couple of GroupWise e-mails into text file
Message
From
06/07/2001 14:52:35
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, United States
 
General information
Forum:
Windows
Category:
Printing
Miscellaneous
Thread ID:
00524911
Message ID:
00527602
Views:
28
>Hi everybody,
>
>Here is a problem, I don't see a solution. I filtered several messages in GroupWise, I printed them on the printer. Now I want to print them all in one file. I tried Generic Printer Driver, but it asked me for each message about file. How can I print them all in just one file automatically. There are ~20 messages...
when you issue your print, you can specify a UDF for the file:

REPORT my_mail_report TO FILE My_Filepathname_Generator_Function()

where the UDF creates a set of unique filename (paths) in a temp
directory.  then concatenate the files (which you can do programatically)
using low-level file read/write (append).
patrick
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform