PS File Output

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,
I would like to print a report to a PostScript file.
This is easy enough to do, but I want more.
I want to specify the output file name programatically so my users don't see
the dialogue box asking for a file location.
Any suggestions are sincerely welcomed.

BRC
 
Hello All,
I would like to print a report to a PostScript file.
This is easy enough to do, but I want more.
I want to specify the output file name programatically so my users
don't see the dialogue box asking for a file location.
Any suggestions are sincerely welcomed.

BRC

Use Redmon http://www.cs.wisc.edu/~ghost/redmon/ and write a script to
write standard input (StdIn) to file. use any program that accepts data
on Standard Input, Windows Script Host or Perl work great. Although
Windows Script Host might be easier and I think it's installed by default
in windows 2000 and XP.


- Jose
 
Brian:

Take a look at our Print To File Manager for Access. It can automate this
process for you via a single line of code. You'll find it on our web site
in the Developer Tools area

HTH
 
Back
Top