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 | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

