WAMs

Visual LANSA Framework

WAMs

The AddToList and UpdateListEntryData mthroutines have a parameter, called RowColor, which is used to control the color of rows. This is how you use it:

Invoke #avListManager.AddtoList Visualid1(#UF_VisID1) Visualid2(#UF_VisID2) AKey1(#DEPTMENT) AKey2(#SECTION)  Akey3(#Empno) RowColor(color:RED;background-color:BLUE) Select(FALSE)