Datagrid: How get column data from other column behavior

JosepM jmyepes at mac.com
Mon Apr 19 09:13:04 EDT 2010


Thanks Malte, works perfectly... :)


El 07/04/2010, a las 16:37, Malte Pfaff-Brill [via Runtime Revolution]  
escribió:

> Hi Josep,
>
> funny. I had to solve the same thing today. :-)
>
> on FillInData pData
>    set the text of field 1 of me to pData
>    local tIndex,tControl,tarray
>    put the dgControl of me into tControl
>    put the dgIndex of me into tIndex
>    put the dgDataOfLine[tIndex] of tControl into tarray
>    set the textColor of field 1 of me to tArray["Col 4"]
> end FillInData
>
> Hope that helps,
>
> Malte
> _______________________________________________
> use-revolution mailing list
> [hidden email]
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
> View message @ http://n4.nabble.com/Datagrid-How-get-column-data-from-other-column-behavior-tp1753513p1754434.html
> To unsubscribe from Datagrid: How get column data from other column  
> behavior, click here.
>


-- 
View this message in context: http://n4.nabble.com/Datagrid-How-get-column-data-from-other-column-behavior-tp1753513p2015881.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list