Make a page appear on APEX

Hi,
Novice in need of assistance!!!!
so I'm very new to APEX, and i have built an application which has a number of pages, some of which are hidden, and some are visible when you run the application.
I have had instances where a page does not appear in the tabs across the top and I have been able to get round the problem by copying a page with similar properties and up until now, this has worked for me.
however, I have one page which refuses to appear, it is included in the tab set, no display condition, but i just can't get this tab to appear.
I have even shortened the names of the other tabs to make sure it wasn't a case of having to put a scroll bar at thew bottom, it all fits, and there is plenty of space for the tab to appear. I am not sure if there is a limit to the number of pages you can have to appear but could that be the problem? I have 16 pages in my application, but i only need 11 of them to appear including the one I am having problems with
hope i am making my self clear but please inform me if you need further information.
thanks in advance.

I have 15 tabs showing in an application.  So that is not it.
For debugging, please set this tab to display at the left-most edge so we know that's not the problem.
There are some tedious things you could try.
1)  Create a blank page with Tab that does display.
2)  Copy elements on this page to the new one.
I don't know what you have on this page but it's strange that nothing displays on the page.
What do you mean by "it refuses to appear"?   Do you mean the tab doesn't appear or the page doesn't appear?   If you go to that page and "run" it, what happens?
Thinking ...  -- Howard

Similar Messages

  • How do I make the page appear bigger or smaller?

    On a couple of wesites that I go to frequently the type and or font has either decreased or increased in size. How do I get these particular pages back to their original settings?

    You can reset those pages to the default zoom level with '''{Crtl + 0}''' - that's ZERO - while you are viewing those pages.
    https://support.mozilla.com/en-US/kb/Page+Zoom

  • Brochure pages appearance in Acrobat Reader

    Hello!
    I would like to create a brochure much like this one: http://imagesrv.gartner.com/summits/docs/emea/enterprise-architecture/ea13_summit_brochure _generic.pdf from Gartner.
    They have the front page (when viewing the PDF document in Acrobat/Reader) as a stand-alone page, and then the following pages side-by-side.
    I think it looks really good, much like reading a real brochure, just digitally.
    How would I create this, though?
    Couldn't I just make the design in Illustrator and save the final brochure as a PDF document, then go into Acrobat and modify some document settings to make the pages appear as I want?
    Or how would I go about this?
    Thank you!

    Works fine for me... Be aware that that setting only has effect when
    opening the file, so if you change it you need to save the file and then
    re-open it for it take effect.

  • Hello all, I'm dubbing my italian website in english. The "reproduce presentation" item in the photo album pages appears only in italian, because I have an italian 2008 version of the application. Is there any way to make it appear in english?

    Hello all, I'm dubbing my italian iweb site  in english. The "reproduce presentation" item in the photo album pages appears only in italian, because I have an italian 2008 version of the application. Is there any way to make it appear in english?
    Thanks for your attention and appreciated answers

    iWeb has no Italian version.
    The language setting on your computer determines the language that is used.
    Change the language settings on your computer or use this :
    http://www.tj-hd.co.uk/en-gb/languageswitcher/

  • Can you make a DIV appear/fade on page load instead of the listed events?

    Does anyone know if there's a way to have a specific DIV fade
    in when the page loads? I know how to do it with a click or mouse
    over, but the behavior panel won't let me change the event to
    onLoad. It says that's an invalid event for the DIV tag. I found a
    javascript code that makes the DIV appear when the page loads and
    it work...until I tried to add other Spry behaviors. Then it
    refused to fade in. I can provide that code if it helps.
    Thanks!

    Thanks for the speedy response. But your answer went right
    over my head. I'm using Dreamweaver and a complete novice in
    javascript or coding...for now. (But I'm taking classes, so there'
    hope for me yet.)
    When you say "use SpryDOMUtils.js" is that a script I need to
    find, reference, load?
    Maybe I should post this question on the Dreamweaver since
    I'm so ignorant about coding?

  • Make Flash Frames Appear in Library As Pages? Need Help!

    I would like to know how to make flash frames appear in the Library as pages. Any code or help would be greatly appreciated.  Thank you.

    I want an area that opens like a page within the site (under the header) when buttons are clicked.

  • When I first start up computer and click on Safari, a blank page appears. I am trying to make MY MSN as the opening page. How do I do this? Thanks for any help.

    When I first turn on my computer and click Safari, a blank page appears. I use to have MY MSN as the opening page on Safari. Don't know what happened, but how do I restore it back to the way it was? I've tried everything, I know it has to be something easy, but can't figure it out. Thanks for any help.

    In Safari goto Preferences > General... Homepage...

  • Make page appear request

    hi,
    how r u ?
    i make my pages in session scope,when run it and make any things in first page and leave it and go to another page and make some thing in it when return to first page i see page in last status .
    i want makes these page when first postback clear all status of components .
    thanks.

    Hi,
    OraOak wrote:
    but i make my managed beans in session scope to save my lists...I am not sure how and where you populate the list but if you must use a session scoped managed bean to hold the values of the list, you can create another session scoped managed bean just to hold these values while changing the existing managed bean scope to request.
    In other words, change the current managed bean to request scope and create a new managed bean to store all values that needs to survive the whole user session. You can then retrieve/reset/update these values in the session scope from the calling request scope managed bean.
    Regards,
    Chan Kelwin

  • Updating Page Sentry for APEX 4.0

    Hi there,
    I've found this forum and the regular posters and mods to be extremely helpful, so this post is more of a give-back, I hope. We recently upgraded a dev system of apex 3.0.x to 4.0.2 and ran into some issues where our use of some Page Sentry auth code that's been floating around a long time became a problem for us in terms of properly managing session state, URL forwarding, and acceptance of URL parameters for setting the value of page items in session.
    I've posted [an article on our blog|http://zetetic.net/blog/2010/12/10/updating-page-sentry-for-apex-4-0-upgrade/] explaining the whole thing in what is probably very boring detail over here, and if you're so inclined, we'd love your feedback. But just so there's no need to go anywhere, here's the page sentry we ended up implementing, which makes some pretty significant mods to the old page sentry to account for what we perceived as changes in APEX's behavior somewhere in our move from 3.0 all the way up to 4.0.2.
    You can view the following function nicely formatted [at this gist|https://gist.github.com/736369] :
    <pre><code>
    CREATE OR REPLACE function PASSPORT.oamPageSentry ( p_apex_user in varchar2 default 'APEX_PUBLIC_USER' )
    return boolean
    as
    l_cgi_var_name varchar2(100) := 'REMOTE_USER';
    l_authenticated_username varchar2(256) := upper(owa_util.get_cgi_env(l_cgi_var_name));
    l_current_sid number;
    l_url_sid varchar2(4000);
    l_url varchar2(4000);
    l_app_page varchar2(4000);
    begin
    -- check to ensure that we are running as the correct database user
    if user != upper(p_apex_user) then
    return false;
    end if;
    if l_authenticated_username is null then
    return false;
    end if;
    l_current_sid := apex_custom_auth.get_session_id_from_cookie;
    l_url := wwv_flow_utilities.url_decode2(owa_util.get_cgi_env('QUERY_STRING'));
    wwv_flow.debug('oamPageSentry: request from ' || l_authenticated_username || ' (sid=' || l_current_sid || ') for ' || l_url);
    -- split on zero or more non-colon characters, and extract the URL session ID if it is present
    l_url_sid := REGEXP_SUBSTR(l_url, '[^:]*', 1, 5);
    wwv_flow.debug('oamPageSentry: extracted current sid from url as ' || l_url_sid);
    -- the post_login call at the end of this function will blindly append the session ID to the URL, even if it is
    -- a deep link. Detect this condition, strip the duplicate session identifier, and redirect.
    if REGEXP_SUBSTR(l_url, '^.*:' || l_current_sid || ':.+:' || l_current_sid || '$') IS NOT NULL then
    l_url := REGEXP_REPLACE(l_url, ':' || l_current_sid || '$', '');
    wwv_flow.debug('oamPageSentry: identified duplicate session id on URL, stripping and redirecting to ' || l_url);
    owa_util.redirect_url('f?'|| l_url);
    return false;
    end if;
    -- apex 4.0 appears to have problems setting session variables (possibly due to new session validation)
    -- if the Session identifier present in the URL does not agree with the session identifier in the cookie
    -- detect this condition, and replace the invalid URL session identifier in the URL with the valid
    -- ID in from the cookie and redirect to the fixed URL
    if owa_util.get_cgi_env('REQUEST_METHOD') = 'GET' AND l_current_sid <> TO_NUMBER(l_url_sid) then
    l_url := REGEXP_REPLACE(l_url, '^(p=.+?:.+?):\d*(.*)$', '\1:' || l_current_sid || '\2');
    wwv_flow.debug('oamPageSentry: current sid ' ||l_current_sid || ' is diferent from url sid ' || l_url_sid || ', redirecting to url' || l_url);
    owa_util.redirect_url('f?'|| l_url);
    return false;
    end if;
    -- 1. If the session is valid and the usernames match then allow the request
    -- 2. If the session is valide but the usernames do not match, there may be session tampering going on. log the session out
    -- 3. If the session id is not valid, generate a new session, and register it with apex
    if apex_custom_auth.is_session_valid then
    apex_application.g_instance := l_current_sid;
    wwv_flow.debug('oamPageSentry: current sid ' || l_current_sid || ' with username ' || apex_custom_auth.get_username || ' is valid');
    if l_authenticated_username = apex_custom_auth.get_username then
    wwv_flow.debug('oamPageSentry: current session username ' || apex_custom_auth.get_username || ' equal to header username ' || l_authenticated_username);
    apex_custom_auth.define_user_session(
    p_user=>l_authenticated_username,
    p_session_id=>l_current_sid);
    return true;
    else
    wwv_flow.debug('oamPageSentry: username ' || apex_custom_auth.get_username || ' mismatch with ' || l_authenticated_username || ' loggout');
    apex_custom_auth.logout(
    p_this_app=>v('APP_ID'),
    p_next_app_page_sess=>v('APP_ID')||':'||nvl(v('APP_PAGE_ID'),0)||':'||l_current_sid);
    apex_application.g_unrecoverable_error := true; -- tell apex engine to quit
    return false;
    end if;
    else -- application session cookie not valid; we need a new apex session
    wwv_flow.debug('oamPageSentry: current session ' || l_current_sid || ' is not valid');
    l_current_sid := apex_custom_auth.get_next_session_id;
    wwv_flow.debug('oamPageSentry: generated new session id ' || l_current_sid);
    apex_custom_auth.define_user_session(
    p_user=>l_authenticated_username,
    p_session_id=> l_current_sid );
    apex_application.g_unrecoverable_error := true; -- tell apex engine to quit
    if owa_util.get_cgi_env('REQUEST_METHOD') = 'GET' then
    wwv_flow.debug('oamPageSentry: GET request, remembering deep link ' || l_url);
    wwv_flow_custom_auth.remember_deep_link(p_url => 'f?'|| l_url );
    else
    l_url := 'f?p='||
    to_char(apex_application.g_flow_id)||':'||
    to_char(nvl(apex_application.g_flow_step_id,0))||':'||
    to_char(apex_application.g_instance);
    wwv_flow.debug('oamPageSentry: POST request, remembering deep link ' || l_url);
    wwv_flow_custom_auth.remember_deep_link(p_url=> l_url );
    end if;
    -- in previous versions of apex the remember_deep_link call would actually work and cause
    -- post_login to redirect to the target URL. This doesnt work any more in 4.0. Instead,
    -- we'll pass the target page in to the post_login call directly. Post login will blindly
    -- append the session ID to the end of p_app_page when it redirects, but we
    -- clean that up with the first cleanup redirect at the beginning of the function
    l_app_page := SUBSTR(l_url, 3, LENGTH(l_url) - 2);
    wwv_flow.debug('oamPageSentry: post_login for ' || l_authenticated_username || ' app_page ' || l_app_page );
    apex_custom_auth.post_login(
    p_uname => l_authenticated_username,
    p_session_id => nv('APP_SESSION'),
    p_app_page => l_app_page
    return false;
    end if;
    end oamPageSentry;
    </code></pre>

    Billy,
    Thanks a lot for this great info. It seems to have solved the problem I have been having with an NTLM page sentry function for the last 2 or 3 days. Very difficult stuff to debug what is going on inside these functions when they (obviously) behave differently once you have logged in etc.
    As I said, your solution seems to solve my problem - but I have a couple of questions :
    1. Is this related to 10347091 which is mentioned on http://www.oracle.com/technetwork/developer-tools/apex/downloads/apex402knownissues-189793.html ?
    If yes, did you try the patch?
    2. Have you logged a bug or had any feedback (externally or within the forum) from Oracle people on this issue?
    I was about to log a bug regarding the deep linking and FSP_AFTER_LOGIN_URL not behaving correctly when I noticed the known issues and now your valuable work. I was going to try the patch, but I'd rather not apply it unless I know it will solve my problem.
    Please let me know.
    Thanks
    Glen

  • How to set the default start page (login) of apex itself?

    Hi!
    I've successfully upgraded from 3.2 to 4.0! I'm using the pl/sql embedded gateway.
    When I enter the url http://s01:8081/apex I get an error (page cannot be displayed (404)). But when I enter http://s01:8081/apex/f?p=4550:1:1481295403790110 the apex logon page appears and everything works well.
    For testing I turned on debug logging and entered again http://s01:8081/apex
    The trace file contains the following logging entries:
    *** 2010-12-17 14:30:25.825
    *** SERVICE NAME:(SYS$USERS) 2010-12-17 14:30:25.824
    *** SESSION ID:(133.21643) 2010-12-17 14:30:25.824
    Embedded PL/SQL Gateway: (null) HTTP-404 No procedure specified to run
    Embedded PL/SQL Gateway: (wpu.c,626) longjumping back to the beginning
    Embedded PL/SQL Gateway: (wpu.c,488) cleaning up before longjmp
    Embedded PL/SQL Gateway: (wpu.c,513) in init state
    Embedded PL/SQL Gateway: (wpx.c,688) Shutdown has been called
    How can I solve this issue?
    Thanks
    Markus

    Hi!
    Thanks for your reply!
    I'm using apex 4.0 on oracle 10.2.0.4 enterprise edition with the embedded pl/sql gateway. I've to instances on this server (dev and prod). The development instance works without any problems.
    The query returns:
    ORA-24231: Database Access Descriptor (DAD) APEX not found
    ORA-06512: in "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: in "SYS.DBMS_EPG", line 58
    ORA-06512: in "SYS.DBMS_EPG", line 299
    After googling or searching on metalink for the error message I'm redirected to oracle documentation which tells me the reason for the error but nothing about to correct it - that's why I love oracle documentation so much...
    Cause: The specified Database Access Descriptor (DAD) did not exist.
    Action: Make sure the name of the Database Access Descriptor (DAD) is correct and the DAD exists.
    Thanks
    Markus

  • Running Windows XP service pack 3. Updated Firefox from 8.0 to 9.0. Now when Firefox opens "The URL is not valid and cannot be loaded" is displayed in a window and no home page appears. What's wrong?

    Running Windows XP service pack 3. Updated Firefox from 8.0 to 9.0. Now when Firefox opens "The URL is not valid and cannot be loaded" is displayed in a window and no home page appears. What's wrong?

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • The second time when i print the report the page appear cut in the right

    hi,
    I created a report in Report Builder 6i. When i print the report appear well, but when i try to print the same report second time in the right of the page appears cut.
    Why? What should I do to appear the entire page at the second print?
    Thx.

    Flattening and merging are very similar. The main difference is merging keeps the transparent areas, whereas flattening removes all transparent areas by giving it a white background. A good example of flattening is a jpg image.
    Since you have closed the file by closing photoshop, that means that the history is now gone, no way of undoing.
    So that leaves you with two choices.
    You can either recreate the whole document.
    Or you can make selections of areas you are keeping and moving them one at a time to new layers. Keep each object on a separate layer. Then redo the area behind those objects.

  • The sharepoint my company uses no longer works properly with firefox, only a blank page appears, is there a fix for this?

    Hello,
    We currently use Microsoft SharePoint Server 2010 and it doesn't seem to be compatible with the latest version of Firefox (33). When I try to open a sharepoint page, only a blank page appears. I do not get any error messages. The sharepoint works with other browsers, such as Chrome.
    Is there a work around available so that we may continue to use Firefox?
    Thank you!

    Do either of these typical troubleshooting steps make any difference?
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Command+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Firefox menu) > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools > Page Info > Security > "View Cookies"
    * click the globe or padlock to the left of the address in the address bar > More Information > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?
    In case one of your extensions is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • Firefox will no longer open completely. My home page appears, but I can't do anything with it. See "details" box for full description.

    Firefox will no longer open completely. My home page appears, but I can't do anything with it--can't use "Help," can't search the Web, can't even use "Sign Out." I have to close it entirely to get out of it. A box comes up and says "Yahoo Mail is loading especially slowly" and tells me my computer speed is slow. But this is the same computer I've always used for Firefox, and Yahoo comes up quickly and completey through Internet Explorer (which is how I'm sending this message). Can anyone help me load Firefox so that it works? I even downloaded the latest version of Firefox, but it makes no difference. Thanks.

    Do a clean reinstall and delete the Firefox program folder (C:\Program Files\Mozilla Firefox\) before reinstalling a fresh copy of Firefox.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 15.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored in the Firefox Profile Folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    If you keep having problems then also create a new profile.
    You can also try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that works.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • A Firefox Help page appears for a moment, and is then wiped, in FF4RC

    I go to the Firefox Help Page 'Viewing video in Firefox without a plugin', and the body content appears for a few moments (on my Vista laptop), and then disappears, leaving only the Title,the Contributors line, a block of white space, the nurse pussycat image and text block. The stuff on the RHS is OK.
    I get the same on this w7 laptop, except I don't see the proper page at all (possibly because this laptop is quicker?).
    On 3.6.15, on both laptops, the page appears correctly, I think.
    I guess my question is can someone who knows how to submit a formal bug report on FF4 see if they can reproduce this, and if so, then please submit such a report?
    Or you could maybe tell me what I'm doing wrong; though as it fails on two separate laptops in FF4, and works on both in FF3.6.15, I don't think I am doing anything wrong.
    I've added troubleshooting info below, obediently, but I doubt it's needed...

    I'll make a note of that in the correct forum about specifically stating when an article doesn't apply to Firefox 4.0.

Maybe you are looking for

  • Trim marks positioning incorrect for files that have a larger crop box than trim box

    I've seen this question in one other place on the forum, but it doesn't look like it ever got answered. It's been driving me nuts for months, so I'm going to try to do a very simple walkthrough for this problem to find out if this is a glitch in the

  • .PDF attachment, workflow, FAX

    I would like to attach a .PDF document to a workflow and the final result is to fax the PDF from the workflow. Does anyone have any suggestions?  Thanks

  • YTD routine in update or transformation rules

    I'm currently on BI 7.0.  I have an ODS that contains a monthly balance key figure.  When moving this data to an infocube, I'd like to create a YTD key figure based on that monthly balance.  I have 0FISCYEAR, 0FISCPER, and 0FISCPER3 time characterist

  • ( Digital Audio ) 5.1 surround sound via receiver. Possible?

    Is it possible to achieve 5.1 surround sound through an audio receiver using a Coaxial cable? (For Gaming, in particular) In theory, the coaxial cable should plug into the "Digital Audio out" PC port (Realtex Sound card), and the other end plug into

  • Multi-Camera Problems in Premiere CC v7.1.0 (141)

    I have the CC edition of Premiere and it automatically updated a couple days ago to v.7.1.0 (141), but ever since the update, I've tried to create multi-camera sequences, nest it in a target sequence and instead of just showing 1 layer of vidoe and 1