DataGrid Question

charles61 cszasz at mac.com
Sat Nov 7 16:31:30 EST 2009


Chris,

Thanks for your suggestion! I could not download the zipped file you
uploaded to Nabble in your last e-mail. Could you e-mail it to me?



ChrisWood wrote:
> 
> 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://n4.nabble.com/DataGrid-Question-tp347601p584542.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list