I am looking for the macform equivalent of the vb repaint/refresh methods. Basically I am changing the underlying data of the Item Master screen in flex using ADO in a user form, and the screen doesn't reflect the new data when the user form is closed and the user returns to the Item master screen, so I need a method that forces the screen to recheck and reload it's underlying data. Thanks