Example #1
0
 public DOXAPI.Binder asIDBinder()
 {
     DOXAPI.Binder b = new DOXAPI.Binder();
     b.DocType   = flexSupplierBinderType;
     b.Fields    = new DOXAPI.Field[1];
     b.Fields[0] = DOXFields.newField("Supplier No", flexSupplierBinder_supplierID, SupplierNo);
     return(b);
 }
Example #2
0
 public DOXAPI.Binder asIDBinder()
 {
     DOXAPI.Binder b = new DOXAPI.Binder();
     b.DocType   = flexClientBinderType;
     b.Fields    = new DOXAPI.Field[1];
     b.Fields[0] = DOXFields.newField("Customer ID", flexClientBinder_customerID, FullID);
     return(b);
 }