How to refersh a page automatically for every 10 mins

how to refersh a page automatically for every 10 mins

Hi,
Check this out. This may help you out -
http://stackoverflow.com/questions/552756/can-silverlight-initiate-page-refreshes
Thanks,
Pravin
"Please mark as answered, if this answers your question"

Similar Messages

  • How can i use page break for every 5 records in sap scripts

    on every 5 lines of records i have go for a new page so what is procedure to do this .if possible send me with coding .

    Hi John..
    this is the way..
    IN THE PRINT PROGRAM...
    DATA : V_MOD TYPE I.
    loop at Itab.
       V_MOD  = SY-TABIX / 5.
       IF V_MOD  = 0.
           CALL FUNCTION 'CONTROL_FORM'
           EXPORTING'
              COMMAND = 'NEW-PAGE' .
      ENDIF.
             CALL FUNCTION 'WRITE_FORM'
    ENDLOOP.
    <b>reward if Helpful.</b>

  • How to create a page-definition for bounded task-flow?

    I should be able to create a page definition which declare all bindings required for a bounded task flow.
    How do I do it in JDeveloper 11.1.1.2?
    How do I navigate to the page definition when I am in the bounded task flow "Diagram tab"?

    I found out the following:
    1. To create a page-definition file for a bounded task flow
    Right click on the "Default" activity (not a view activity) of the bounded task flow, select "Create Page Definition" from the context menu.
    2. To go the page-definition file for a bounded task flow
    Right click on the "Default" activity (not a view activity) of the bounded task flow, select "Go to Page Definition" from the context menu.
    My new question is:
    In JDeveloper 11.1.1.2, how do I create page-definition for a bounded-task-flow if all activities are view activities (page fragments) ?
    How does JDeveloper I want to create page-definition for the task-flow instead of create page-definition of the page fragment or the page?

  • How do I adjust display resolution for Mac Mini?

    How do I adjust display resolution for Mac Mini? Text does not look crisp.  Using Samsung 27 inch monitor with HDMI input

    Apple menu -> System Preferences -> Displays. Depending on your version of Mac OS X, it may be set for "Best for Display" in which case it should already be set at the optimum for your monitor, or it may display resolution options in which case you should set it for the native resolution of your display.
    Regards.

  • How to update/query informix table for every update/query on Oracle table

    We have a system that can talk to only Oracle.
    Here, we have a certain program that updates an Oracle table thru a View of the Table. For every database operation on Oracle table View, we want to update a corresponding table in Informix database.
    Similarly for every query on the View of oracle table we want to query informix database and fetch the records from there.
    We want to use Oracle as a medium to access Informix.
    Can some one help me on how to do this ?
    Thanks

    You can use the Transparent Gateway for Informix to access Informix from an Oracle environment. The gateway makes the Informix database look like a remote Oracle database.
    You can take a look at the gateways page on OTN for more information on this. http://otn.oracle.com/products/gateways/content.html
    Look at the Certification matrix to ensure that you are using a certified configuration.

  • How to Schedule Back Ground job For every 30 Min...

    Hi friends,
    Please Tell me the steps...
    How to schedule BACKGROUND Job for every 30 Min.
    Please Help me ..its urgent.
    Thanks & Regards,
    Vasu.

    Hi Vasu,
       Goto SM36, here you can create your own jobs and schedule them accordingly.
    Hope this is helpful to you. If you need further information, revert back.
    Reward all the helpful answers.
    Regards
    Nagaraj T

  • How to trigger a page break for a template for a given condition...

    Hello Experts,
    In my MAIN window in smartforms, I have defined a template that has 10 line items. Now, what I want
    is that if my line items exceeds 10 line items, it will trigger again the same page. Below is the hierarchy
    of MAIN window:
    -MAIN WINDOW
              -TEMPLATE(HAS 10 ROWS/LINES)
                   -LOOP COMMAND
                        -PROGRAM LINE(This has a counter that is being incremented for every loop)
                        -LINE1(HOLDS 10 TEXT) - only prints if counter = 1
                        -LINE2(HOLDS 10 TEXT) - only prints if counter = 2
                        -LINE3(HOLDS 10 TEXT) - only prints if counter = 3
                        -LINE4(HOLDS 10 TEXT) - only prints if counter = 4
                        -LINE5(HOLDS 10 TEXT) - only prints if counter = 5
                        -LINE6(HOLDS 10 TEXT) - only prints if counter = 6
                        -LINE7(HOLDS 10 TEXT) - only prints if counter = 7
                        -LINE8(HOLDS 10 TEXT) - only prints if counter = 8
                        -LINE9(HOLDS 10 TEXT) - only prints if counter = 9
                        -LINE10(HOLDS 10 TEXT) - only prints if counter = 10
    What I want to achieve is that if current loop exceeds 11, then call again MAIN window to serve
    the remaining line items. I cannot use a TABLE here since there are frames/boxes that needs to be considered.
    I hope you cna help me guys. Thank you and take care!

    Hi Viraylab,
    In the main window
    Declare the variable name in the global definitions..
    After the loop.
    Create the command node
    General attribute : go to new page i.e page 1.
    Conditions : s.no = 6 .
    Create the text node for the line items to be displayed.
    Create the program lines :
    serial = serial + 1.
    if serial = 6.
    serial = 1.
    next_page = next_page + 1.
    endif.               " if serial = 6.
    Regards,
    Sravanthi

  • How to set a page template for news detailed view?

    Is there a way to set a page template for the detailed view of the news module?
    I have a page template setup and added the {module_announcement,,,,,} to the page. When the news item is clicked it always opens the default template - is this how it is designed to work or is there a way I can specify it to use a different page template?
    Dave.

    Hey Dave, See the image below:

  • A new file creating in 'C' drive automatically for every 3 minutes in Windows 2003 SBS

    Hi
    The files are in this format with 32bit count {00000000-0000-0000-0000-00000000000} and all are the same with different file names and they are encrypted.
    Please let me know why they are creating for every 3 minutes & what is the purpose of these files and if we delete will it be a problem.
    Few files names {408F187E-8B9B-47AC-BAF8-05D034003937}
    {AF3DD6DB-6645-4A33-B51B-84F0BF376C3B}
    {7531B20D-88CE-4A93-A08D-FD2AA3A0F4D8}
    Thanks

    Hi Hemanth.D,
    Before going further, would you please let me know the file type of those files which created automatically?
    Meanwhile, please let me know the detailed path of those files in C drive.
    In addition, did you install any third-party application (may run periodically) on the SBS server recently?
    If possible, please perform a clean boot and check if this issue still exists. Please open Event Viewer and check if relevant events were logged.
    If any update, please feel free to let me know.
    Best regards,
    Justin Gu

  • How Do I stop Pages automatically opening a blank document

    When I switch back to Pages after working in another application, Pages automatically opens a new blank page or the Template Chooser..... depending on what I have selected in Pages/Preference.
    This is very annoying when all I usually want to do is open a document I had been recently working on.
    Any suggestions ... is the development team looking at a fix for this annoying feature?

    When switching to Pages via the dock, if there is no document open in Pages, the program assumes you want to start working on a new one and automatically opens a new document. Yes, annoying, and I've been using feedback with each new version asking for that behavior to be changed.
    However, there are two solutions: 1) rather than switch to Pages and then use the open command, you could simply navigate to the document you want to open using the Finding and double click on its icon. You might use the Finder window sidebar or the dock to keep some of your frequently accessed document folders. 2) use command+tab to access OS X's built in application switcher instead of the dock to switch to Pages. Switching this way won't open a new document.

  • How can I Refresh the DashBords for every 5 minutes with latest data

    Hi,
    Here we are Using the DashBoards which are accessing the data from SSAS Data bases to the DashBoards.
    From Dash Boards page, we have to refresh the Dash Boards for the latest Data for every 5 minutes.
    can any body provide the solution for this.
    Thanks,
    Supraja.
    SUPRAJA'S

    Hi Tom,
    sorry for late response.
    i have Analysis services(AS) Data base. which is configured with ROLAP settings in SSAS.
    we are showing this AS Database Information in Dash boards.
    once we open the dash board, it will shows the latest information in dash boards obviously. 
    but, Mean while if any changes occured in AS data base, if we want to get that changes in dash boards we have to refresh the dash board (OR) we have to close & reopen the same dash board.
    apart from this if is there any other solutions technically,  Please suggest me.
    Thanks,
    SUPRAJA'S

  • How do I stop VCA emails for every incoming phone call

    I don't want all these emails cluttering up my inbox. I get an email every time I get an incoming call. Short of uninstalling Call Assistant entirely, how can I stop the email notifications of every single incoming phone call? I have made sure my settings do NOT request email notifications or alerts but it doesn't affect my getting these emails for every phone call that comes in. See example below. I added the header information manually.
    ===========
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Friday, December 31, 2010 6:05 PM
    To: {edited for privacy}
    Subject: Call from Sxxxx Txxxxxxxx(301-xx4-0xxx)
    You have received a call from Sxxxxx Txxxxxxxx(301-xx4-0xxx)
    ===============
    Date: Fri, 31 Dec 2010 17:05:25 -0600 (CST)
    From:  <[email protected]>
    To: {edited for privacy}
    Message-ID: <[email protected]t>
    Subject: Call from Sxxxxx Txxxxxx(301-xx4-0xxx)
    MIME-Version: 1.0
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    X-VZ-ContextID: 1001
    X-VZ-CallerName: Sxxxxx Txxxxxx
    X-VZ-TN: 301xxxxxxx
    X-VZ-CallerTN: 301xxxxxxxx
    X-VZ-OriginalArrivalTime: 12-31-2010 23:05:25
    X-VZ-Message-Type: Telephony/Call
    X-VZ-Message-ID: 455484922

    I was told by tech support that emails from [email protected] were controlled by Verizon and began getting sent to customers VZ_ID that is not the same as the primary Email account email address, but is the same mailbox. Verizon disabled the "Glitch" and now my VCA and TV Caller ID does not work. I was told the email notification that is entered in the VCA configuration is not the same as the VZ_ID. They stopped the Emails, now I have to bug them to fix what they broke. Don't want to be bothered right now. It is a pain to have something work and then someone breaks it.

  • How to create an default profile for every user on one machine? Deployment of configurations?

    On firefox 3.5.X i can copy an configured profile from an user-folder to the programm folder of firefox. \mozilla firefox\defaults\profiles.
    After an new user log in to the machine the default profile will get the actual profile of the new user. With all bookmarks, configurations and so on.
    But this doesn't work with the firefox 3.6.10? What changed? What will be the way i can get an default configuration for every user on one machine? I want to deploy the firefox with an default configuration in our enterprise? Why does the behaviour change?
    What to do?
    Thanks...

    No - there are no missing data, because nothing will be copied. The profile - folder does not work.
    There are the standard first start behavior.
    There might be another trick? Hint? Todo?
    Thanks.

  • How can i schedule concurrent program for every one hour from back end

    Hi ,
    I want to schedule concurrent program for every one hour from back end .
    Example
    1) xyz is the concurrent program that should run for every one hour with a parameter 111 and the SAME concurrent program that
    should run every 2 hours with a different parameter like 222.
    I mean Conc prog should run for different parametrs with a different scheduling..
    Please guide me to solve the issue.
    Thanks in advance...
    Regards
    Narender B

    Hi ,
    I have used following code for scheduling the concurrent program from backend.
    declare
    l_request_id NUMBER;
    l_return_code boolean := FALSE;
    BEGIN
    fnd_global.apps_initialize(62991,54477,20003);
    l_return_code := FND_REQUEST.SET_OPTIONS ('YES');
    l_return_code :=fnd_request.set_repeat_options('16:36:00','','DAYS','START','','Y');
    l_request_id:=fnd_request.submit_request(application => 'xbol',
    program => 'NAPP_START_GENERATE_CHART_DATA',
    description => 'Processing chart ',
    start_time => SYSDATE,
    sub_request => FALSE,
    argument1 =>4000130957231588,
    argument2 => null
    COMMIT;
    dbms_output.put_line('Program has been submited and request id is '||l_request_id);
    END;
    Here the issue was concurrent program is completing with a warning like
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    Resubmission of request 75588551 has been cancelled.
    FND_RESUB_PRIVATE.PROCESS_INCREMENT EXCEPTION: ORA-01403: no data found
    so i could not find the solution for this issue,please anybody guide me to solve this issue.
    Regards
    Narender B

  • How to crate a page template for multiple page instances?

    Hello,
    When I use the Administration Portal to create a page with portlets in the Portal Resource Library, I can choose to use that page it in my portal. The problem is that I can use it only once. How can I crate a page template with portlets so I can use use it as a template for many page instances in one portal?
    I'm using Portal 8.1.6.
    Regards,
    Eirik

    Hey Dave, See the image below:

Maybe you are looking for

  • How do I check to see if a character is NOT contained in a String?

    I am trying to create a program which will read in user inputted text. If the text contains an email address, then the program will output it to screen. However, I also need to put some sort of fall back in there, in case an email address is not cont

  • IPod Touch Generation 4 64GB

    My iPod Touch gen 4, was dropped on the carpet, and it has caused the volume buttons to not work and come out of place, and also made the screen go white with a black dot. This happened a few weeks ago, I wanna know how much it is to repair and I hav

  • Acrobat 9 Display Irritants - Anyone know how to Fix These?

    I am using a new PC with Windows 7. I wish I could stick with XP but it's become very hard to get it. So I have to use Acrobat 9. Every Document in a New Window! I really, really, really dislike the way that Acrobat 9 opens every document in another

  • Outgoing payment/ Check Printing

    Hello SAP Experts, I have been asked to take care of outgoing payments and check printing to vendors. I have no idea how this can be done. I have created vendor master data and have setup the house banks. Please guide me how can I perform a check run

  • Adobe AIR for Adobe Flash Cs4

    Error Message: Adobe Flash CS4 10.0.1 - Adobe Flash CS4,Adobe Flash CS4 STI-en 10.0.1 - Adobe Flash CS4 STI-en : yüklü değil