;; Sri Ganeshji : Sri Balaji : Sri Pitreshwarji : Sri Durgaji : Sri Venkateshwara /* Objective(s) - This program illustrates the use of following attributes of Color definition RGB Inactive RGB Greyback RGB SysColor Color About this program - This program displays text on screen where the Color of the field text, background of the field and - the background of the form is set with Color definitions that provides colors using different attributes */ [#Menu: Gateway of Tally] Add: Key Item: Before: @@locQuit : ($$LocaleString:"Color Sample TDL") : E : Display: TSPL Color Demo [Report: TSPL Color Demo] Form: TSPL Color Demo [Form: TSPL Color Demo] Parts : TSPL Color Demo Background : TSPL BG Color [Part: TSPL Color Demo] Line: TSPL Color Demo [Line: TSPL Color Demo] Field: TSPL Color Demo [Field: TSPL Color Demo] Set as : "Welcome to Color Sample" Color : TSPL Color Background : TSPL Window Frame Color [Color : TSPL BG Color] RGB : 255, 156, 40 Inactive RGB: 150, 150, 150 Greyback RGB: 182, 179, 171 [Color: TSPL Window Frame Color] SysColor: Window Frame [Color: TSPL Color] Color: 189 ;;EOF