Skip to main content

Search

Search

New To All This Need Some Guidence

Comments

6 comments

  • Avatar
    Legacy Poster
  • Avatar
    Domingo Rodriguez
    Moderator

    If you're wishing to datasource the number of serial numbers to print for each database record, you will access the "File > Print" dialog and now click on the "Options..." button which is on the same line as the number of serialized copies for your labels. Now, you will need to set the serial copies to get the quantity from data source, choose the "Data Source" tab and now create a "Prompt" via the "Data Source > More Options..." dialog. At print time, this will be the number of serialized copies to be printed per database record.

     

    In your VBScript (for creating your X of Y number), the Y number will be the total number of serialized copies, which in terms of VBScripting is as follows:

     

    value = Format.NumberSerializedLabels 

    0
  • Avatar
    Legacy Poster

    I got you up until this point. Now I am not afraid of the VB stuff. I am a old time GW-Basic programmer from back in the 80's! That being said, I have not work at all with VB. I believe I can figure it out/.

     

    Is there a repository of sample scripts that may have an example of this?

     

    The actual creating of the y of x ???

     

    Thanks for your help I do appreciate it. 

    Bill 

     

    In your VBScript (for creating your X of Y number), the Y number will be the total number of serialized copies, which in terms of VBScripting is as follows:

     

     

    value = Format.NumberSerializedLabels 

    0
  • Avatar
    Legacy Poster

    Hello Domingo, 

    I did some more searching now I had a frame of reference and have found the sample code that comes with bartender.

     

    I followed your initial instructions, I get a prompt at printing for the total number of packages just like I want. But I can not make it actually "print" the 1 of 3, 2 of 3 etc... all I get is the sample text.

     

    What did I miss??

     

    any help or pointers as always greatly appreciated...

    thanks

    bill12780

    0
  • Avatar
    Legacy Poster

    Hello again, 

     

    Thanks for your help...your nudge in the right direction got me going...I figured it out. I don't want to say that I understand how I did it. But its working...So I am not gonna mess with it!  :)

     

    thanks again..

    Bill12780

    0
  • Avatar
    Domingo Rodriguez
    Moderator

    Hello Bill,

     

    Good to know that you got it working. If you wish to be 100% sure if what you did is correct, perhaps attach your BarTender document and sample database file by using the "More Reply Options" button in your reply.

    0

Please sign in to leave a comment.