How can I call a pop-up in the pages of the OPS

Hi all
Hope you will be good enough.
I would like to add a pop-up window when I click a button and in this pop-up box, there should be a checkbox.
and this box should be able to update a database column value.


How can I do
Please explain it is urgent.

Dilan

There is no integrated for 11i PopUp window.

You can achieve the same thing using javascript, but at the same time... its very advisable not to use javascript with OFA. Ask your customer to change the way.

Kind regards
GYAN

Tags: Oracle Applications

Similar Questions

  • How can I call someone from support on the Activation?

    I have Adobe Web Premium CS3 which I paid something like $2,500 years ago. I have it on my windows machine 8 but upgraded to 10 windows without disabling my permit first. Now it says I have 5 days to activate it. The phone number in the activation support page says you no longer manage activations by phone. Please let know us to whom I should call/email for I'm sure that I wouldn't post my serial number etc. on a public forum

    In fact I found the cat and my problem was solved... Thank you

  • Change in TableCell, how can I call commitEdit when you exit the cell?

    Hello

    Maybe you can help me solve my problem posted here:
    http://StackOverflow.com/questions/7868188/JavaFX-2-save-edit-in-TableCell

    Thank you

    Edited by: OansZwoa the 24.10.2011 02:23

    I have posted a response to your question on stackoverflow, but included here for convenience (I think most of the users of JavaFX using the Oracle forums vs StackOverflow for the moment)

    private void createTextField() {
            textField = new TextField(getItem());
            textField.setMinWidth(this.getWidth() - this.getGraphicTextGap() * 2);
    
            // Detect a change in focus on the text field.. If we lose the focus we take appropriate action
            textField.focusedProperty().addListener(new ChangeListener() {
                public void changed(ObservableValue observable, Boolean oldValue, Boolean newValue) {
                    if(!newValue.booleanValue())
                        commitEdit(textField.getText());
                }
            } );
            textField.setOnKeyReleased(new EventHandler() {
                @Override public void handle(KeyEvent t) {
                    if (t.getCode() == KeyCode.ENTER) {
                        commitEdit(textField.getText());
                    } else if (t.getCode() == KeyCode.ESCAPE) {
                        cancelEdit();
                    }
                }
            });
        }
    

    I managed to find and implement an alternative to the edition by using binding cell - and it seems to eliminate all additional trapping event and the substitution of methods. It may have some side effects - but is less code to worry. I'll post when I had the chance

  • How can I make a dropdown bound using the OPS?

    Please note that this concerns the FPÖ. I am aware of the support in the ADF.

    I'm sorry this is a basic question, but I tried for days, and I see nowhere else to find an answer.

    I need a simple drop-down list, not a search. This particular list has only 10 or if items. It is based on a view that contains a code value, and a description. I need all of the descriptions to be available at all times. Just click on the arrow, and the entire list is displayed. When the user selects an entry, the code associated with the discription fills a related attribute. Ideally, when the page is instantiated, the code value control the visible text in the drop-down list value collapsed. Visually, it would be similar to an html < select > element.

    Can someone please tell me how I can produce such a simple thing, or point me to the documentation?

    Thank you.

    Hi Pete,.

    Below the blog can help you meet your requirement.
    https://blogs.Oracle.com/prajkumar/entry/implement_poplist_in_oa_framework

    Let us know if you face any problems.

    Kind regards
    Stephanie.

  • How can I call a stage, which is in a sous-suite, of a different sous-suite

    Hi, could someone me, please?

    How can I call a stage, which is in a sous-suite, of a different sous-suite.

    For example:

    Two sub sequence, is called, it is called B. In the order B, there is a step called BStep.

    In a sequence, there is a stage called AStep.

    Now, I Hope AStep can I call BStep, how can I do?

    Thank you in advance!

    Allan,

    What you're asking to do is not a practice of good software.  That's like saying you want to call a single line of code into a DLL.

    The best way to do what you want is to put the steps in a 3rd sous-suite.  Then set the subsequence with the parameters of the step.  Then call this subsequence of a sequence and the sequence B 3rd.

    This way, whenever you update the stage, they both get changes.

    Hope this helps,

  • How can I call the stream media player in webworker.

    Hi all.

    I need a few snipets of invoke media player from the webworker blackberry

    How can I call it stream media player in webworker please help me.

    You should be able to:

    location.href = 'mymediaurl';
    
  • I get a pop up saying screen... "you want to allow this site to run?" ... CCS. EXE. Microsoft Corporation... How can I remove this pop-up... or is this a virus?

    as I'm reading emails and click on an article...  That is to say: New York TIMES, I get this pop-up... asking to "allow" or "do not allow"... I arrive at the article I "allow"or"do not allow"... This has happened for at least two weeks now... How can I remove this pop-up? It is a virus, I ran several scans to check, nothing found... is this a legitimate warning? the pop-up displays a list of microsoft... CCS. EXE.

    Hi Benny,.

    1. what web browser do you use?

    2. did you of recent changes on the computer?

    CSC.exe is the executable and related to .net framework c# compiler.

    Note: Try the steps only if you are using Internet explorer as your web browser below.

    Method 1: Check if Add-ons on Internet Explore are causing the error. I suggest you try opening Internet Explore mode without modules.

    (a) click the Start button, click all programs , and click Accessories

    (b) click on System Toolsand then click on Internet Explorer (No Add-ons).

    For more information, see the link below.

    http://Windows.Microsoft.com/en-us/Windows7/how-do-browser-add-ons-affect-my-computer

    Method 2: If the previous step fails then I suggest that you reset browser settings Internet explorer to the default, if you use internet explore as a web browser.

    For more information please visit the link below.

    How to reset Internet Explorer settings

    http://support.Microsoft.com/kb/923737

    Important: Reset Internet explore its default configuration. This step will disable also any add-ons, plug-ins or toolbars that are installed. Although this solution is fast, it also means that, if you want to use one of these modules in the future, they must be reinstalled.

    See also: http://support.Microsoft.com/kb/831259  

  • How can I call Adobe? I need to talk about how to create my site and bind it to lightroom. I have creative cloud.

    How can I call Adobe? I need to talk about how to create my site and bind it to lightroom. I have creative cloud.

    The only phone support I know is not for sales, the use of programs

    You will also likely get detailed assistance in the specific forums for the programs you use

    Forum of https://forums.adobe.com/thread/1929760 to find a forum for your program list

  • How can I call method on the view controller Business components

    Hello
    I did a general method to display messages at the view level,
    How can I call this method in the method after validation in the EntityImpl appears automatically after the validation operation.
    Gold how can I call it in _ validationbutton to display after validation;

    public class MessageBeans
    *{*
    public static void showMessage (String title, String msgBody, String msgType)
    *{*

    FacesContext fctx = FacesContext.getCurrentInstance ();
    FacesMessage msg = new FacesMessage (FacesMessage.SEVERITY_INFO, title, msgBody);
    fctx.addMessage (null, msg);


    *}*
    *}*

    1 - Drag and drop the operation of control of data validation on the page.
    2 - Double click on the button, this will bring the dialog box link Action property that allows you to link the button action method in the bean.
    3 - Select the managed bean, or create a new and enter the name of the method. and click Ok.
    3. This will create a method for you to like those posted before, you just need to change the method and show the message after successful validation.

  • How can I call Save as dialog box before you download pdf files?

    How can I call Save as dialog box before you download pdf files?

    Here's my favorite scenario:

    1. the user clicks on the button

    2 Save as dialog box displays

    3. the user chooses the place

    4. a set of PDF files download here OR download a single zip file

    Background:

    I want to ensure that the user sees that the files are downloaded. I'm content to users who are not Web warned.

    Concern:

    1. the user has no idea how to find the downloaded files or files have even downloaded.

    2. I would like to deliver all in the form of zip files. Not sure if the automatic opening of zip files still exist.

    FOR INFO:

    I use jQuery UI buttons. Not sure if that factors in the response.

    Just for clarity, I'm not forcing a download. The user will click on a button.

    Click on a button or click on a link, either way you are technically running a script to force a download.

    I guess that's the PHP on the server.

    Yes but it is only a part of it.  Once the form runs, another script is called that opens the browser download dialog.

    Y at - it a php script to call the open/save dialog box?

    Yes.

    
    

    Name this file zip2download.php.

    Add a link to your HTML page:

    zip2download.php">Download the Zip

    Nancy O.

    ALT-Web Design & Publishing

    Web | Graphics | Print | Media specialists

    http://ALT-Web.com/

    http://Twitter.com/ALTWEB

    http://ALT-Web.blogspot.com/

  • How can I call two functions in the HTML Form element attributes

    Hello

    I want the same value in the text field two, when I select the value to select the list then the value with a number increment should be two text field.
    I use both java script

    < script >
    function sumItems() {}
    function getVal (item) {}
    If ($x (point) .value! = "")
    Return parseFloat ($x (item) .value);
    on the other
    return 0;
    }
    $x('P19_LAST_END_YR').value = getVal ('P19_LAST_STR_YR') + 1;
    }
    < /script >


    < script >
    function per1Items() {}
    function getVal (item) {}
    If ($x (point) .value! = "")
    Return parseFloat ($x (item) .value);
    on the other
    return 0;
    }
    $x('P19_LAST_END_YR').value = getVal ('P19_START_YEAR') + 1;
    }
    < /script >


    now how can I call function onchange two attributes of the element in the HTML form for the discount:
    ' onChange = "javascript:sumItems()" onChange ="javascript:per1Items().

    Hello

    Try

    onchange="sumItems();per1Items();"
    

    BR, Jari

  • How can I add an icon to a Web page in my bookmarks bar?

    Most Web pages have the coding for the small square icon in the bookmarks toolbar.
    Some do not.
    How can I add an icon to a Web page that does not have an assigned icon?

    It saves space for icons rather than a description of the page.

    These icons are called the favicons. Unfortunately, there no Firefox builtin feature to customize or change the favicon as the favicon is determined by a line in the HTML code of the site.

    There are many addons for Firefox that improve your browsing experience and allow you to make some customizations to Firefox. You can browse the addons of Firefox here.

    The only addon that I could find was the Favicon Images bookmarks addon, but it seems that there are some restrictions and you are only allowed to choose an icon from the list of the addon, not a custom image.

  • How to properly call modal vi function in the C dll

    I have a labview function that takes a string as input and passes out when the user clicks OK in a 2 button dialog box. I have built a dll and then calls the function from a C++ environment by using the LoadLibrary function. If I set the Panel before shows the default settings and NOT modal the vi is displayed correctly but the dialog box box does not work. If I put the Panel before the vi to modal then vi front panel display correctly, therefor there I find that the dialog should be modal in his view.

    My question is about C++ How can I call a dll that displays a Modal form correctly? or how can I change the dialog box in modeless behavior / defect that can be done to the face before of the vi?

    Thanks in advance for any help.

    Hi, thanks for yor reply.

    The dialog box displays only partially. No, I have not tried the express vi, but I did create a vi to behave like a dialog box 2 button

    allowed me to define it as modeless. It also displays only partially.  I since first announcement also tried to run the dll also using labview and teststand to call the dll, in both cases the dll load and behaves correctly, the dialog box appears correctly.

    This suggests that the problem is with the C++ code but not being is not a very experienced C++ programmer I don't know how to debug the problem more far.

    Any help is highly appreciated.

  • How can I reinstall windows 7 after replacing the hard drive?

    How can I reinstall windows 7 after replacing the hard drive? do I have to call microsoft or I can retrieve it somehow to the old hard drive?

    Well, that certainly puts a different point of view on this subject.

    There are data recovery services that can recover data from disks that have suffered from various types of failures. However, they are quite expensive. Unless the data is particularly useful, it is generally not useful.

    If your Windows 7 is an OEM version, installed on the computer when you bought it, the manufacturer could have a recovery disk on sale. If it was a retail copy and you always have the appropriate product/serial number, you can get a DVD of their team of parts replacement.

    http://support.Microsoft.com/kb/326246

    Tom Ferguson

  • upgrade from windows 7 starter edition to professional b and I want to go back to the starter, how can get on this subject and also the number of activation and the production of my Starter how do I get it?

    I updated level of windows 7 starter edition to professional but I want to go back to the starter. How do I go about it. I also want to know how can I get my product number and the activation number.

    New computers coming often pre-installed with Windows 7 have what is called a recovery partition. This is used to reinstall an operating system in the case of a system failure. To access it, you need to start when you start your computer by pressing a function key. This can be either F1, F2, F9, F10, F11, F12 key DEL or tab. See the manual that came with your PC for instructions on how to reinstall Windows.

    This is how the recovery partition is available for the most popular brands

    For Dell, press CTRL + F11 directly after switching on the device

    For HP, press F11 directly after switching on the device

    For Toshiba, press and hold "0" BEFORE and during the power upward

    For Acer, press and hold ALT + F10, as soon as you see the logo

    For Samsung: Press the F4 key to the Samsung logo when you turn first.

    For Asus, press F9, as soon as you see the Asus logo.

    Advent, restart your computer. Then, press F10 repeatedly until the message "Starting system recovery"

Maybe you are looking for

  • LabVIEW time Edit menu and right-click on shortcut menus

    How can I add a menu item to menus of time labview edition and the contextual right click menu of any object selected in a block diagram? I would like to integrate the tools commonly used by me out of the springboard script tool in real labview.

  • Compaq 110: fatal error halted

    Help me I have a compaq mini 110. I didn't on this subject in the year and when I turned it on it said Fatal error... System stopped CNU94191WM can someone tell me PLEASE how to fix this Thank you

  • Windows Explorer comments disappeared

    Using Windows XP and Vista and Office 2003 and Office 2007, I wrote descriptions of the pictures by clicking on properties, information and comments.  My new computer uses Microsoft Office 2010 and Windows Enterprise Pro, and comments no longer appea

  • BAM Oracle report to display the number of records

    HelloWe have configured a BAM report that displays data from a DB view. now, since my opinion has 100 records and we would like to show only 100 first records on the page of the report.I understand that this is possible by changing my request by addi

  • Images expanded when you drag on the canvas of folder

    Pasted below specs.  I upadted PS cc 2015 yesterday via the application of office and since the update when I drag pictures on the Web since windows Explorer, pictures are enlarged a lot... I owe their scale to 24%.  It's never happened before.In add