4D Tech mailing list wrote > AreaList Pro question… I have an array based area that has columns for > each day of the week. I want to have the Sunday and Saturday columns show > with a light gray background. > > I can set the background color for rows that have data, but the area is > not always filled with data. So rows with no data show a white background. > > What ALP command do I use to set the default background color for a column > so that it draws that color even there is no data in the area, or if the > row has no data? > > Tim
Tim, the ALP v9 pdf manual shows you the different options at page 127 for column 6 and 7 AL_SetColumnLongProperty (eList;6;ALP_Column_BackColor;0xFFAAEECC) AL_SetColumnLongProperty (eList;7;ALP_Column_BackColor;0xFFAAEECC) Armin -- Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

