Open new window in the same form

Hi
I created a form with 6 records displayed. I have a check box for each record. I would like to select a record and make the check box checked. Once I check a checkbox I would like to automatically open a new window in the same form with further details of the checked record. Could you please help me how I could work on this.

Dear you have to create relation between the blocks then you can achieve this like:
1) Create two canvases in your form (canvas1 and canvas2).
2) Create a window in your form with name Window2 now you have two windows (Window1 and Window2).
3) now set the property 'Primary Canvas' of each window (Window1 = Canvas1, window2 = Canvas2)
4) Now create database block of you main table with (CAT, NAME, DEPT) fields and select the Canvas1 in the layout wizard.
5) Create another database block with same table but this time select only 3 fields (CAT,SAL, DATE) and at the time of creation mention relation between blocks in the Data block wizard (block1.cat = block2.cat) and select the Canvas2 in the layout wizard.
6) Now create check box field name MASTER_CHBOX in first block and set Database Item property no of this check box item and set the Value When Checked property to Y and N for Value When unChecked.
7) Create a trigger on CheckBox Item and paste below code in it.
if :MASTER_CHBOX = 'Y' then
show_window('WINDOW2');
go_item('SAL');
end if;
Regards.
Omer

Similar Messages

  • Open new window in the same Window

    Im developing a project in JavaFX where I wish to open the new window in the same window
    Here is my code :
    Stage st=(Stage)((Node)t.getSource()).getScene().getWindow();
    I tried this but its giving an exception

    It is possible to specifiy a named window instead of _blank.
    So you could use the following instead:
    web.show_document('html/hello.htm','my_window');
    where my_window can be anything you want to call that browser window.
    However, I have discovered that if you put this in a button trigger, the second time you press the button (if the window is still open) it will not take focus - ie. it remains in the background.
    You can get around this by closing the window if it is already open:
    web.show_document('html/close.htm','my_window');
    web.show_document('html/hello.htm','my_window');
    The close.htm needs to contain some javascript to close the window:
    <html>
    <body onload="closeit()">
    <script>
    function closeit()
    window.opener = top;
    window.close();
    </script>
    </body>
    </html>
    Apparently XP SP2 is a little stricter with javascript and may not allow this. Also, not sure if this works in all browsers, I only tried IE6.

  • How can I open a new window with the same website like the one I have open?

    In safari I can open a new window with the same website like the one I have open, that makes it easy continuing to navigate on a website and to go back to the original website

    Hello Andieas
    Why open a new window for fast browsing??
    Open new tabs.
    Just right click on what you want to open and click "Open in new Tab"
    It is easy and doesn't consume memory from your computer as well as easy to navigate.
    Hope you'll like it

  • I can not open new tabe in the same page

    i can not open new tabe im the same page
    when i click on new tabe , it donsnt open at all

    Uninstall the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar and Firefox that prevents new tabs from being opened.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

  • Any Function in a PDF form opens a different window of the same form

    Hello,
    I have a customer who uses forms pulled from our company's SharePoint site. Within the form there is an "Open" button that she clicks on which opens a window within Adobe Pro to the location on our SharePoint site that stores her completed PDF forms. In SharePoint, there is a "copy" option which obviously creates a copy of the selected form into the storage location. The issue is, that when she clicks on copy, another window to the same storage location opens, this time in her web browser. In the past she would click on "copy" and, from within Adobe Pro, the page would simply update and show the copy of the document.
    Additionally, when she clicks on any function or button from within the document a new version of the same document reopens in a different window. By the time she's completed working on a form she has roughly 6 or 7 windows open.
    Any help would be appreciated.

    I forgot to mention that she is running Adobe Acrobat Pro 9.0 on a Windows 7 64Bit machine.

  • Open new document in the same window as before..how to?

    Dear all,
    I need to open a image document in a new browser window each time the user clicks on a particular button. The built-in I'm using is web.show_document('URL', '_blank'). But this opens a new browser window each time the button is clicked. The client wants to have open it in the first time in the day (in a new browser window) and later on open the new image on the same browser window. Do not want to open a new browser. I have tried the '_top' and '_parent' but they replace my application.
    Is there any way to open the image in the same open window? Please advice.

    It is possible to specifiy a named window instead of _blank.
    So you could use the following instead:
    web.show_document('html/hello.htm','my_window');
    where my_window can be anything you want to call that browser window.
    However, I have discovered that if you put this in a button trigger, the second time you press the button (if the window is still open) it will not take focus - ie. it remains in the background.
    You can get around this by closing the window if it is already open:
    web.show_document('html/close.htm','my_window');
    web.show_document('html/hello.htm','my_window');
    The close.htm needs to contain some javascript to close the window:
    <html>
    <body onload="closeit()">
    <script>
    function closeit()
    window.opener = top;
    window.close();
    </script>
    </body>
    </html>
    Apparently XP SP2 is a little stricter with javascript and may not allow this. Also, not sure if this works in all browsers, I only tried IE6.

  • Open application windows in the same place consistently

    Hello,
    I am hoping to find out if anyone knows of a good way to convince application windows to open in the same location on the screen every time, consistently. This is, clearly, a minor problem, but perhaps you know how to do it. For example, I tend to use Safari with the window open over the entire screen, but every time I open a new window it locates itself with a couple mm between left side of the screen and left side of the Safari window, and the right side of the Safari window (the scroll bar) is partially off the screen (because the window is shifted). So every time I open a new Safari window I have to click the top bar and drag it a little bit to place it where I want it. Is there a way to "teach" Safari where I want it to open so that it will open in the same place every time? Maybe the problem is that I have a hidden dock on the left side of the screen and Safari does not want to come too close to the dock?
    (I also have the same issue with Mail, because though I use that program with the application window only open over part of the total screen area it always opens in the same place on the screen which is always slightly off from where I want it to be)
    Any suggestions? Thanks!!
    PS I apologize if this has been posted before; I tried several searches but the only results that came up were not at all related to my actual question.

    I don’t think there is a way to teach Safari not to shift the window when a new one is created. And I don’t think it is related to the position of the Dock.
    I leave a few cm of space on the right side of the Safari window and have the screen filled from top to bottom with the Safari window. Then when I make a new window, it opens shifted a little to the right of the previous window, but it doesn’t put the scroll bar off the screen and because the screen is filled from top to bottom, it doesn’t shift down, just right next to the previous window.
    You might try using tabs. When you click a link that you want in a new window, hold the Command key down. It will open in a new tab in the same window and you can change between the window tabs by clicking on it on the top of the window. The X on the tab will close the tab.

  • Can you open multiple windows of the same Keynote presentation?

    Like you can in PPT, where you can go Window > New Window, and see more than one slide at once of the same presentation in the large view. If there is any way to view more than one slide at time, in the large view, please let me know.
    I know about Light Table, and that's useful but I really want to be able to open multiple instances of the same presentation like I could in ppt.

    Thanks, I will. It seems like such an obvious thing, yet I could not find anyone referencing it anywhere. I thought I was the only one who used ppt (or now keynote) that way. Otherwise it is awesome, so much better than PPT.

  • Opening New Window for the file

    Hi Everyone,
    I have a requirement, where in the client has policy file, which is made to display when clicked on a link.
    But the problem is, the pdf policy file opens in the same window. If the user closes the pdf policy file window, the connection to the application will be lost and the data that is entered in the previous page is also lost.
    For the above reason, the client wants the file to open in a new window instead of in the same window. So that the connection to the application is not lost, even if the Policy file window is closed.
    Can anyone help me in accomplishing the above with list possible customization.
    Thanks in Advance.
    Regards,
    Pavan

    Hi!
    I have the same problem. I'm using a commandButton on af:table row that opens the file, stored in a column of that row.
    <af:column>
    <af:commandButton text="Show attachment"
    actionListener="#{backing_FileUpload.downloadFile}"/>
    </af:column>
    The code I'm using is:
        response.setHeader("Content-Disposition",
                           "attachement; filename=\"" + lsFilename + "\"");
        response.setContentLength((int) length.intValue());
        response.setContentType("application/x-download");
        try {
            InputStream in = loBlob.getBinaryStream();
            OutputStream out = response.getOutputStream();
            byte[] buf = new byte[1024];
            int count;
            while ((count = in.read(buf)) >= 0) {
                out.write(buf, 0, count);
            in.close();
            out.flush();
            out.close();
            loFC.responseComplete();
        } catch (IOException ex) {
            System.out.println(ex.getMessage());
            ex.printStackTrace();
        }This gets the file opened in the same window on the same jspx page. Ehat I would like to do is to open this file in a pop-up or a new browser window so the user can simply get back to the page from where he opened the file.
    I'm thinking about creating another empty jspx page just for showing files and send the file to this page but I would like to know if there is a better and more simple way to do that.
    Thank you!
    BB

  • Is there a way to open new tabs on the same site without having them go to a new window?

    i like to go to article sites and open up many tabs where each tab is a new article. this allows me to quickly go from one article to the next. when i try to do this with the new firefox it opens the new tabs in a new window because they are from the same site. is there any way for me to turn that feature off?

    Do you mean the Switch to Tabs kicks in if you enter an already opened URL?
    *Switch to Tab no more: https://addons.mozilla.org/firefox/addon/switch-to-tab-no-more/

  • How do I Open a New Window to the Same URL?

    When I click CTRL-N to open a new WINDOW, is there a way to have that new window open to the SAME URL as the one I was on (instead of opening to my Home Page)?

    Hi jpeg,
    Not exactly what you want but it may help.
    You can right click a link or middle click it to open in a new tab, so that is an indirect method of duplicating a tab.
    *[[Keyboard shortcuts - Perform common Firefox tasks quickly]]
    *[[Use mouse shortcuts to perform common tasks in Firefox]]
    A more direct method is to drag a tab with a Ctrl + Left Click
    Alt+Enter creates a new tab from the search or address bar.
    It is possible to customise the newtab page. It is even possible to set it to any chosen URL, but I am not aware of a method of setting it a dynamic tab in current focus, which is what you may wish for.
    * [[New Tab Page – show, hide and customize top sites]]

  • My Google preferences are set to show search results in a new window. However, when I do a Google search, it Firefox always opens 2 new windows with the (same) results. How can I fix this?

    I did not change my Google settings. I always have had it set to open search results in a new window. Some time ago, it started opening up two windows that have identical url/content.

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Hopw to open a new window of the same page (duplicate window)?

    When I open a new window I want Firefox to open a duplicate of the page I'm on. If I open a new window it always opens my homepage window.
    == This happened ==
    Every time Firefox opened
    == this is not a bug. it is a feature needed if it's not already available.

    Clone Window extension - will also Clone a Tab:
    http://www.pikey.me.uk/mozilla/?addon=cw

  • Need to Open Two Windows at the same time

    Hi All ,
    I have a requirement wherein I am opening a new page when the user presses a link . The information displayed to the user in the new page is Read-Only.To display the reqd info on the new page I pass some parameters encoded in the page call URL.
    Besides , displaying the info in the new page , it is imperative that i allow the user to continue performing some transactions in the current page (calling page).
    However , i am not able to achieve the same . If I use 'retainAM=Y' in the URL then i pass the Session Control from the calling page to the called page . So that option is out.
    Can u suggest something wherein i am able to pop-up a new page to the user , but still not loose the session control from the current page.
    It is necessary that the user has both windows open to perform the transactions.
    Thanks
    Chirag

    Senthil
    I need to clarify some things . I cannot create an OA Function as you have earlier advised . Lets say its a constraint i have. My scenario is that i have to prepare a HyperLink Declaratively . In that i am currently giving _Blank as the target .
    Now i want to open the new page and still allow the user to perform some transactions in the original page while the new page is still open . How should i go abt maintaining my AM from original page.
    Following are the scenarios i have already tried out.
    1) I have opened the the new page and released my application module in that page . This didnt work .
    2) I have tried doing retainAM=N . This also does not work.
    3) Using PopUp is not an option since i cant create OAFunction .
    Are their any other way . When i open a new window thru a current window , my AM gets transferred to the new window . Hence i am not able to perform any transactions on that the original page . How can u release the AM On click of a link ?
    Pls Suggest
    Thanks
    Chirag

  • Hyperlink does not open new window on the second page

    Hi,
    I have a report which shows list of products. Every product id has hyperlink to show details. When I click on any hyperlink on the first page, it opens in new window and looks good. But the hyperlink from the second page opens in the same window and overwrites main report.
    I am not sh=ure what is happening?
    Does anybody come across such problem and have the solution?
    Thank you.
    Julia

    Hi Julia,
    This is the way to resolve the issue in BO XI 3.1 SP3 :
    Open the existing Crystal Report in the Crystal Reports Designer
    Edit the formula which was created in the above step and replace sWindow=New with "target=_blank" as follows:
    a href="http://<servername>:<port>/OpenDocument/opendoc/openDocument.jsp?sDocName=Drilldown" target="_blank"> MyTest </a>
    Save this formula and save the report as well
    Log onto the BusinessObjects Server box and modify the web.xml file located in C:\Program Files\Business Objects\Tomcat55\webapps\CrystalReports\WEB-INF by adding the following code in it: 
    <context-param>
          <param-name>
                    crystal_encode_html_for_single_line_field_objects
          </param-name>
         <param-value>no</param-value>
    </context-param>
    5. Save this file
    6. Restart the application server (Tomcat)
    7. Now, when you open the report in InfoView and click on the hyperlink, the target report should open in a new window.
    Regards,
    Anchal

Maybe you are looking for

  • Warehouse Management (WM) Quality Management Interface

    When receiving materials into quality management from a purchase order the system automatically puts the material into the interim bin 902.   Is it possible to configure the system to automatically create the transfer order (and select the putaway bi

  • VL10B Issue

    Hi, How to restrict plant or shipping point in transaction code VL10B? Please advise us.. Thanks

  • OIM OID sync (IT Resource - Directory Server)

    Hi Friends , I am trying to get information about OIM OID sync (IT Resource - Directory Server) but i am not find any link. I want to find out what are limitation of this sync and how we can control sync attributes. Thanks in advance.

  • Can i get razer comms for mac?

    I've been searching all over and i can't find a download for mac... can anyone point me in the right direction or is razer comms just for windows?

  • PLEASE HELP - cant switch frame from html to excel and vice versa!!

    Hi I'm have been unable to dynamically change an html frame to display in excel format. The variable that determines whether this page should be html or excel comes from another frame. Its not working... Any ideas why this would be? seems to be a str