Newbie Data Grid question
James Hurley
jhurley0305 at sbcglobal.net
Sun Dec 13 13:53:47 EST 2009
I am just getting into data grid fields and can't find first base.
I can't find anything on data grids in the Dictionary. Is this coming?
Following the tutorial I tried the following:
put field "data" into tData
--This is a tab delimited text field with the first line being the
column names
put true into pFirstLineContainsHeaders
set the dgText [ pFirstLineContainsHeaders ] of group "DataGrid 2"
to tData
This does nothing.
But if I put False into pFirstLineContainsHeaders the field is filled
with tData but the columns are Col 1, Col 2, etc.
What am I missing?
Jim Hurley
More information about the use-livecode
mailing list