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é

_______________________________________________
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