I have a form which refreshes grid data in 1 min. using timer. On drilldown another form is opened showing details of that record.
Now, while viewing 2 form if timer event of first form is fired then it comes above 2nd form. How can I avoid such behaviour . I want timer to just update data in that grid but that form should not come in front of any other form opened.
Now, while viewing 2 form if timer event of first form is fired then it comes above 2nd form. How can I avoid such behaviour . I want timer to just update data in that grid but that form should not come in front of any other form opened.