Advertisement
jfabaf

Blog - displayOption - 1

Apr 15th, 2013
5,935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. public void displayOption(Common _record, FormRowDisplayOption _options)
  2. {
  3.     SalesTableEx1         _salesTableEx1;
  4.  
  5.     ;
  6.     _salesTableEx1 = _record;
  7.  
  8.     if (_salesTableEx1.SalesStatusEx1 == SalesStatusEx1::Cancelled) //red
  9.         _options.backColor(WinApi::RGB2int(255,128,128));
  10.    
  11.     super(_record, _options);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement