Hi Suneel,

         There are some ways to achieve a refresh datasource in your form after 
calling a menu item that is:

1. Override "Clicked" method in your menu item button 
2. Datasource_ds.research();
                // Use this if you want to refresh one line in the form.
    or

    Datasource_ds.executeQuery();
                // Use this if you want to refresh whole record in the form.

Alternatively,
If you want to refresh your form from the class, first you should pass the 
FormDataSource as parameter onto the class where it is called and verify the 
datasource accordingly, after that write "dataSource_ds.refresh();"



Regards,


      
___________________________________________________________________________________
How would you spend $50,000 to create a more sustainable environment in 
Australia?  Go to Yahoo!7 Answers and share your idea.
http://advision.webevents.yahoo.com/aunz/lifestyle/answers/y7ans-babp_reg.html


[Non-text portions of this message have been removed]

Reply via email to