Page 0 in the apex

Nice day

How can I assign specific pages for page 0 to show? I noticed that all pages are covered with page zero.

-joe

Use a condition on the areas/elements of page zero.

  • If you check if built-in conditions available, you should notice those who said ' _Current page! = Expression 1_"or"_Current Page is contained in Expression 1_ (list by commas of pages)"or"_Current Page is NOT in the Expression 1 _ (delimited by commas of the pages list).

  • For more complex conditions, you can use the "* APP_PAGE_ID *"substitution string.
    for example

    : APP_PAGE_ID BETWEEN 100 AND 200

  • Tags: Database

    Similar Questions

    • How to create the page zero in the apex oracle 4.0?

      Hi all
      How to create the page zero in the apex oracle 4.0?

      Concerning
      Mani

      Hello

      Home > Application Builder > Application xxx > create Page
      There are down to the Center on Wizard Page zero

      Kind regards
      Jari

      Published by: jarola 25 August 2010 19:28

      And here's the chapter on literature
      http://download.Oracle.com/docs/CD/E17556_01/doc/user.40/e15517/UI.htm#BGBFFFGH

    • How to get the name of a page class in the apex oracle

      Hi all

      Can you get it someone please let me know how we can get the class of a page or area name in the oracle apex? I would also like to know how to get the DOM object for particular item ID.

      I appreciate any help on this.


      Concerning
      REDA

      If a category exists already, then you can find them by inspect element in firefox/chrome browser and look like to class = «MyClass...» »

      If there isn't one, then you can add via - point edit > attributes of the HTML Form element > class = "yourclass.

      See this http://www.w3schools.com/tags/att_global_class.asp

    • Unable connect page magage of the apex of the other computer

      I can not open the page manager

      Hello

      It might be useful what you're saying Apex version, database version, and release and what HTTP server that you use

      Kind regards
      Jari

    • Customize Page templates in the APEX

      Currently, we're about Apex 3.2 and use one of the standard themes (topic 13) which comes with Apex.
      You will need to customize the Page template (level one, level two tabs tabs) to view more information on the footer. It is - what happens if I customize the template tabs one level and in the future if we switch to 4.0, will be these crushed? Even though my changes are much lower (add 2 lines at the bottom of the Page), I want to keep the minimum maintenance in the future. I also have a lot of different applications that subscribe to these custom templates, so that in any change needs to be done, we can change the model to control the application and publish it on all applications for the child.

      Please suggest a best practice on how to customize these templates?

      TIA

      HJ

      Published by: user12975607 on August 9, 2010 10:09

      Hello

      An update to a new version of Application Express modify any of your models. When you create an application, or switch to a new theme in an existing application, you create a copy of the chosen theme. If all of the models are so specific to your application. If you choose a different theme, or after the upgrade to 4.0, choose to move to one of the new themes, then you will need to redo your changes in this new theme. But of course, you can simply continue using your original theme, as long as you want.

      Hope this helps,

      Kind regards
      Marc

    • Page no in URI does not not so first time of connection at the APEX

      Hello

      I am new to APEX and use Apex 5.0.

      Here's what I did

      1. I created a new desktop application based on the universal theme

      2. I login and home page

      3. has created a new page 3030 with interactive report

      4 authentication scheme set to 'no authentication (with the help of DAD)

      5. all pages is set to "Unrestricted" access page protection

      If I first connect to the home page, then use the URI below it works but if I open the URI below, first it always go to the home page

      http:// < Server >: 8080/apex/f? p = 102:3030:

      If the first time then use the URI above will be replaced by (goes back to the home page)

      http://< Server >:: 8080/apex/f? p = 102:1: 9565782910319:

      I have a unique requirement where I do not have a home page and I need to access each page individually through the page. in the URI.

      This is also the reason why I changed the authentication scheme to be opened (no login screen)

      Thanks in advance.

      kvsinfo wrote:

      I am new to APEX and use Apex 5.0.

      Despite the poster history going back to 2012?

      If I first connect to the home page, then use the URI below it works but if I open the URI below, first it always go to the home page

      http://: 8080/apex/f? p = 102:3030:

      If the first time then use the URI above will be replaced by (goes back to the home page)

      http://: 8080/apex/f? p = 102:1: 9565782910319:

      Set the property of deep linking session management in application security attributes on " Enabled".

      I have a unique requirement where I do not have a home page and I need to access each page individually through the page. in the URI.

      Could you explain exactly why it is necessary?

    • Modal calling report that calls another Page to the APEX 5

      I have an interesting question here for the community...

      Using APEX, theme 42 5.  I have a report with a button that will call a modal form.  on the form modal is a LOV which will set a value to the calling page.  If the value returned to the calling page, I then need to redirect to another page in the application by assigning a page element on the new page with the value that I have just received from the modal page.

      I have everything up to the second rec = direct working in a test environment and I have problems with redirection...

      All those who want to watch here is the information:

      URL: https://glassfish1.revion.com/apex/f?p=4550:1:23425296545047:

      workspace: homeworld

      user name: demo

      password: demo

      application name: emp demo test (143)

      I have built dynamic actions to get the value of the page where I need but when try to redirect to the page and set the page item, that I don't get the redirection to work...

      Thank you

      Tony Miller
      Los Alamos, NM

      Hi Tony,.

      I'm just curious... If it worked for you?

      Thank you

      Pavel

    • Passing parameters in the pages of the apex

      I have two selection lists on my page, is the list of countries and another for the list of airports. Both of them get their values (display and id) of the table. I want to pass the value to display the list of selected countries to the list of the airport to be used as a filter to only airports in the selected country. How do I do that? Similarly, how I pass the values of a top page to another to be used for the same purpose? I am newbie to Apex.

      Rafiq D says:

      If you ask a question APEX, always include the information referred to in these guidelines: How to get the answers from the forum

      I have two selection lists on my page, is the list of countries and another for the list of airports. Both of them get their values (display and id) of the table. I want to pass the value to display the list of selected countries to the list of the airport to be used as a filter to only airports in the selected country. How do I do that?

      Choose lists (and other controls LOV) used in this way are called 'cascading LOVs. Their use is described in the documentation.

      Define airport LOV properties items In cascade LOV article Parent (s) name of the element in the country. Reference this value in the LOV query using bind variables syntax. The Items property of the Page to send can be used to introduce other values of the child depends on LOV.

      Similarly, how I pass the values of a top page to another to be used for the same purpose? I am newbie to Apex.

      It is also covered in the documentation. URL containing ref and itemValues parameter lists may be specified or generated in the columns the report link, map series, calendar events, branches and other components of the APEX.

    • APEX 5 - missing values in link for the PAGE that is modal if it has used some PAGE ELEMENTS in the VALUE of the

      Hi Experts,

      There is a problem in the APEX when I open a modal page-> submit modal page and refresh parent region (report one).

      When I first open a report from the region and click the modal page, everything is ok:

      Modal page values are defined in the sense of link that open to it.

      Submit after modal page by button (there is a process of dialogue), the dialog box is closed. On the parent page, there is a DA - dialogue close report parent refresh.

      After update - waiting indicator is indicated - all the element referenced in the link to open modal values are defined as empty values.

      Is there a problem in the links when I use it it set the values of the elements of the page? (not report items)

      I reproduced the problem on apex.oracle.com:

      https://Apex.Oracle.com/pls/Apex/f?p=16502:9

      user/pass: demo/demo

      "Just check the link in 1 region report-#OPEN_MODAL" report item. You can check the link with the appropriate values.

      After opening modal, simply click on the button. Dialog box is closed and updated in the region. Check the link again. Link is not valid because the values are empty. (screenshots above)

      concerning

      J

      Hi Jozef,

      the values of your page P9_NEW1 - P9_NEW5 items are not in persistent session state, they are only available in memory at the time when the page is rendered. Every time when you want to refer to an element in your report, and no matter if it is in the report SQL statement or as a substitution in a link, it must present the server as part of the "Refresh" / AJAX call so that the server can initialize this session state and you are able to reference it. You can do this by setting "Page elements must send" your report. In your case, you must set it to P9_NEW1, P9_NEW2, P9_NEW3, P9_NEW4, P9_NEW5. See the example updated, you provided.

      Concerning

      Patrick

    • How to open a page in the APEX after I click on the "submit" button?

      Hi gurus,

      Here's my question (I'm new to APEX so please bear with me and provide details - I'm not new to programming, however). Ok. I have open application, a menu and the option of a menu I want to be a wizard to create an object (signature).

      Once this wizard is done (it contains 3 pages linked modeless dialog), the button "submit" I want:

      1 / all data is committed to the DB

      2 / all data to be loaded into a new page that contains the full record, which was completed in steps the wizard 3

      .. and I think that's all...

      I understand the page after sending else can't do anything, not even to be triggered if everything must be done before. So, I made a dynamic action on the button end like this:

      But I will not be opened in a new page but as part of the application (below you can see that opens in a new page):

      Can you guide me please? Something must be either very easy, I guess...

      This is the first question.

      Second question: how to fill this new page with the instructions I just submit - how can I find out the rowid of the folder has just presented. Or... is there an another way of modeling that? What I want to do is create a record in a database either by attending either directly. If I click on cancel I will go on the record in page 1 where I can see full fields, if I choose assistant and then once I'm done I want to see all the data even in Page1. Where I can possibly do some mod.

      Thank you!

      Gabriela

      (if it is not clear that I can show in a short owc internally)

      Point 1: Creating a new branch on the last page of the wizard, which will take place on the State of the button "FINISH" Give branch URL of page that you want to navigate.

      Point 2: You can save the primary key of the row and go to the parent page using the direction of the point 1.

      Probably if you can build an example on apex.oracle.com, we can help more.

    • How does the APEX 5 'Refresh' Action? Unable to refresh the page items.

      Hello

      I'm 5 APEX developed a page with both regions. Goal is to show the number of cells on the main area and allow to update the same number of cells from another region on the same page.

      Region 1: Added a view-only point P2_CELL_NUMBER_SHOW seen source of sql return the unique value. Like "Select cell_number of user_cell."

      Region 2 (hide this region during the loading of the page): adding an item of text P2_CELL_NUMBER_UPDATED. This region has added a button "Apply Changes". During the click on added dynamic actions in the following order:

      (a) PLSQL: Null; Submit article: P2_CELL_NUMBER_UPDATED

      (b) PLSQL: the UPDATE call sql statement to update the number of cells in the database table.

      (c) masking region 2 and region 1 via java script list.

      (d) refresh region 1 (here I expect at this point P2_CELL_NUMBER_SHOW should show the new update on the step value b). But get the old value that was earlier on region 1. But when submitting the page then region 1 get the new value.

      So, does send the page or set the session state to get the new value on region 1? Will update no help in this situation?

      Thank you

      Ankit

      Hi Pierre,.

      The dynamic Action of the type "Refresh", does not work on the elements and entry areas with elements of entry. It is intended for regions of report with PPR (partial Page Refresh) allowed namely interactive reports, classic and graphic regions.

      Kind regards

      Kiran

    • I can capture the number of records retrieved by page in the Apex Interactive report?

      Hello

      I have a requirement in which I need to conditionally hide / show button on an interactive report.

      To achieve this, I need to compare the number of reows read by v/s lines page number to be

      read as specified by the user (defined using Actions-> lines per page).

      Please help me to know if there is a way to capture these 2 values:

      1. number of records retrieved in a report by page

      2. the value set by the user for the number of rows must be extracted (Actions--> lines per page).

      Quick help is really appreciated. Thank you.

      Hello

      You can use by jariola in his blog

      http://dbswh.webhop.NET/Apex/f?p=blog:read:0:article:41900346848694

      Thank you

      Benjamin

    • How you trigger sort column of the APEX report interactive page element?

      Hi guys!

      A certain page, I have an interactive report of the APEX. Part of the query is similar to:

      SELECT

      ...,

      (definition column1) BCV,

      (definition column2) RFV,

      ...

      table. RAU,

      The TABLE table_name,...

      WHERE conditions;

      I also have a defined through the following LOV page P121_SORT_BY (selection box) element:

      SELECT "BCV" d, "BCV" r FROM DUAL

      UNION ALL

      SELECT "RF value" d, 'RFV r' FROM DUAL

      UNION ALL

      SELECT 'RA (USD)' d, "RAU" r FROM DUAL

      I've linked a dynamic Action to P121_SORT_BY which runs on the 'Change' event and performs the following JavaScript Code:

      var my_column = $v ('P121_SORT_BY');

      Alert ('test1');

      $x('apexir_COLUMN_NAME').value = my_column;

      Alert ('test2');

      gReport.column.order ('DESC');

      Alert ('test3');

      Alert (my_column);


      Obiously, there is something wrong with my code JS... What can I do to make my report interactive sort DESCENDING column selected in my page element?

      Please note that I also tested the JS without comments and I get pop ups (test1, test2, test3 and the correct name of the column of my_column) but the report isn't back to normal... What am I doing wrong?

      Thank you

      Digital

      Hi all

      I found the answer to my question by navigating through the java scripts in Apex.

      So, this is what works:

      gReport.last_col_id = "BCV";

      gReport.column.order ('DESC');

      Where "BCV" is actually your name of column position, you can send it by a Page Item and means of descending "DESC" and "CSA" means growing.

      I hope this helps other people too.

      Thank you

      Digital

    • Error 404 - not found listenerConfigure but not with the apex page

      Hello

      I just installed the listener APEX 2.0.1 as a stand-alone installation.
      I don't use EPG.

      I get the error 404 - Not Found When I pass in my browser the url:

      http:// < My Server >: 7777/apex/listenerConfigure

      but I have the correct application page when I get home:

      http:// < My Server >: 7777/apex

      Does anyone have an idea about goes wrong with that?

      Kind regards.

      Hello

      http:// : 7777/apex/listenerConfigure

      This URL does not exist for APEX listener 2.0.1 because the web configuration interface has been removed with 2.0. There was improvements to the command line interface to configure the listener of the APEX and there is a new interface, you can use with SQL Developer since 3.2 (current version 3.2.2 is recommended).

      Always take a glance the documentation that matches the version of software you are using. In your case, it would be the [url http://docs.oracle.com/cd/E37099_01/doc/doc.20/e25066/toc.htm]APEX earphone 2 Installation and Configuration Guide.

      -Udo

    • view the HTML source of a page of the apex

      Hello world

      I'm looking at how I can view the HTML source of a page of the apex and to be able to change it. That's why reading the html source code in the browser when the application runs don't suits me.

      Someone at - it an idea how it can it be possible?

      Best regards

      Hello

      Loga is correct on the use of firebug with firefox. However, if you use IE (version 8 or later), press f12 to switch to developer mode. For Chorme, click the right button of the mouse, you'll get a context menu, you can see "Inspect element", which will have the HTML for this object. Yes as Loga said, if you can simulate changes by using these three, you can bring the apex thro generator only changes required, applying changes to CSS, script, models etc. Hope it will be useful.

      Kind regards

      Natarajan

    Maybe you are looking for

    • Corrupt drivers?

      I lost my printer drivers for Photosmart C7280 and download of HP website below seems to be corrupted.  Help? Action: Your software print driver is missing or a better version available. HP recommends the following software. Click on the link below t

    • The Community Edition of Visual Studio to publish a web site to a 3rd party site like GoDaddy hosting?

      It looks like you can post only to Azure. I hope that's not correct.

    • tell-able ToolTips on the taskbar

      Ive tried all the internet stuff out there and still got balloon tooltip button taskbar and start after 2 years on vista I now where is the button to start by now lol I start to think that its hard coded under vista heres a pic of Registry shows info

    • "Ultranav driver not installed" - X 300

      Hello I can't use my trackpoint. If I press Fn + F8 it say "ultranav driver not installed." But it is installed (you can see it in the installed programs and features). It is enabled in the BIOS. A usb mouse works. He used to work unti update of the

    • HP Photosmart C7280 and Windows 7

      I bought a new desktop computer.  I want to know how to install my current printer to this new device.  Currently, the C7280 is connected to a gateway XP and works well, but of course, the technology (XP) is obsolete and I want to run the latest oper