No download needed. No 3rd-party software installation needed.
All you need is to call Barcodesoft SOAP web service API in Crystal Reports. Then you can generate
UPCA barcode in your report.
1. Click "Database Expert" button as shown below.
2. Click '+' to expand Create New Connection as shown below
3. Scroll down and click '+' to oepn "XML and Web Services".
4. In the popup dialog, click "Use Web Service Data Source option" button as shown below. Then clilck Next.
5. Choose "Use HTTP(S) WSDL" option button. Then copy and paste
"http://www.barcodesoft.com/bcdgen.asmx?WSDL" as HTTP(S) WSDL URL. Then click Next.
6. Leave HTTP(S) WSDL User ID: blank and type in your token string as HTTP(S) WSDL Password. If you don't have a token yet, please type "BarCodeSoft" as your demo token.
7. Choose UPC-A as the method you need to create barcode from the drop down list as shown below. Then click Finish.
8. Choose UPCAResponse from "My Connections". Then click right arrow button to import. Then click OK.
9. It will popup a dialog to prompt you to Enter Values as shown below
For parameters.UPCA.strToEncode, please enter string to encode in "Enter a Value" textbox.
For parameters.UPCA.strAddon, please enter either 2-digit issue number or 5-digit retail price.
For parameters.UPCA.ImageFormat, please enter one of the following acceptible values:
BMP, JPG, PNG, WMF, TIFF, GIF.
For parameters.UPCA.Orientation, please enter one of the following acceptible values:
Original, Rotate90, Rotate180, Rotate270.
For parameters.UPCA.Resolution, please enter 96 for screen resolution.
For parameters.UPCA.Height and parameters.UPCA.Width, please enter them both to zero(0).
For parameters.UPCA.strToken, please enter your token string.
10. Drag and drop UpcaResult into your report, you will get a
UPCA barcode as shown below.