RE: [flexcoders] Refreshing DataGrid Automatically when submit a record ( use two HTTPService )

2008-01-23 Thread Tracy Spratt
First, you can use a single HTTPService instance. The AsyncToken allows you to match a call with a result. Thus you only need a single result handler. I assign a string value to a queryId property on the call token, then use a switch statement in the result handler to decide what to do next.

Re: [flexcoders] Refreshing DataGrid Automatically when submit a record ( use two HTTPService )

2008-01-23 Thread Sherif Abdou
try doing this DgAnggotaRetrieve.invalidateList() - Original Message From: Harry Saputra [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 1:45:50 PM Subject: [flexcoders] Refreshing DataGrid Automatically when submit a record ( use two HTTPService )