Skip to main content

Search

Search

print multiple labels from each recordset

Comments

5 comments

  • Avatar
    Raul Soto

    Hello,

    Did you connect to the exported data as a database? Make sure when you print, you set the queried records to all if you want all records in your database to print.

    0
  • Avatar
    Alex

    Hi Raul Soto,

    I didn't use the built-in Connection Database Setup option. I am using VBScript connect through ODBC to MySQL to perform these queries. In this case, how do i have the option to set the queried records to ALL if i want all records to be printed?

    Thanks.

    0
  • Avatar
    mohan reddy

    I am having the same issue, any solutions on this case?

    Regards:

    Mohan

    0
  • Avatar
    Peter Thane

    If you are trying to print the same way using VBScript rather than the inbuilt record selection then I believe you would need to run the print routine for each record and then print that record and then repeat. 

     

    0
  • Avatar
    Jose Adam Flores Sr.

    Hello Alex,

    Since you are using a mySQL script, it is hard for us to imagine what the script looks like

    and how are you connecting your data, since in Bar Tender we use vbScript, there might be

    a comparable solution.

    could you share what the mySQL script looks like, so that any of million of user might be versed in

    mySQL and be able to help.

    There is always the posiblilty that you can export the result of your query to a CSV file and print fro there.

    Regards

     

    0

Please sign in to leave a comment.