PrintONElabel:

object.PrintONElabel (LabelNumber As Integer, Text1 As String, Optional Text2 As String, Optional text3 As String, Optional text4 As String, Optional text5 As String, Optional text6 As String, _

Optional text7 As String, Optional text8 As String, Optional text9 As String, Optional text10 As String, Optional text11 As String, Optional text12 As String)

This method will print only one label whose code appears in the included list at the position specified by LabelNumber

example:

object.LabelCode = code5167_Shipping_Address
object.Grid = True
object.PrintONElabel 5, "Hello1", "Hello2"

BACK