Update the Table in the form every 2 minutes

I jdev 11.1.1.4 and I have a JSF application.

I would like to refresh af:table in af:form automatically every 2 minutes.
Is it possible? and if it is possible, how?

Thank you

Check this demo for Shay. That's exactly what you need
http://blogs.Oracle.com/Shay/2010/12/using_the_afpoll_to_refresh_pa.html

Tags: Java

Similar Questions

  • Satellite P300 - 20 H refresh the screen every 10 minutes and turn off during 3 sec

    Hey,.

    Basically, I bought my P300 Sat about a month previously and each time it runs, battery, the same error will occur...
    It will update the screen every 10 minutes or more and turn off for 2-3 seconds.

    This isn't a big problem, but it is annoying that I can not sort.
    I tried to run a check of problem to find a solution, but he says that he can not find a.

    Help, please
    Thank you.

    Hello!

    Can you please explain what you mean with refresh? And what exactly is happening?

    It is not easy to say what the reason is for this, but have tested an external monitor on the laptop? And you can determine if it s a problem with the internal display or not.

    In addition, you must make sure that you have installed the latest display driver and BIOS. The two you can find on the Toshiba site:
    http://EU.computers.Toshiba-Europe.com-online decision-making supported Downloads & => Download drivers

    If you installed a display driver Toshiba not you should remove it. These display drivers can often cause problems and don t have protection against overheating.

    Good bye

  • Help with code to insert, and then update the form table.

    I have a form where a user can add a new record in a table. Here is the procedure for recording button that works very well. But I call another procedure for updating the table with an "if" statement "The SQL code that I use works fine to get the data I'm looking for when I run it in SQL, but the 'if' statement updates all records in the table to ' n ' when some should be"Y". I am new to Oracle forms development (3 months) so it's probably very simple, but I'm stuck and need to get this finished form. Any help is greatly appreciated.


    SAVE BUTTON TRIGGER PROCEDURE:*.

    PROCEDURE SAVE_MM_1099_ADD IS

    MM1099_NO NUMBER (10);
    NUMBER OF THE YEAR (4);
    NUMBER OF NOTICE_SEQ_NO (10);
    NOTICE_NAME VARCHAR2 (30);
    TIN_FROM_DB VARCHAR2 (23);
    TSDI_DB VARCHAR2 (1);
    IRS_NTYPE VARCHAR2 (10);
    IRS_NDATE VARCHAR2 (10);
    BU_WH VARCHAR2 (1);
    NO_TIN_NAME VARCHAR2 (1);
    DUP_IRS_NOTICE VARCHAR2 (1);
    G1_IRS_NOTICE_3YR_2BS VARCHAR2 (1);

    B_SAVE_ADD boolean;

    Start

    IF MM1099_NO IS NOT NULL THEN

    insert into MM_1099
    (
    MM1099_NO,
    YEAR,
    NOTICE_SEQ_NO,
    NOTICE_NAME,
    TIN_FROM_DB,
    TSDI_DB,
    IRS_NTYPE,
    IRS_NDATE,
    BU_WH,
    NO_TIN_NAME,
    DUP_IRS_NOTICE,
    G1_IRS_NOTICE_3YR_2BS
    )
    values
    (
    MM1099_NO,
    YEAR,
    NOTICE_SEQ_NO,
    NOTICE_NAME,
    TIN_FROM_DB,
    TSDI_DB,
    IRS_NTYPE,
    IRS_NDATE,
    BU_WH,
    NO_TIN_NAME,
    DUP_IRS_NOTICE,
    G1_IRS_NOTICE_3YR_2BS
    );


    : system.message_level: = '5';
    Commit_FORM;
    : system.message_level: = '0';

    END IF;

    UPDATE_NUMOCCURTIN;

    END;

    PROCEDURE CALLED:*.

    PROCEDURE UPDATE_NUMOCCURTIN IS

    CURSOR c1 (NUMBER NUMOCCURTIN) IS
    SELECT THE YEAR, TIN_FROM_DB, COUNT (TIN_FROM_DB) AS NUMOCCURTIN
    OF MM_1099
    TIN_FROM_DB GROUP, YEAR
    SEEN (COUNT (TIN_FROM_DB) > 0);

    CR1 c1% ROWTYPE;
    number of v_recs;
    NUMBER OF NUMOCCURTIN;

    BEGIN
    v_recs: = 0;

    OPEN c1 (NUMOCCURTIN);

    loop

    Fetch c1 into cr1;
    When the % notfound c1 or c1% rowcount output > v_recs;

    IF cr1. NUMOCCURTIN > 1 THEN

    UPDATE MM_1099
    SET DUP_IRS_NOTICE = 'Y ';

    ON THE OTHER

    UPDATE MM_1099
    SET DUP_IRS_NOTICE = 'N';

    : system.message_level: = '5';
    commit;
    : system.message_level: = '0';

    END IF;

    v_recs: = v_recs + 1;

    END LOOP;

    CLOSE c1;

    END;

    For any help or suggestion will be greatly appreciated.

    IF cr1. NUMOCCURTIN > 1 THEN

    UPDATE MM_1099
    SET DUP_IRS_NOTICE = 'Y ';

    ON THE OTHER

    UPDATE MM_1099
    SET DUP_IRS_NOTICE = 'N';

    : system.message_level: = '5';
    commit;
    : system.message_level: = '0';

    END IF;

    There is no WHERE condition in your update, so always update you all THE RECORDS in your table. I guess it must be something like:

    UPDATE MM_1099 SET
      DUP_IRS_NOTICE = 'Y';
     WHERE TIN_FROM_DB=cr1.TIN_FROM_DB
       AND YEAR=cr1.YEAR
    

    Some general order questions about your code:
    Where your variables for your insert statement are filled? looking at your code they will always be NULL.
    Be careful when using the variable exactly as the names of column names. This may cause unexpected behavior (for example when it is used in the UPDATE statements).
    Why engage in the other branch, but not in the branch so?

  • Update the form called the calling form update

    Hello

    We have a custom form (form 1) in which we ask another form (form2) when a key is pressed in Form1.

    Based on an id generated in Form1, the formula 2 is met. Update any record in Form1, it is necessary that the corresponding records of Form2 should also be updated. the question is how do update form2.

    Please let me know the trigger appropriate in form1 to achieve this.


    TIA,
    SR

    948611 wrote:
    Hey Hamid,

    Thanks for the reply. The trigger for UPDATE doesn't work somehow.
    Another option?

    Hi, SR
    What is your code to the UPDATE trigger after?
    don't forget fire after update during the Post process and post the Transactions, after that a row is updated. This event fires once for each row that is updated in the database during the validation process to Form1 in the DATABASE, no formula 2
    When you call the Form2 update block with Execute_query;

    Hope this helps

    Hamid

    Mark correct/good to help others to get the right answers. *

  • Update the form of CSV courses and also to pre-fill adapter

    Hello

    I'm trying to provide a resource using the IOM API, which I am able to do successfully, but I also have a requirement to update the shape of a CSV file process. When I try to read and update CSV, it cancels the values populated pre-fill adapters even when they are not provided by the WB.

    Here's the logic I used:

    (1) read the CSV data
    (2) user of MSN search
    (3) resources available
    (4) treat the value form data after reading process values form a CSV.

    As soon as the data of the form process set the task runs, it updates the other fields (i.e. which are not provided by CSV) with a null value.

    Please let me know if there is another way that I can put a few of the fields in the CSV process form without destroying the remaining values.

    Thank you
    Rahul

    (3) formInstanceIntf to set processes form data by using setProcessFormData (proInstKey, map)

    I hope that you send only a few attributes in your card, not all of the attribute (attributes that were part of prepopulate).

    If so, it should not happen.

    Workaround solution:

    You have processInstanceKey
    Retrieve existing data in the form getProcessFormData
    Make a card with existing fields and values and add your new fields and their values, and call setProcessFormData

  • problems of updating the form.

    I've been racking my brain trying to figure out how to get something to work with a form.

    It's the form that will be used...

    < action = "Insert.cfm cfform" name = "Create" target = "_blank" > "

    This should open the insert.cfm as I have a report to open the end of manual page. It works very well.

    < cfreport format = "pdf" template = "Detail_Printable.cfm" query = "Qdetail" > "
    < / cfreport >

    But I have a problem with the form. I need to update because I don't want the user to have the option to submit the form again, with the new data.

    Hope that makes sense.

    Thank you

    James

    OK, let's start first: it is not Java.  This is JavaScript.  They are two totally different things and independent (despite the similarity of name).

    http://en.Wikipedia.org/wiki/Java_%28programming_language%29

    http://en.Wikipedia.org/wiki/JavaScript

    Second, google "javascript onsubmit handler.  There are piles of information & tutorials & guidance out there already, so there's no point repeating here.

    Once you get your brain autour how managers onsubmit works, google 'onsubmit javascript open new window' and read some of the tips on how to do it.  All the info you need is already here.  Indeed, there is exactly the answer you need on the first page of results.

    If you get to the point to write code and need help with it, then after return.  But you should be able to solve everything with Google and roll the sleeves ;-)

    --

    Adam

  • Satellite Pro L50 - A disconnects from the WiFi every 20 minutes approximately

    I searched around on the internet for advice.

    I downloaded the latest drivers from toshibas website, I put my power maximum output on Device Manager, and it is not my ISP, as happens at any hotspot wi - fi including familys homes, work, etc..

    Please, how I stop my laptop to disconnect every half hour, it disrupts the Skype teleconferencing and downloads.

    I am running windows 7 64 bit and it's your laptop brand new I bought a month ago has soon

    > I put my power to the maximum on Device Manager.

    I guess you mean the Win 7 Power Management.
    Here a nice HowTo on + Win 7 power management +.
    http://APS2.toshiba-tro.de/KB0/HTD12017W0001R01.htm

    Here you must concentrate on Wireless Adapter Power Saving Mode settings
    There are four energy saving / performance parameters. If your Wi - Fi connection is unstable or slow, try selecting a higher performance tuning.

    This must be done for power profile that you use mode battery and sector.
    I would also recommend to check different settings of the Wlan router.

    Check if your laptop disconnect Wlan which has no security (open) and various parameters of WiFi (WPA/WPA2 AES or TKIP) encryption

    I also recommend you update the WLan driver (if possible)

  • I played the Sims 3 and it keeps down the toolbar every 5 minutes.

    I tried to turn off my virus protection thought that might have something to do with it. I don't know what else to try.

    Hi jknddobba,

    Welcome to Microsoft Windows 7 answers Forum!

    1. is happening with all the programs/applications or only with this game?
    2. have you made changes in the settings of the game for example. to minimize the game after 5 minutes?
    3. is that you keep the computer idle, or it occurs only during the game?

    Method 1.
    Alternatively, you can try to disable the Visual theme and the composition of the bureau.
    Follow these steps to perform this action:
    !. Right-click on the icon of the game.
    2. go in properties, under the compatibility place a check on disable visual themes and disable Desktop Composition.
    3. click on apply and then OK.
    4. try to play the game now.
     
    Method 2.
    You can try to uninstall and reinstall the game, updating the game if necessary.

    It will be useful.
     
    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum.

  • I keep getting hit the Internet every 20 minutes.

    Original title: disconnections

    I keep struck on online every 20 minutes, I have reset the modem, router and the computer several times, and it keeps doing.

    I get on THE network cable plugged not right. Did the cable that goes from the outside to the modem
    How can I fix

    Hello

    1. What is the brand and model of the computer network adapter?

    2. you made any hardware or software comes to the computer before the show?

    3. are you aware of the damage to the cables connecting the modem, the router and the computer?

    4. do you have a third-party security program installed on the computer?

    This problem may be caused by a bad network adapter driver or network cable is loose or unplugged.

    Here are some ways you can follow to resolve the problem:

    Method 1:

    Check out the link and follow the steps in the article:

    Wireless and wired network problems

    http://Windows.Microsoft.com/en-us/Windows/network-connection-problem-help#network-problems=Windows-8&V1H=win8tab4&V2H=win7tab1&V3H=winvistatab1&v4h=winxptab1

    Method 2:

    Temporarily disable the security software and check if it helps.

    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable the antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network at the time the anti-virus software is disabled, your computer is vulnerable to attacks.

    Method 3:

    Reset TCP/IP and check if it works.

    Follow these steps:

    (a) press the Windows key + X, and then select command prompt (admin).

    (b) at the command prompt, copy and paste (or type) the following command and then press ENTER:
    netsh int ip reset c:\resetlog.txt

    Note: If you do not specify a path of the directory for the log file, use the following command:
    netsh int ip reset resetlog.txt

    (c) restart the computer.

    Hope this solves the problem. If the problem persists, you can write to us and we will be happy to help you further.

  • After that 8.01 updated the former saved passwords autocomplete but new sites will not display the ' remember me ' box. If the site has own box "remember me", it works. All my tools settings please remember passwords. How to make back box "remember me"

    For sites with a previous version, I deleted all cookies, bookmarks, and the old passwords and restarted. No luck.

    Some sites such as Windows Live (Hotmail) use JavaScript to create the input form and the Firefox password manager does not work in cases like this. You can use the extension to save the name and the password in such a case, you will not forget them, but Firefox doesn't fill them even if it was recorded.

  • How update the form element in IR with value when it is null when you press Go?

    Hello

    in an international registration, I created a Date picker component. I want this element when the user enters the page to have a default value. I would also like when the user clears this area the corresponding item to get a default value. I realized the 1 but not the 2nd. I need this replacement to the value of the element because he his need in one between day where expression in the report query and I want to have the bind variable only, not NVL them in order to avoid to analyze all the partitions table. Thi point is used as an additional lookup field in the report and it is included in the elements of the Page to submit. Advanced report attributes.
    How can I do this?

    What I put up the atm:

    The source used
    Still, replacing value that exists in session state

    Type of source
    PL/SQL Expression or a PL/SQL function

    Source of value or expression
    TRUNC (SYSDATE)

    and also in default:

    Default value
    RETURN TO_DATE('01/01/1980','DD/MM/RRRR')

    Default value type
    Body of the PL/SQL function

    TIA

    Mrs..,

    Try this, sorry I did not test it ;)

    onblur="if (!this.value){this.value = $v('PX_HIDDEN_DATE_ITEM')}"
    

    Kind regards
    Dan

    http://danielmcghan.us
    http://www.skillbuilders.com

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

  • I use Mac os 10.9.5 and since I've updated with LR CC, Lightroom crash every 2 minutes... Anyone have the same problem or a solution?

    Computer: Imac late 2009-12 GB Ram - SSD for catalog intern _ HD for photos. Mac OS 10.9.5

    Lightroom: CC, final version.

    Any idea?

    I also have a late 2009 iMac, and even break the question.  Disabled the graphics acceleration option and no crashes.

  • Update two tables from a form

    I have this requirement:
    1. the user must be able to upload a document to a certain object in the application. There is a table of documents, but it is also used by other applications, were other objects can bind to these documents. So there is a linking table that links a document to objects in one or more.
    2. in an application, the link between the downloaded document and the object should be done directly.
    3. in the screen where the objects are managed on the basis, so it is a button 'Add document', which connects to one where of document can be downloaded and where the object_id of the previous page.

    Now, I think calling a stored procedure that connects the object_id and document_id, after the user uploaded and saves the document. Is this a good method? What happens to the document is saved, but the stored procedure fails for some reason any? in this case, I have a 'orphan document' in the database which is too much space, but is never used. Recommendations to this effect? Add object_id of the table of documents is not an option. This was the situation of previeous, but that is changed now, just for the fact that one or several objects can bind to one or more documents.

    Tom,

    Take a look at the process DML - get back key in the article.

    Kind regards
    Dan

    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • automatic backup running; tell me how to stop it said please. his treatment of the file every few minutes

    has launched a backup and I forgot now, 3 months, small blue line appears on the left side a page saying "processing file" it throws my dektop for 1 second, then I click and am referred to any page, I was on;

    Please tell me how to stop this and delete its files, thanks a lot
    Aviva running professional XP 2002 SP2

    The system restore before the start date of backup

  • Windows Explorer (libraries) keeps popping up on the screen every few minutes

    Windows Explorer (libraries) won't stop popping up on the screen.how you to stop doing this, I use it very rarely. Any help / advice would be appreciated. Thank you

    I had exactly the same problem. What I did was go to control panel, to search and solve problems, check for performance issues. That came with a list of programs to check if you don't want to run at startup. I have check them both I does not recognize "svatahazuyose" (unknown rundll32.exe "C:\Users\...\AppData\Local\WMsmsD.dll", start) and another who started with a 'c '. After that, the libraries did not open on its own since.

Maybe you are looking for

  • Hotmail errors

    It becomes painful. I just received this: [quote]Het STAT-commando had geen success. Doing verkrijgen van berichtnummers en bij - formats. Mail server pop - mail.outlook.com antwoordde: exceeded the limit of connection for a period of 15 minutes. Red

  • Crash ID: bp-c2716b2d-db78-47b1-bd71-5012c2130628

    need help to solve the problem of my mozilla firefox crash.

  • P7-1510: power on password

    Someone has a by-pass road for power on passwod for this PC, Thank you

  • Questions about a Windows updates

    I can renovate permeable day without dameging my computer? I want to know b\c I want to free up space on my HARD drive. Also can I remove .net Framework 1.1 and .net Framework 1.1 hotfix and kept the Framework .net 2.0 without damage?

  • Install the new switch

    I am replacing an old switch with a 5424, which is, "to connect to a console running terminal emulation software" it... can someone help me get started here, I have no idea what the quick start guide tells me to do... Thank you...