I am using below SAY Statement with GET Control , need COLOR clause to SAY only not GET. as something like given below ...! How we can achieve this ?
- Code: Select all Expand view
@ 10,10 SAY ":" GET oRec:Item_name COLOR nRGB(,,,) , nRGB(,,,) ;
SAYCOLOR nRGB(,,,) , nRGB(,,,) ===> // COLOR CLAUSE FOR SAY ONLY....!
Thanks
Shridhar