Set the foreground and background colors for the OBJNAME column.
   bgcolors = makelist();
   rc = setnitemc
        ( bgcolors, 'BLUE', 'OBJNAME' );

   call send( model, 
              '_setColumnBgColors', 
              bgcolors );

   fgcolors = makelist();
   rc = setnitemc
        ( fgcolors, 'WHITE', 'OBJNAME' );

   call send( model, 
              '_setColumnFgColors',
              fgcolors );