Success.

I followed your lead with setting up listeners. The following issued before
a database action (create/delete/update) will create a listener waiting for
the task to compete.

     ulmsService.addEventListener(ResultEvent.RESULT, 
ulmsService.updateDataGrid);


within the ulmsService a function called updateDataGrid(event:FlexEvent) is
created with just the following line, which retrieves the updated data from
the db.

     ulmsResult.token = ulmsService.getAllUlms();

where the ulmsResult.lastResult is bound to the datagrid asynctoken


Thank you for your assistance in solving this problem.





--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/AS3-Zend-Framework-and-datagrid-updates-after-add-update-or-delete-operations-on-a-Database-table-tp5696p5814.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to