Visual Basic - run-time error "482" printer error

Life is soft - evento anual de software empresarial
 
Vista:

run-time error "482" printer error

Publicado por Ivan (6 intervenciones) el 28/02/2005 15:17:16
Saludos con todos,
Por favor cesecito imprimir el contenido de un RichTextBox y me da el siguiente error (Run-time error ‘482’ Printer error) al serrar la impresión, si alguien sabe porque puede ser, le agradecería mucho su ayuda, detallo código usado.
1
2
3
4
5
6
7
8
9
10
CommonDialog1.ShowPrinter
If Form4.Option2 = True Then
   Printer.Orientation = 1
  Else
   Printer.Orientation = 2
End If
Printer.Print ""
 
RichTextBox1.SelPrint Printer.hDC
Printer.EndDoc
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder