Coloured row in Subform of Purchase order

Hi all

Client is using 5.0 LS Retail.

Client wants to have different colors in the sub-form by vendor wise

For Example Client will specify two Colors in the vendor card.

In the purchase order line first Line (Line no 10000) back color should be the first color specified in the vendor card

and second line will be second color in the vendor color

third line should be first color in the vendor card

Is it posssible in the navision

Hi,

You can not set colors to the entire row. but you can setup color to the fonts of a particular row

Regards,

Karthik.D

Can you suggest me way or give idea for different color fonts for different rows

if(condition) then

currform.Controlname.updateforecolor(225);

Controlname is the name of the control that you have to set in the properties.

Regards,

Karthik.D