Guest User

Untitled

a guest
Oct 17th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1.  
  2. GLSetup.GET;
  3. CurrForm.Amount.VISIBLE := NOT (GLSetup."Show Amounts" = GLSetup."Show Amounts"::"Debit/Credit Only");
  4. CurrForm."Debit Amount".VISIBLE := NOT (GLSetup."Show Amounts" = GLSetup."Show Amounts"::"Amount Only");
  5. CurrForm."Credit Amount".VISIBLE := NOT (GLSetup."Show Amounts" = GLSetup."Show Amounts"::"Amount Only");
  6. CurrForm."Amount (LCY)".VISIBLE := NOT (GLSetup."Show Amounts" = GLSetup."Show Amounts"::"Debit/Credit Only");
  7. CurrForm."Debit Amount (LCY)".VISIBLE := NOT (GLSetup."Show Amounts" = GLSetup."Show Amounts"::"Amount Only");
  8. CurrForm."Credit Amount (LCY)".VISIBLE := NOT (GLSetup."Show Amounts" = GLSetup."Show Amounts"::"Amount Only");
Add Comment
Please, Sign In to add comment