Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. w_postd := @Left(PE_TOBEPOSTED;15);
  2. w_postd := @ProperCase(@Name([CN];@Left(w_postd;15)));
  3. w_postd1 := @Left(PE_TOBEPOSTED1;15); w_postd1 := @ProperCase(@Name([CN];@Left(w_postd1;15)));
  4.  
  5. TOT_AMT = w_postd + w_postd1 + w_postd2
  6.  
  7. @SUM(PE_TOBEPOSTED : PE_TOBEPOSTED1 : PE_TOBEPOSTED3);
  8.  
  9. @Command( [ViewRefreshFields] )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement