Advertisement
Guest User

Untitled

a guest
Oct 7th, 2011
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1. display ..... (InventSum _inventSum)
  2. {
  3.     InventDim       joinDim, dimValues;
  4.     InventDimParm   dimParm;
  5.     ReqTrans        reqTrans;
  6.    
  7.     dimValues.data(_inventSum.joinChild());
  8.     dimParm.initFromInventDim(dimValues);
  9.    
  10.     select sum(Qty) reqTrans where .......
  11.         #InventDimExistsJoin(reqTrans.CovInventDimId, joinDim, dimValues, dimParm);
  12.  
  13.     return reqTrans.Qty;
  14. }
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement