[Flashcoders] datagrid question

2006-01-31 Thread Mark Wheeler
Hi I am in the process of developing a flash app that queries our Active directory, I have created a cf component that queries the AD using cfldap and returns the query of the AD as an array, I am able to grab the array from flash (code for the application below) to populate a datagrid, but what

Re: [Flashcoders] datagrid question

2006-01-31 Thread JesterXL
] datagrid question Hi I am in the process of developing a flash app that queries our Active directory, I have created a cf component that queries the AD using cfldap and returns the query of the AD as an array, I am able to grab the array from flash (code for the application below) to populate

RE: [Flashcoders] datagrid question

2006-01-31 Thread Mark Wheeler
: [Flashcoders] datagrid question I can answer #2; use columnNames. my_dg.columnNames = [columnName, anotherColumnName] Only those columns will be shown. - Original Message - From: Mark Wheeler [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 01, 2006 12:52 AM