Skip to main content

Search

Search

Printing Barcode Based On Given Details

Comments

3 comments

  • Avatar
    Canguita

    In this case, you will need to create your barcode with 3 Data Sources, name the Data sources and link each item from your Data Entry Form with the Data Sources from your Barcode.

     

    Please, check the attached screenshot, and also our Training Video:

     

    http://www.seagullscientific.com/label-software/training-video-(data-entry-at-print-time).aspx

     

    0
  • Avatar
    Legacy Poster

    thank you.I got that ,But Still need to extract Second Date from First Date,I tried to write Vbscript code,actually it fails,here is my Code

     

    Datediff(d,cdate(value),cdate(value)

     

    i dont know how to access other field value ,it shows an error message,

     

    looking for your support,

     

    regards,

    0
  • Avatar
    Canguita

    I'm sorry but I'm afraid that I didn't understand your request. Which data do you want to extract exactly from the Date? What should do exactly your VBscript? Maybe do you want to calculate the difference between ToDate and FromDate? If yes, please you will need to provide a name for the data sources in ToDate and FromDate and using this VBscript:

     

    DateDiff("d", Format.NamedSubStrings("FromDate").Value, Format.NamedSubStrings("ToDate").Value) 

     

    Thanks

    0

Please sign in to leave a comment.