cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically coloring the Field in SAP Adobe FORM

former_member185978
Active Participant
0 Kudos

Hi Experts,

I need to color particular fields in SAP Adobe forms depends on the requirement.

For eg : I need to color the Qty field for Line Item 10 and 30; and Delivery Date field for line Item 20 and 40 in PO FORM.

I have Javascript or CalcForm as

data.BodyPage1.Sub1.Table.Item.Rowdata.DELDATE::ready:layout - (JavaScript, client) data.BodyPage1.Sub1.Table.Item.Rowdata.QTY::ready:layout - (JavaScript, client) data.BodyPage1.Sub1.Table.Item.Rowdata.ITEMNO::ready:layout - (JavaScript, client)

How to achieve this.

Some thing like " this.bordor.fill.color.value = "200,200,200";

Thanks

Accepted Solutions (0)

Answers (0)