Re: aligning text in columns

2014-06-11 Thread André Bisseret
Bonjour Chris, In some stacks, specially before the dataGrid, I right aligned using format (see "format" in the dictionary For example, the following handler : local theData set the itemDel to tab put fld "fData" into theData repeat with x = 1 to the number of lines in theData

Re: aligning text in columns

2014-06-10 Thread Chris Sheffield
Thanks, Richard. Good to know. On Jun 10, 2014, at 11:55 AM, Richard Gaskin wrote: > Chris Sheffield wrote: > > Do we have the ability yet to set the text alignment for individual > > columns in a table field? > > My understanding is that the work has been done, and it will be in a new > build

Re: aligning text in columns

2014-06-10 Thread Richard Gaskin
Chris Sheffield wrote: > Do we have the ability yet to set the text alignment for individual > columns in a table field? My understanding is that the work has been done, and it will be in a new build of 7.0dp soon. -- Richard Gaskin Fourth World Systems Software Design and Development for t

aligning text in columns

2014-06-10 Thread Chris Sheffield
Do we have the ability yet to set the text alignment for individual columns in a table field? I have a very simple field with just two columns. I want the alignment of the first one to be left, and the second one to be right. A data grid is overkill, otherwise I’d go with that. I couldn’t remem