Tracy thanks for answering so quickly...
let me answer these items for you.
> First, don't use lastResult except in bindings. Use event.result.
Ok i wont anymore try this...! but i know the below line
event.target.lastResult.DATARESULTS.SEVEND_ALOWED works great !
> you have that in the handler, why did you switch back to lastResult?
I could never get your example to work i asked you for a example but
setting resultformat to anything i get blank info returned? im lost on
that?
> Second, what is your resultFormat? I think we have been through
this once before.
heheh yes i tried the resultformat you suggested a while back but it
never would work it would destroy my entire bindings
example my current binding in a textinput is
<mx:TextArea x="20" y="187" height="135" width="178"
id="stationinfo_placeofbusiness"
text="{stationsearchgrid_click.lastResult.DATARESULTS.POB_ADDRESS}" />
> Third, what is: "DATARESULTS.SEVEND_ALOWED"? Is this part of the data
> that is being returned?
I return XML file from php
<DATARESULTS>
<STATION_ID>XYZ12345</STATION_ID>
</DATARESULTS>
> You first step needs to be verifying you have the data you expect within
> the result handler.
I did this already i have logging enabled and can see the xml being
returned it is ok on the php side