Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Printer error 482


Message #1 by "Mark Warner" <margarete@a...> on Tue, 17 Dec 2002 10:30:06 +0200
Hi

The error I am experiencing is as follows :

I am wanting to print a .tif file with the following code.

  With imgEdit
      .Image = moRouter.Toolbox("DOC_OBJECT", "WF_DOCUMENTS", "DOC_ID = '" &
lvw.SelectedItem & "'")
      .Display
      .PrintImage 1, .PageCount, 2
   End With

imgEdit is the Kodak image control.

I get a printer error "Unable to retrieve the current print options
settings." when I attempt to execute the ".PrintImage 1, .PageCount, 2" line
of code.

Please help!

Regards
Mark Warner

______________________________________________
"The information contained in this communication is confidential and
may be legally privileged.  It is intended solely for the use of the
individual or entity to whom it is addressed and others authorised to
receive it.  If you are not the intended recipient you are hereby
notified that any disclosure, copying, distribution or taking action
in reliance of the contents of this information is strictly prohibited
and may be unlawful.  Absa is liable neither for the proper, complete
transmission of the information contained in this communication, nor 
for any delay in its receipt, nor for the assurance that it is 
virus-free."

  Return to Index