On Mar 7, 2007, at 2:21 PM, tbuchler wrote: > Windows Vista 32 bit > RB2007 R1 > > frmMain has a button with the Action code: > > frmTwo.ShowModal > > When I push the button frmTwo opens. > > While frmTwo is open, all of the other controls on frmMain still > operate. > > I presume this is a bug?
"ShowModal" stops code execution in that method until the window is closed or hidden. "ShowModal" does not change the behavior of the window itself. To do that change the frame of the window from "Document" to "Movable Modal". Best regards, David _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
