Printing Barcode Based On Given Details
Hi all,
I have to create a form in Bartender,ill have two or three fields,like branch code,date from and Date to,i can create with branch code and From Date,But i need if user given To Date ,needs to print a barcode with Branch Code,From Date and Days (Todate-FromDate).
Example
Branch Code : 120
From Date 12/12/2014
ToDate :16/12/2014
So i need barcode of 12012/12/20144
Using version 9.0 also 10
Kindlt help me to do in Bartender
thanks in advance
-
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 -
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 -
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
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare