DataGrid Question
ChrisWood
chris_wood at gmx.com
Sat Nov 7 20:50:51 EST 2009
Charles,
See attached file, hope it is useful.
Best Regards
Chris
On 8 Nov 2009, at 05:31, charles61 [via Runtime Revolution] wrote:
> 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 message @ http://n4.nabble.com/DataGrid-Question-tp347601p584542.html
> To unsubscribe from Re: DataGrid Question, click here.
>
--
View this message in context: http://n4.nabble.com/DataGrid-Question-tp347601p584587.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list