I can't figure out how to localize the StrataFrame collision form and how I could put it on top
Myform.TopMost = True and Myform.MyBrowseDialog.ForceWindowTopMost = True, so collision form is always on bottom
I'm handling it in the ConcurrencyException event of the BO. Never raised...
Local line is deleted in BO, not on server (I can see it by loading another instance of the same MaintenanceForm).
How could I debug that? where should I put a breakpoint?