Report Script: Create a Packing List in report script: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 26: Line 26:
#:Report Designer will switch to Scripts editor,
#:Report Designer will switch to Scripts editor,
#:and '''calcPacking_GetValue''' event is created.<br/><br/>
#:and '''calcPacking_GetValue''' event is created.<br/><br/>
#Add directive '''using System.Data;''' at the top of '''Scripts''', if has not added.
#Add directive at the top of '''Scripts''', if has not already added.
#*'''using System.Data;'''
#*'''using System.Linq;'''
#Insert scripts into '''calcPacking_GetValue'''
#Insert scripts into '''calcPacking_GetValue'''
#Add function of '''GetSmallestQty'''
#Add function of '''GetSmallestQty'''