Visual Basic - "run-time error 482"

Life is soft - evento anual de software empresarial
 
Vista:

"run-time error 482"

Publicado por Ivan Troya (6 intervenciones) el 25/02/2005 00:48:47
Saludos a todos,
Por favor si alguien me ayuda con este error "run-time error 482", no se que pasa me da el momento de cerrar la impresion detallo codigo.

CommonDialog1.ShowPrinter
If Form4.Option2 = True Then
Printer.Orientation = 1
Else
Printer.Orientation = 2
End If
Printer.Print ""

RichTextBox1.SelPrint Printer.hDC
Printer.EndDoc --CommonDialog1.ShowPrinter
If Form4.Option2 = True Then
Printer.Orientation = 1
Else
Printer.Orientation = 2
End If
Printer.Print ""

RichTextBox1.SelPrint Printer.hDC
Printer.EndDocCommonDialog1.ShowPrinter
If Form4.Option2 = True Then
Printer.Orientation = 1
Else
Printer.Orientation = 2
End If
Printer.Print ""

RichTextBox1.SelPrint Printer.hDC
Printer.EndDoc -- "run-time error 482"
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