Okay, I figured out that you can assign a different ID to the instance of <mx:HTTPSErvice>. So what is going on with private var gateway:HTTPService = new HTTPService(); that seems to be causing the multiname reference issue?
Or should I be looking somewhere else? Thanks, --- In [email protected], "cox.blair" <[EMAIL PROTECTED]> wrote: > > Currently it appears in a ActionScipt file as -> > private var gateway:HTTPService = new HTTPService(); > > This part is the original datagrid application. > > > And again in a data block within the mxml file -> > <mx:HTTPService id="SamplePointCollect" > > url="http://localhost/debug/Points.php?method=FindAll" > result="resultHandlerSP(event)"/> > > I added this to populate a combobox where the code for the datagrid > exists, except this combo references a different table than the > datagrid connects to. > > How would I give an instance of HTTPService a unique ID - or populate > an array in a different way? > > Thanks, >

