Dear Flexer,

I created an Air application.
On loading my component, I'd to make simultaneous request to my database to 
load some data to my component.

My component is a form with several comobobox and and text field.

But to do that I have two major problem.
- Sometimes, my form (my component) is loaded but there no information in my 
text field, perhaps request is not finished? but how to verify that and how to 
solve.
- Other question, as requests with http service is for different table, one to 
load sudent, other to load note, other to load teaching , is it possible to do 
this request in the same php file and to get all thos informations with the 
same E4X file.

Thanks for help

Reply via email to