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

Reply via email to