** Maybe create a display only form that pulls in the relevant information on-load via a supporting form. Then instead of a dialog, open this form into a new Submit window and pass in enough information to a hidden field so that the on-load event can retrieve the proper information from the supporting form.  Maybe the supporting form can be the display form too so you don't need two forms-- just make your action retrieve a particular record from this form using a "display" action and a qualification.

Then you can resize this new window by adding code to the Web Header Content section of the View properties:

<script language="_javascript_" type="text/_javascript_">
window.resizeTo(640,480);
</script>

You know, I just noticed there is a "popup" style for open window, in addition to Dialog, etc, at least on 7.6.  I wonder if that does what you want?

Brien


On 3/21/2012 3:32 PM, Goodall, Andrew C wrote:
**

ARSList,

 

I’m looking for a way to launch a dialog box that will still allow for the editing of the parent form.

 

We have a need to pop some data to the users regarding additional site data that is important to read and use while the service desk associate is displaying and modifying or creating an incident.

 

However, the customer wants the user to still be able to edit the parent incident record while that pop notification dialog is being displayed.

 

Any ideas on how I can accomplish that – the traditional dialog window will not allow the user to modify the parent form until the dialog is closed.

 

Thanks in advance.

 

Regards,

 

Andrew Goodall

Software Engineer 2 | Development Services |  jcpenney . www.jcp.com 

 


The information transmitted is intended only for the person or entity to which it is addressed and
may contain confidential and/or privileged material. If the reader of this message is not the intended
recipient, you are hereby notified that your access is unauthorized, and any review, dissemination,
distribution or copying of this message including any attachments is strictly prohibited. If you are not
the intended recipient, please contact the sender and delete the material from any computer.
_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_
_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_

Reply via email to