is it possible that make the form in mrf always in front of main screen or make them two screen that can be find by user.
Currently I add a from in mrf, while loading that report, the from define in mrf some times will behind the main screen,
user may hard to find that form.
Code: Select all
Report.Load(MRT);
Report.Compile();
Render(false);