pFirstLineContainsHeaders is being ignored in DataGrid

Roger Eller roger.e.eller at sealedair.com
Tue Dec 11 14:39:36 EST 2012


I think am now on the right track.  Thanks for being tolerant of my
DataGrid [noob] status.

~Roger


On Tue, Dec 11, 2012 at 2:23 PM, Peter Haworth <pete at lcsql.com> wrote:

> Hi Roger,
> You can set the column names using another property, the dgProps["columns"]
> of <yourdatagridname>.  That property is a list of column names, one per
> line so you would set that property to the first line of your file with the
> column separator (comma, tab, etc) replaced with return.
>
> lcSQL Software <http://www.lcsql.com>
>
>
>
> On Tue, Dec 11, 2012 at 10:51 AM, Roger Eller
> <roger.e.eller at sealedair.com>wrote:
>
> > Hi Pete,
> >
> > Back to what I was trying to do... If I need the first line of the
> imported
> > text file to define the header names of each column, I will need to
> script
> > that manually for each column, right?
> >
> > ~Roger
>



More information about the use-livecode mailing list