I have an array which is populating a datagrid, the array is a result of a
query n the database side and it has multiple innerjoins resulting in a data
staruture that is passed to flex array collection as tablename.columnname

i have a function that is putting some labels against the data in the
selected row of the data grid but it doesnt like the format anymore, what i
mean is

someid.text = datagridname.selectedItem.tablename.columnname

tablename.columnname is causing me problems and this might be a simple
problem but i cant seem to put my head around it. it likes the format
datagridname.selectedItem.fieldname but my array has the other format, some
fields do work as datagridname.selectedItem.columnname as they are in that
format but the id fields of the inner joins are with the
tablename.columnname

how can i use the tablename.columnname infront of the
datagridname.selectedItem

any help will be great.
thanx in advance


-- 
Rubeel Muhammad Iqbal

Reply via email to