contents.gifindex.gifprev1.gifnext1.gif

Class_Collection_Create_FB_LN

Purpose

Allow drive the Class_Create () function once per FB_LN found according to the SQL_Criteria, returning an aggregate result.

Arguments

Class_Collection_Create_FB_LN(

<SQL Criteria>
//A criteria (using self) which restricts FB_LN line items within those of the current freight bill.
, <MDB>
//Are passed directly as parameters to Class_Create(), once per line item which meats <SQL_CRITERIA>.
, <Class_Name>
//Are passed directly as parameters to Class_Create(), once per line item which meats <SQL_CRITERIA>.
, <Operation>
//Allow for optional aggregating of the "Result" returned by each call to Class_Create(). Valid values are "", "Count", "Sum", "+", "Min", "Max", "Concat", "List", and "&".
)