Re: Modless form out of top-level form

2017-03-03 Thread Fernando D. Bozzo
If you define the inner form as to show "in a top level form", if you configure it with desktop=.T. I think that you can do it El 3/3/2017 11:44, "Man-wai Chang" escribió: Given a g_form as top-level form in READ EVENTS, could a new modeless form be popped out of the

Modless form out of top-level form

2017-03-03 Thread Man-wai Chang
Given a g_form as top-level form in READ EVENTS, could a new modeless form be popped out of the top-level form, possibly without _SCREEN.visible? Do I need to play with MDI forms? g_form=Createobject("myform") DO case CASE Type("g_form")="O" Set Sysmenu To _Msm_edit