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 <p...@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.el...@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
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to