I'm trying to have action script handle selecting an item on the
datagrid then loading a httpservice already defined.
The code works in terms of selecting the item on the grid but only works
on a second call ...it's almost like i need a pause in between the
selectedIndex and the http service call.

I also tried selecteditem but that doesnt work at all, at least i have
it working on a second call but just wondering how to handle the call on
the first try.



     stations_info_request.send();  //this sends off the http service
     station_searchgrid.selectedIndex=0; //this selects the item in the
grid
     stationsearchgrid_click.send(); //this sends off the http service
which gets a primary key from the selected item on the grid FAILS HERE !



Reply via email to