RE: [flexcoders] Examining web service results structure

2007-01-02 Thread Tracy Spratt
Don't bind directly to lastResult. Instead, use a result handler function, to which you have passed the event object. In that fuction, you can examine event.result at will. If you are using resultFormat=e4x, use toXMLString(). If you are using the default object resultFormat, then you need

Re: [flexcoders] Examining web service results structure

2007-01-02 Thread Ben Marchbanks
Hey Tracy, Can you elaborate more on exactly how you would do this ? sample snippet. You gave me the same advice in my attempt to count the records returned from a request. Thanks Ben Marchbanks Tracy Spratt wrote: Don't bind directly to lastResult. Instead, use a result handler

RE: [flexcoders] Examining web service results structure

2007-01-02 Thread Tracy Spratt
] Examining web service results structure Hey Tracy, Can you elaborate more on exactly how you would do this ? sample snippet. You gave me the same advice in my attempt to count the records returned from a request. Thanks Ben Marchbanks Tracy Spratt wrote: Don't bind directly