Confirmation to the new page box

I created a confirmation box that is displayed when someone clicks on a button on my page, simply stating that the future will lose any current changes, they did. I've got the navigation works without problem. The thing is that I'm using a JavaScript control to navigate and not turned the page to the correct values on the new page, or if it opens a blank entry if a new should be created. I tried to empty the cache of the page, but which makes it just an entry blank anything. The JavaScript code that I use is:

< script language = "JavaScript" type = "text/javascript" >
<!--

function confirm_response()
{
var response = confirm ("are you sure you want to open the communication log? \nAny changes will be lost. »)
If (answer is true)
{
Window.Location = ' f? "p = & APP_ID.:4: & APP_SESSION.:4, P4_ID, P4_PARTICIPANT_ID.
}
on the other
{
do something else
}
}
->
< /script >

If I tahe the first 4 on 4, P4_ID, P4_PARTICIPANT_ID section, it just evokes the same entry over and over again. I need to be able to pull the top of the selected entry, or a vacuum if necessary. Any ideas? Thank you.

Josh

Josh,

You are welcome. Don't forget to mark answers are useful or correct. It rewards those who hep you and others also allows to find a solution if they have the same problem.

Kind regards
Dan

http://danielmcghan.us
http://sourceforge.NET/projects/tapigen
http://sourceforge.NET/projects/plrecur

You can reward this answer by marking as being useful or correct ;-)

Tags: Database

Similar Questions

  • My page corrupts when I drag an image from the bridge to the new page?

    My page corrupts when I drag an image from the bridge to the new page?

    Hi helenc79843028,

    Could you please confirm the version of Photoshop and the bridge work, also what operating system?

    And could you please attach a screenshot of what you see in Photoshop.

    Kind regards

    Tanuj

  • Add the new page number with gaps in indesign extension app

    Hi all

    I develop an application for extension adobe indesign with adobe flex 3.4 sdk.

    the application object is to publish the document to a remote server.

    I did well all options.

    now I am facing problems to Polish.

    the problem is,

    (1) adding new page

    Let's say that a particular indesign document (portrait) contains 6 pages.

    Page 1, 2 are spread

    Page 3

    Page 4

    Page 5, 6 are spread

    Now, I will add a new page through the indesign extension.

    When I try to add a new page. It will add to the last page of the spread. (Page 5, 6)

    Finally, he became Page 5, 6 and 7 in propagation.

    What I want is.

    After you have added the new page, the document must have the following structure.

    Page 1, 2 are spread

    Page 3

    Page 4

    Page 5, 6 are spread

    Page 7

    Is my code to add the new page.

    document: var Document = app.activeDocument;

    document.pages.Add ();

    Please suggest me how to add a new page (without extension)

    Thank you

    Malaris

    Try the code below

    document: var Document = app.activeDocument;

    document.spreads.Add ();

    But make sure you use this code on a document that may be the structure of the page that had mentioned you, that is to say it must be created by unchecking the options 'facing Pages' in the dialog box new document. Otherwise, it will add two pages of the document.

    This should solve your problem.

    Manan Joshi

    -InDesign efficient Solutions

    MetaDesign - Solutions

    http://metadesignsolutions.com/services/InDesign-development.php

  • Beginner question - why the new pages always spread?

    Whenever I insert new pages to my doc, they're pasta spread, even if the master is implemented in a single page.

    In the workspace, spreads in the thumbnails of Pages dialog box. I don't want that.

    I want pages simple, stacked vertically.

    I deleted all the masters and made a new Master - a single page. When I insert Pages and add pages 3, 4, 5, they always display product.

    I've looked everywhere I can think of and you can find no place in the Pages dialog box to change this for simple pages.

    Thank you

    When you start a new Document, simply uncheck the pages box facing in the new dialog box.

  • Confirmation in the same page

    Hello

    I need suggestions on how to make the confirmation in the same page

    I tried to use the new page of dialogue but is to open another window

    In my requirement once the user selects save I need to display the confirmation on the same page

    Can anyone guide how to solve this problem

    Thank you

    Krishna

    Hello Krishna,

    Great!

    Then, please indicate your question as answered

    Thank you
    -Anil

  • How to use the "back" button to return to the new page tab in FF15

    In FF14 I could
    (1) open the new tab and see the new tabs with thumbnails of page 9 page.
    2) click on a thumbnail and go to this page.
    (3) click on the back of FF button, who took me to the new tab page so I could click on some other thumbnail.

    In FF15 which doesn't seem to work. In step 3 above, the previous button is not active/active and so I can easily go back to the new page tab. How to get back in a simple way?

    No, you can no longer use the previous button back to the topic: newtab page if you have opened a page by clicking on one of the slots on this page.

    You need to close the tab and open a new tab to get this page or set as the home page and click on the Home button.

  • where are the special characters in the new Pages?

    where are the special characters in the new Pages?

    Menubar pages: Edit: Emoji & symbols, or control-command + space combination. Same situation in other Apple applications. In addition, available as a menu item from the menu entry in the menu bar to the right, Finder.

  • Redirect to the new page of pl sql / process page?

    Hello

    I'm working on a page with a form for users to download the data.  When you press the "submit" button, it runs a process Page.  After the process is complete (i.e., to insert a new record of DB) we need to create a branch to a new page with treatment notes (defined in the process).  I tried to save the notes to an item on the first page and then configure a branch that fires "to submit, after treatment...". ' and includes notes in the industry, setting the value of an item on the new page.  It works in part but seems to truncate the value of the notes.  Is there a limit to the length of the string that can be passed via a branch page?

    Or is there a better way to do it?  Maybe there is a way to branch directly in the process?  If so, it would be easier because I wouldn't have if all goes well define a page element, just to pass this value along to the new page.

    Thank you

    Steve

    Hi Steve. 1234555 - Oracle,

    Agree with the suggestion of fac586:

    The value of the item on the new page can be defined directly in the process, or later without including the value in the branch (make sure that the direction is not clear the session state in the target page). Even better would be to give notes a structure to put them in a collection and displays them using a report.

    Here's how you can do if your process is PL/SQL:

    DECLARE
    
      L_NOTES VARCHAR2(512);
    
    BEGIN
    
      -- process for insertion and setting notes
    
      -- setting notes item on page to be branched
      APEX_UTIL.SET_SESSION_STATE('P2_NOTES', L_NOTES);
    
      -- redirecting/branching to the page
      APEX_UTIL.REDIRECT_URL (
          P_URL => 'f?p=' || :APP_ID || ':2:'|| :APP_SESSION ||'::NO:::' );
    
    END;
    

    Reference:

    I hope this helps!

    Kind regards

    Kiran

  • Migration from the old to the new storage box

    O/s - AIX
    Present Storage - storage IBM XIV
    New storage - HP EVA 8400

    We intend to migrate from old storage to the new storage box. Here's the oracle servers.
    storage team and AIX o/s teams will migrate data from the old to the new storage box storage box. (step of migration include - backup of volumes of the o/s and even restore in new storage box).

    WHAT SHOULD DO ORACLE DBA, RECOMMEND SO THAT OUR ORACLE DATABASE SHOULD WORK JUST FINE ON THE NEW STORAGE SYSTEM? Please share your entries?

    My hypothesis: The o/s team as AIX will be due work migration preferred to be a s/n, we need not do binary oracle / oracle data files will be the same migrate to new storage box as it is. We being ORACLE DBA should simply ensure that we should have our oracle databases registered with us architecture.

    All Suggestions, questions are welcome, thank you friends.

    Yet once if administrators can make the local hard drive appear identical to the operating system when the contents of the disc is moved to the new storage unit you should not have to do anything. If the local drive cannot make it appear exactly the same that I would probably want to re - install Oracle and patch then just start my database to the newly built House. The note of Oracle on cloning Oracle Home can present a different option.

    It would be nice if this process has been run on a test server before production, because according to your window, you don't want to build a new House of Oracle after the migration to disk. I would like the House to be brought as part of the file movement or I would create before it is tested and ready.

    HTH - Mark D Powell.

  • together in the new Page

    Hello all,.

    We used a group above Style in our report.
    In our report, certain lines of the last group are left in the previous page.
    We wonder to appear on the new page as easy to use.

    If you have a chance, please share your experience.

    Thank you

    S! G

    We have done in the past:

    Repetitive structure
    General layout
    Page protect

    If you have any questions, post.
    If not, reward accordingly.

  • Copy of the CSS rules in the new page

    Is it possible to copy all my changes to a preset CSS, header liquid two columns and footer presenting, in a preset, two static column header, and implantation of the footer so I don't have to redo all the rules on the new page?

    Thank you

    scriptmemory

    Hello

    It's a little difficult to say what changes you need without seeing the page. But if the CSS is in the top of the page, then you must save the old page as a new page, then only change the CSS that makes the liquid columns fixed px size.

    Cristian Dorobantescu

    Of the Flexi CSS layouts - creating CSS layouts in Dreamweaver without coding

    www.extenstudio.com

  • New Record on the new Page - XML Publisher

    Dear members,

    I use Oracle Applications 11.5.10.2 and Microsoft Office 2010. I have installed the respective patch and designed a XML report with success.

    I display in my XML report, master and detail records. For example, let's say the details Dept and Emp.

    When I generated the preview, it displays the data permanently. I mean at the level of the header, it shows 10-Dept details below it will display the employee details located in the Dept 10 and immediately, without any page breaks, it displays Dept-20 and its employee details.

    But my requirement is I want Dept-20 to be included in the new page instead of permanently display.

    I pray the respective members of the group to help me solve this problem.

    Best regards
    Arun D. Reddy

    Can you send me a sample of RTF and xml to my email ID files in my profile so that I can have a look.

  • The new Page tab is not seen

    Hello

    I work with the database server and I added the new page tab is not seen.
    I have already compiled and validated the project. Also, I already have the server.

    New project: Xxaa new project
    My new tab Page has like screen: new screen Xxaa
    : My view new Xxaa new

    I added the new page tab in the "Siebel universal Agent" Application and I have compiled the project "Xxaa new project" and "universal Agent of Siebel. After I connected to "Call Center", but I do not see the new Page tab

    I sailed in the application 'Card Navigate-> Site-> User Preferences-> tab' layout but my new tab page "Xxaa new screen" is not checked "Hide" flag

    Also I added the new responsibility: "Xxaa new responsibility" and I added the new discovers 'Xxaa New View' and the SADMIN user has grants.

    What should I do?

    Published by: Wings2009 on July 15, 2009 19:03

    Did you create new columns? If Yes, have you applied and activted these columns
    Try a complete compilation of all projects

    Goud

  • Details of a master record on the new Page

    Hi guys,.

    I have a requirement where I have a page named Page1 for example.

    1 page 1:

    This page has a few form fields that form the master file and here is that there is an array of advanced, which shows the child records for the master domain

    I've implemented this successfully via ViewLinks and objects of the Association and Page1 works very well

    Now, for each of these child records in Page1, consist of several records of children, which should be displayed in a new Page, suppose for example, Page2

    2 page 2:

    In this 2 page, I would like to enter data into an advanced table (there may be several lines), for each of the child records in Page1.
    After you have entered the data on page 2, I need to go back to page 1.

    In the same way on each of the child records in page 1, I would like to go into details in page 2 and return to page 1.

    Finally, I should be able to Commit or rollback at the end.

    But so far I was not able to do this in the new page. :( Data on page 2 is too much.

    Someone told me that it is not possible in a new page.

    Could someone help me?

    Also good season to all!

    its Possible.
    All you have to do is, just create the same module of RootApplication for 2 pages.
    and use retainAM = is in the navigation between pages.
    That should be enough...

    And when you navigate to the second page, do not call vo.executeQuery () or whatever it is which evacuates the changes pending in the VO.
    When you navigate to the second page, just find the line of girl, that you want to update using vo1.findByprimarykey)
    and use the method vo.setCurrentRow (firstChildRow) the first child VO to refresh the lines of the second child

    See also the exercise of updating in the Toolbox tutorials where the transaction is maintained between the three pages.

    Prasanna-

  • Insert the new page to the Clipboard - landscape

    I would like to insert a new page in the Clipboard into an existing PDF.

    Through Page thumbnails-> insert Pages-> results of the Clipboard into a page portrait, not landscape.

    I looked everywhere, but couldn't find a way to insert a landscape page.

    Maybe it is not possible at all?

    Acrobat Pro XI

    SnagIt-04082013 073247.jpg

    Thank you.

    =

    All the methods of creating dynamic pages use the settings "create PDF from Web Page".

    Pages > insert more Options > create a PDF file of the Web Page > settings > Page Layout, change the choice and exit the dialog box.

Maybe you are looking for

  • Satellite Pro A300D - error during DVD playback

    Hello I have a problem with my satellite Pro A300-140 under Vista 32 - bit OS Whenever I try to watch a DVD I get an error message "unable to output the video to an external device. Please check the external output setting after the end of the applic

  • Only room for a Ram Module

    Please can someone tell me if the 2 gigas of it's ok? http://www.ValueRAM.com/datasheets/KHX6400S2ULK2_4G.PDF What would be the best RAM upgrade? Thank you

  • Satellite Pro L300 - external monitor has a yellow tint to the screen

    I have connected a new external monitor to my Sat Pro L300 and the monitor of the station has a strong tinge of yellow to the display.I have tried with other monitors and cables and they do the same screen that is yellow. Can anyone suggest what I ca

  • LED light for Wi - Fi on Satellite L40 - 14F does not illuminate

    Is he someone correct the problem with LED light for Wi - Fi on L40 - 14F?

  • MY v470 Lenovo is not in windows

    Hi guys, the problem is when I turn on my computer it is, lenovo logo and does not have something He just stop there and nothing happens... it stay one day and nothing happens... I do not understand what is the problem? any ideas guys? Thank you!!