Tab page refresh problem

Hi,
Forms Builder: 6.0.8.22
Runtime version: 10gAS Rel 2 (Form developed in 6i and compiled and run on 10g)
We have a form with multiple tabs based on single blocks.
When i click on any tab other than first tab (i will call it as base tab), after sometime, control retuns to the base tab if there is no activity on that tab.
There is no trigger or timer or delay used in this form.
I am wondering how and why this is happening.
Has anyone encountered this problem before ?
Thanks
AT

And where is the focus after you have clicked on the new tab? In the page represented by the tab or the base tab?
Additionally, are the pages real tabbed canvases or, as is common these days, stacked canvasses made to look like tabbed canvasses?
(The reason for this is that a set of tabbed canvasses are loaded at startup as a set, potentially making loading take a long time while stacked canvasses are loaded as needed making the initial load time less while making navigating to the new stacked canvas take longer.)

Similar Messages

  • Animated gif and page refresh problem

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

  • Oracle 11g OMS: Database Instance Home Tab:  Page Refreshed Timezone Issue

    Hi all...I've searched the forums and search engines for specific information on this issue, but have not seen a viable solution so far. We have Oracle 11g Grid Control 11.1.0.1
    installed on a Solaris V490 using Solaris 10, with an Oracle 11.2.0.1 database.
    The Database instance Home tab for all 50+ databases shows the date and time of the 'Page Refreshed' in GMT. The OS and the Agent software both are configured
    with the TZ set to US/Eastern. All other page displays e.g. Performance, Availability for Data Guard Standby etc. all show the refreshed time in EDT, it is ONLY
    the Home tab for the instance that has the GMT format.
    I have not seen any threads or other information that describes specifically how to correct this or even to change it. There are many related posts about the Agent
    end.properties, the OS /etc/timezone configuration parameters, the TZ environment variable etc. but in my case they are all set properly.
    Does anyone have any additional ideas or suggestions or knowledge about how , or even whether, this can be resolved?
    Thanks!
    DPH

    sqlplus ... Connected to an idle instance.That means the database you're trying to connect with is offline, thus the:
    ORA-01034: ORACLE not availableNo big surprise there, instance (that you're trying to connect with) is offline.
    First, make sure the service OracleServiceXE for the database is running, see the services applet, Start/Run/services.msc and if it does not show "Started" hit the Start button with the OracleServiceXE selected.
    sqlplus sys/admin@XE as sysdbaThat connection attempt uses sqlnet to the XE tnsalias. If you're on the database host the ...@XE part is not needed, better to use:
    $ sqlplus /nolog
    connect /as sysdba;
    ... Connected. #if its running
    -- or use:
    $ sqlplus
    ... username: sys as sysdba
    ... password ...
    Connected.
    -- also try
    $ sqlplus system
    ... password: ....
    Connected.
    select name from v$database;
    ...That also assumes the environment/registry entries have been configured correctly.
    tnsping XE ... Attempting to contact [tnsalias connect details] ... OK (10 msec)That tells you the listener is running. It does not mean anything more than your listener is running at the host and port specified for your tnsalias are correct. It does not attempt an actual database connection. So if the database is offline but the listener is running a tnsping will not identify that particuler "problem".
    lsnrctl status ... Endpoints Summary ... PROTOCOL=tcp)(HOST=chilakamarthy)(PORT=1521)))...That bit of info also verifies the listener is running. Again, check your services.msc applet make sure the service shows Started.
    Edited by: clcarter on Jun 7, 2012 2:15 PM
    clarify tnsping

  • Tab pages - Navigation Problem

    Hi,
    What key I should use, if I want to navigate to other blocks in the same tab page.
    Thanks
    KC
    null

    I had this same problem. I created a TAR on Metalink about it and Oracle's response to me was to see Note#1016812.4 "KEY-NXTBLK AND KEY-PRVBLK DO NOT FIRE ON TAB PAGE".
    Basically, those triggers perform differently for tab pages.
    Solution Description:
    =====================
    The KEY-NXTBLK and KEY-PRVBLK triggers are re-defined to mean "Next Tab Page" and "Previous Tab Page" when on a tab page.
    However, you can put calls GO_ITEM or GO_BLOCK into a WHEN-TAB-PAGE-CHANGED
    trigger instead of the KEY-NXTBLK and KEY-PRVBLK triggers. This way, when
    Forms thinks you want to change tab pages, you can change blocks.
    Solution Explanation:
    =====================
    The KEY-NXTBLK and KEY-PRVBLK triggers were redefined to be consistent
    with the Microsoft standard for tab sheets.
    null

  • Tab Page Navigation Problem???

    Hi All:
    I am facing problem with tab page. when I save some record at the last tab then it moves towards its previous tab page. May be navigation becomes wrong.Record is saved. What would be the solution? Can anyody tell me. Thanks
    Ali

    Just two wonders...:
    1) Are the blocks ordered in the Object Navigator ... as they appear in the tabs of your tab canvas...????
    2) Is there in the 'save trigger' or in other place (which take place in the save process) a "go_item(<itemname_of_the_previous_tab>)" or "go_block(<block_resides_in_the_previous_tab>)"...????
    Greetings....
    Sim

  • Oracle Apex partial page refresh problem in IE

    Hi All,
    I'm using a button to refresh a region by enabling ppr .
    On click of the button , m redirecting to url and the url target is as follows
    javascript:jQuery('#VH_SCROLL_EMP88').trigger('apexrefresh');
    Its working fine in firefox and chrome but not in internet explorer. When I click the button in IE I just get the following
    [object Object] in the page
    When I click back button of browser I'm getting the original page
    Please help me to understand and rectify this
    Regards
    Sasidharan

    a) What version of IE are you using, this probably factors greatly in this question
    b) If you want to partially page refresh a region, it looks like you're using a sledgehammer when all you need is your clicking finger
    - can you create a dynamic action for your button that applies a 'refresh' action to your selected region

  • Tab page canvas problem

    hi
    i have a tab page canvaz in my form
    width of my canvaz is very big
    i set horizontal scroll bar for my window and for my datablock
    but in runtime the horizontal scroll bar does not work.
    but if my canvaz be a content it works well.
    please help me.
    thanks.

    Hi Soofi !
    Changing block order in the called form does not affect the navigation between tab pages.
    Note in my question that the resulting undesired navigation is to and from the calling form ( which only has one block ).
    Navigation between items and blocks works as expected.
    To reiterate -
         The only navigation that fails is when I attempt to CTRL+TAB or CTRL+SHIFT+TAB to another tab page from within an item on a stacked canvas.
         Attempting this navigation results in moving the cursor focus to the calling form.
         Repeating the attempt from the calling form moves back to the called form.
         None of your methods mention navigation between forms .
    Thanks for your interest.

  • About Default Framework Desktop Inner Page refresh Problem

    In the Default Framework's Destktop Inner Page's Detail Navigation , When I click a link , It's refresh whole Desktop Innerpage page.
    Now I not require refresh whole Desktop innerpage . I'm only require it's refresh content page.
    How solve this problem?
    Thanks.

    Hi Yanjun,
    The behavior of a lot of features depends of the framework. Please check first the framework comparison document:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3050a9ef-2848-2a10-1e93-bcc432c00c84
    Also check isolation method of IViews, mainly URL isolation method (it may help you):
    http://help.sap.com/saphelp_nw70/helpdata/en/97/0be13dc2fd605ae10000000a11405a/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/b5/8d977463334342be192228d2824fe1/content.htm
    Reward points if itu2019s helpful.

  • WebDypro Page refresh problem

    Hi Friends,
    I have a Layout viewset WebDynpro iView .
    When this iView is integrated and tested in Portal environment, one problem is faced.
    User clicks on Role> Workset>WebDynpro Page
    user tests the functionality and again clicks on Page link in order to see the pintail page screen, then this screen is not refreshed, the screen with previously entered values is displayed.
    How to refresh the WebDynpro iView Page screen on click of Page?

    Hai
    I have faced lot of problems for refreshing the page .
    but i solved it,use the following Code
    public static void wdDoModifyView(IPrivateTestView wdThis, IPrivateTestView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        when you enter in this area
        declare firstTime=true;
        if(firstTime) {
         "if you use the Container first you destroy all     children like below syntax"
    container.destroyAllChildren();        
    view.resetView();"
    Regards
    Dhinakar

  • Page Refresh Problem

    hi all
    In one jsp page i'm taking user entered data and passing it to another jsp page to save them in DB.After successfully inserting data into DB again forwarding to first jsp.
    Now here if i press broswer refresh button or press F5 the same request is getting submitted and data is once again inserting into DB.
    Please any one know the solution suggest me.

    Here you have to distinguish between 'display' and 'save' actions. I am not sure how your implementation is. but if the request is handled by your controller (if you have one) based on an action, then when you display the results after save, your subsequent action should be back to display and NOT save, so that a refresh would only display the data again.
    Not sure this helps you or not. But i would say always pass your requests to a controller (upon you on what is your controller - can even be a simple servlet) with an action and let the controller dispatch or redirect (based on your requirements) to the next page to be displayed. in that case your requests would be like ".../controller/save" & ".../controller/display". and when you refresh you just refresh the display action

  • Problem with defaul tabbed panel with page refresh

    Hi,
    I have a problem with my spry tabbed panels. The default tab
    is set to be the 1st tab, when I move to 2nd tab and navigate
    through the content, as the page refreshes, and before it is fully
    loaded it shows the content of the first tab for about 20 seconds
    or so....then the page finally goes to the desired content on the
    2nd tab....
    How can I make it so this does not happen and it looks like a
    smooth transition as I navigate through my pages?
    Thanks,
    Brandan98

    U add extra classNames to the tabs and specify the styles on
    the new classes
    example:
    <div class="TabbedPanels style1_panels" id="tp1">
    <ul class="TabbedPanelsTabGroup style1_group">
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 1</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 2</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 3</li>
    <li class="TabbedPanelsTab style1_tab"
    tabindex="0">Tab 4</li>
    </ul>
    <div class="TabbedPanelsContentGroup
    style1_contentgroup">
    <div class="TabbedPanelsContent style1_content">Tab 1
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 2
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 3
    Content</div>
    <div class="TabbedPanelsContent style1_content">Tab 4
    Content</div>
    </div>
    </div>
    <script language="JavaScript" type="text/javascript">
    var tp1 = new Spry.Widget.TabbedPanels("tp1", { defaultTab: 2
    </script>
    style1 beein the extra class ;)
    U can also.. specify other classnames in the constructor read
    more about this here:
    http://labs.adobe.com/technologies/spry/articles/data_api/apis/tabbed_panels.html#options

  • Problem in additional tab page in cprojects

    hi all,
    i have created one additional tab page through spro settings in cprojects application.
    trasaction : spro
    collaboration projects -> global enhancements -> Define field groups for customer fields.
    here it is giving me option to apply this field group to a particular object (like project, phase, task) only where as i need to apply it only to a particular phase and not to all the phases in the cproject(like i want to show that customised tab page only when i click on the first phase of the project and i dont want to show it in the rest of the phases.) right now it is not giving me the option for that.
    plz have a look into the problem and reply me.
    it is urgently needed.
    thank you very much.

    Hi Hetal,
    maybe I have a dirty modification idea.
    Maintain the customer fields like described in customizing.
    Then in CL_DPR_CUST_INCL_REPOSITORY in method GET_GROUPS it determined the fields to be shown on customer fields tab.
    If you make there samll modification and remove the fields, if you are not on the first phase, then it could work too.
    Or in CL_DPR_BSP_S_PRO_TYPE METHOD show_ci_fields you can control the rv_show_ci_fgroups variable !!!!
    Problem here is the ls_show_ci_fgroups table, which is buffered.
    But there is anothe possibility.
    make a copy of the PHADETAIL.BSP See details in note to add customer own fields to BSP views.
    In the BSP logic of the PHADETAIL.BSP you will find a position where the system determines if the TAB will be shown or not.
    In variable controller->mr_phase you have all your necessary information about the phase
    I guess whis will be modification free too. See note 859551
    Regards
    Björn

  • New tab page rows and columns problem

    Hi.
    After a recent update and making new tab links smaller, I've decided to increase number of rows and columns, put my most frequently used bookmarks in there and close bookmarks toolbar to improve visibility. Since yesterday (March 26 2014.) I lost my bottom row, although there is enough space on my screen. In about:config newtab section, it still says I'm having 6 columns and 5 rows, but I only get 4 rows when I open new tab. What might be the problem, and why did you make those newtab links smaller anyway?

    Hello,
    You're using Nightly, which is a highly experimental version of Firefox intended for testing. In the latest version, modifying the ''browser.newtabpage.columns'' and ''browser.newtabpage.rows'' preferences in about:config behaves as you describe (in my case, I actually only get 3 rows, presumably because of higher DPI settings). This issue has already been reported.
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=988459 Bug 988459 - New-tab-page is not showing the defined number of tiles anymore]
    Please read the Bugzilla etiquette page before deciding to comment on bug reports.
    * https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
    If you don't want to test a cutting edge version of Firefox and report issues with it, switch to the release version.
    * http://www.mozilla.org/firefox/all/

  • Tab Pages Problem

    I have 5 tab pages which I enable programmatically when a button from another tab page is pressed. But when I click on the enabled tab pages with the mouse several times and then I click on a button in one of the enabled tab pages to enable another tab page, it's losing focus and after many clicks it works.
    What can be the problem?
    Please help. Thanks in advance.
    Marija

    I solved it using the WHEN-NEW-TAB-CHANGED trigger
    Thanks

  • Problem when form is dynamically added in a tab page

    Following is the requirement:
    => I placed a button on a tabPage of tabControl.
    => On click of a button,
    1. I created a Control object.
    2. I created a Form object.
    3. Initialize the Form Object.
    4. Initialize the Control object and add it under the Form Object.
    5. Initialize the TextBox object and add it under Control. (Keep some multiline text in the textBox and make it Multiline)
    6. Set form.TopLevel = False
    7. form.Show
    8. form.Parent = TabPage.
    => When i run the above application/form, the focusing works wierdly in the textBox. I am not able to guess what the issue is.
    Any help will be appriciated. :)

    Following is the requirement:
    => I placed a button on a tabPage of tabControl.
    => On click of a button,
    1. I created a Control object.
    2. I created a Form object.
    3. Initialize the Form Object.
    4. Initialize the Control object and add it under the Form Object.
    5. Initialize the TextBox object and add it under Control. (Keep some multiline text in the textBox and make it Multiline)
    6. Set form.TopLevel = False
    7. form.Show
    8. form.Parent = TabPage.
    => When i run the above application/form, the focusing works wierdly in the textBox. I am not able to guess what the issue is.
    Any help will be appriciated. :)
    I don't know what initializing a control object and adding it under a formm object means. Or what initializing a textbox and adding it under control means.
    Rather than setting a Forms parent as a tabpage somehow set the Form so toplevel = false and add the Form to a tab pages controls.
    Even this is a poor way to do business. There's also such a thing as
    MDI Forms. Although if you want controls on a Form then why not use controls with it? What would be a reason for creating separate Forms to place inside of tabpages? It sounds not well thought out design wise.
    La vida loca

Maybe you are looking for

  • New to the manufacturing world?  Here's a resource that might help...

    I've noticed that there are lot of MII implementors who are unfamiliar with the terminology, systems, and processes in the manufacturing world.  I would definitely recommend obtaining this book and reading it from cover to cover! http://www.evolvedte

  • Can't play quicktime video in IE 11 on Windows 8.1

    So, I wanted to watch the sweet new film of the iPhone 6, but after I click the "Watch the film" link, all I get is the player control... I can't get the video to play: I'm running the latest version of IE 11 on Windows 8.1 64-bit. I also have the la

  • Using albums to share photos

    I need to share photographs in an online photography class I am taking by setting up an album and giving the class access to look at them with an URL link. Can I do this using Photoshop Elements?

  • Project Server Performance report using SSRS - Report display issue

    Hi All, We have developed and deployed a SSRS report in Project Server BI Center using performance dashboard, but half of the report only visible i.e. it is showing horizontal scroll bar at the bottom as below. I tried to change the web part width an

  • Retreving the selected substring records from existing records.

    Hi all, SQL> select * from temp; C1 C2 1 abcdef 2 efbcda 3 axyz 4 abedcd I would like to retrieve only the records which have substring 'CD' from the available records.. Any help. Regards, ~ sri