Popup form
Content
Hi,
How can i do to maintain a popup form (Not a record edit , a custom form) still on top while changing the content panel??
I try with AutomationContext.CurrentEditorTabChanged
if (form.Visible) form.bringtotop(); but for some reason it hides.
Could you help me.
Thanks
0