modal window not opening in separate window
Its been awhile but i thought the default behavior of a DoModal was to have the modal window open in a separate window from the parent. Such as:
No matter what i try, I cannot get this to happen in our environment. I've even tried adding WebProfile custom property of EnablePCModal and still nothing.
Does anyone know if this is still supposed to work that way and if so what could i be doing wrong or what is configured incorrectly?
My code line is:
DoModal(Panel.Z_PY_MON_DTL, "Detail Pending Payments", - 1, - 1);
My guess is configuration but Where and What is the config line?