Skip to main content

Search

Search

Print Multiple Label From Array (Not From Db)

Comments

4 comments

  • Avatar
    Michael Toupin (mtoupin
    [quote name='Joel' timestamp='1348109126' post='3314']
    Hi, I am able to print label which connect to thedatabase, but if I have my array list, how can I send my array list to the Bartender instance to print it out?
    [/quote]

    How are you generating the array? Is it coming from an external application or are you creating it using the VB inside of BarTender?
    0
  • Avatar
    Legacy Poster
    [quote name='Mike T - Seagull Support' timestamp='1348180843' post='3320']
    How are you generating the array? Is it coming from an external application or are you creating it using the VB inside of BarTender?
    [/quote]



    Hi, I am not using the bartender application to print, I am using inside a .NET application, then the array is not come from a database, it is just a list which may input by user. Then I need to print the list of value entered by user using the Bartender interface.
    0
  • Avatar
    Legacy Poster
    Exactly my problem.
    Still no solution?
    0
  • Avatar
    Michael Toupin (mtoupin
    [quote name='AlexeiPavlov' timestamp='1353418338' post='3750']
    Exactly my problem.
    Still no solution?
    [/quote]

    You could manage the prints by sending a new print job for each member of the array, otherwise you'd have to output the data to either a database or an XML file, then use that data for printing.
    0

Please sign in to leave a comment.