Awesome! This did the trick. Thank you very much, Ryan. -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of vital3d Sent: Thursday, May 31, 2007 7:00 PM To: [email protected] Subject: Re: Maximizing Form from a Dialog
You can do this by utilizing javascript. Place this in the header or footer of the current view of the form you want maximized: <script language="JavaScript" type="text/javascript"> window.moveTo(0,0); window.resizeTo(screen.width,screen.height); </script> Ryan On May 31, 5:28 pm, Kaiser Norm E CIV USAF 96 CS/SCCE <[EMAIL PROTECTED]> wrote: > Hi everyone: > > I seem to have discovered an oddity in the 6.3 Midtier. I have workflow > tied to a dialog box. When the user clicks an OK button on the dialog > box, I have an AL that performs an OPEN WINDOW action. When the new > window opens, I want it to be maximized, but it's not. Instead it's the > size of the dialog box. I have the new window opening with a Window > Type of SUBMIT and it's Target Location is NEW. > > It seems like since the new window is a child of the dialog, it's > picking up its sizing dimensions from the dialog rather than from the > full browser space. > > Anyone seen this before? Anyone have any work around ideas? > > Norm > > ________________________________________________________________________ _______ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgARSlist:"Where the Answers Are" ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

