Hi All,

I have 2 forms Form1 and form2.

I call Form2 from Form1 . After writing some data in
Form2 , i m able to update some of the data in Form1.

Then i want to refresh the FORM1. During this i am
getting this error in runtime " the data has been
deleted by another user"

in Form2 --> datasource --> write method i have this
code

if(element.args().caller())
  {
  Form1_DS = element.args().caller().datasource();
   if(Form1_DS)
    {
    Form1_DS.reread();  <--- error comes in this stage
    Form1_DS.active();
    Form1_DS.refresh();
    element.args().caller().redraw();
    }
}

i am just running out of idea....
hoping some answers....from you..guys..

Regards
Akash


     
     
           
___________________________________________________________ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself http://uk.messenger.yahoo.com


Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to