On Dec 14, 2009, at 5:11 AM, Andre.Bisseret wrote:
Your are right ; I just made a new stack with a data grid "dGrid" and a field "source"
created the columns manually in the inspector (col 1, col 2 etc)
In the field, the first tab delimited line includes the names for the columns.

Then

set the pFirstLineContainsHeaders of grp "dGrid" to true -- or, yes, put true into pFirstLineContainsHeaders as well
  put fld "source" into tData
set the dgText ["pFirstLineContainsHeaders"] of group "Dgrid" to tData

does not work as expected : the columns names keep being "Col 1, Col 2 etc"
and the first line of tData keeps being the first line of Dgrid :-((

The syntax isn't correct in this example. It should be:

set the dgText[true] of group "Dgrid" to tData

I just tested to verify that using the correct syntax does work - and it does :-)

--
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Releasable Revolution Resources for Developers: 
http://revolution.bluemangolearning.com
_______________________________________________
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