Trevor,

That is excellent, its cut the code I was using inhalf (and I learnt about
the dispatch command)!


<code>
   put "" into theNewRecord["First"]
   put "" into theNewRecord["Last"]
   put "" into theNewRecord["DOB"]
   put "" into theNewRecord["Age"]
   
   put 1 into theLineNo
   dispatch "AddData" to Group "dataGrid 1" with theNewRecord, theLineNo
   
--Select the first cell to start editing
   dispatch "EditCell" to Group "dataGrid 1" with  "First", theLineNo
   
<\code>

Regards

Chris

-- 
View this message in context: 
http://www.nabble.com/DataGrid-Question-tp26028143p26070937.html
Sent from the Revolution - User mailing list archive at Nabble.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