Steve, ALP_Cell_Format and ALP_Cell_Flags (formatting at cell level) are now available in AreaList Pro v10.
Best regards, -- Phil forums.e-node.net > On 7 Jun 2014, at 13:20, Stephen J. Orth <[email protected]> wrote: > > Phil, > > Thanks for the update... > > Is there a way to make this work with the AL_SetCellTextProperty command? > If I use ALP_Cell_FormattedValue this generates an error. > > Thanks... > > > Steve > > ********************************************* > Stephen J. Orth > The Aquila Group, Inc. Office: (608) 834-9213 > P.O. Box 690 Mobile: (608) 347-6447 > Sun Prairie, WI 53590 > > E-Mail: [email protected] > ********************************************* > > ---------------------------------------------------------------------------- > -------------- > > Randy, > > The bullet character is Unicode 8226 (0x2022): > http://www.unicode.org/charts/PDF/U2000.pdf on page 2 > > Any of these will work: > AL_SetColumnTextProperty ($area; $column; ALP_Column_Format; ".") > AL_SetColumnTextProperty ($area; $column; ALP_Column_Format; Char(8226)) > AL_SetColumnTextProperty ($area; $column; ALP_Column_Format; Char(0x2022)) > > The manual has now been updated, see page 64. > http://www.e-node.net/ftp/AreaListPro/AreaListPro_Manual.pdf ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

