I have a very simple coldfusion cfc that returns a query.

The remote object call is set up in flex, and it works.  I can
populate a grid and a combobox, and display the length of the array:

Alert(ro.getCerts.result.length)

What is the syntax to access a single data point within the array.

I have tried many permutations of 

ro.getCerts.result[i].field_name

to no avail.  

Thanks in advance!




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to