VishalMistry
13th January 2016, 12:25
Hi,

In session tdsls0510m000, when we enter customer id and qty, the system hilights the level at which price and discount are available. The array element is of string type.

Can anybody guide me how to highlight a particular array element ?

Vishal

günther
13th January 2016, 14:07
Hi,

if you set attr.cf = 4 in a before.display section of a field,then the field is displayed highlighted (reverse). You can test it eg. by a condition like "if attr.element = 2 then ...".

Regards
Günther

VishalMistry
13th January 2016, 15:22
Hi Gunther,

Thanks a lot for your guidance. I would not be able to write in before.display event of that field as I have to highlight the field once user leaves quantity field in tdsls0510m001 (it is a clone of tdsls0510m000 with QKEY script).

Any other way to directly assign this property without using before.display ?
Vishal