wodTelnetDLX ActiveX Control - PrintData Event
    
 

Description

Fires when application has data to print.


Syntax

Private Sub object_PrintData(Text)



The PrintData Event syntax has these parts:

Part Description
object A wodTelnetDLX object.
Text A String value. Holds data that should be sent to the printer.

Remarks

This event is only available in OCX (GUI) version of the component.

After you have received PrintStart event, wodTelnetDLX will not show data on the screen. Rather, it will provide it to you through this event. You should send it to printer by yourself at this point (look for example here), write to file etc..

This event can be fired many times before PrintEnd event will notify you that printing should be completed.