Newbie Data Grid question
Andre.Bisseret
Andre.Bisseret at inria.fr
Mon Dec 14 07:27:18 EST 2009
Bonjour (again :-) Jim,
Waiting for an answer from Trevor about the mystery of
"pFirstLineContainsHeaders" ;-))
the following is a possible substitute :
put "name" & cr & "color" & cr & "shape" into myHeaders
set the dgProp["columns"] of grp "Dgrid" to myHeaders -- set the
column names
##or set the dgProp["column labels"] of group "DGrid" to myHeaders --
set he column labels
put fld "source" into tData
set the dgText of group "Dgrid" to tData
Best regards from Grenoble
André
More information about the use-livecode
mailing list