VisionCore How To
Home Search Support Forum Knowledge Base Print

Add Barcode on Sub Reports

1.Customize the Sub Invoice Assembly and add a Barcode control.  Save the Sub Report as a new Sub Report.

barcode_subreport1

 

2. Open the Order Details report in Designer Window. Select the SubAssembly controls and change the Report Name Property from Sub Invoice assembly with the name of the Sub Report that you’ve customized (e.g. Sub Invoice Assembly_custom )

barcode_subreport2

 

3.Add a Barcode Control on this Report and change the Data Field property into strUPCCode.

barcode_subreport3

 

4. Select the Script tab of the Report.

barcode_subreport4

 

5.Change this line of script

barcode_subreport5

 

with this new script.

barcode_subreport6

 

6.Save the Report.