Hi there Silvio! I replaced oBrw:bClrHeader := { || { nRGB( 0, 0, 0 ), nRGB( 203, 225, 252 )} } with this (to eliminate bound array error) oBrw:bClrHeader := { || { nRGB( 0, 0, 0 ), nRGB( 203, 225, 252 ), nRGB( 255, 255, 220 ), nRGB( 247, 192, 91 ) } } I followed the nHeaderType := 2...