using day apart to detach the APEX 4.1 ah

Hi all
I have a problem with APEX 4.1!
I do not use type 'interval day to second' in a 'form on a Table or View.
First problem - the APEX does not create automatic of the element within the 'shape' and does not create the column in the report. (When there is a "Day at the second interval" data type)
Second problem - after the creation of Iten in the shape and the column inside report, I can't pass the field of interval of the form of the report type.

I have already tested the use of the text field, but APEX only passes the information until the two points
For exempla: I value + 00000 06:04 in the report, but it only passes the value + 06 00000

Thank you.

Published by: 941402 on June 27, 2012 15:58

Published by: 941402 on June 27, 2012 15:58

941402 wrote:
Hi all

Welcome to the forum: read the FAQ and the forum threads sticky (if you have not already done so) and update your profile with a real handle instead of '941402 '.

When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

    I have a problem with APEX 4.1!
    I do not use type 'interval day to second' in a 'form on a Table or View.
    First problem - the APEX does not create automatic of the element within the 'shape' and does not create the column in the report. (When there is a "Day at the second interval" data type)

    INTERVAL DAY TO SECOND , unfortunately is not supported natively in the APEX in terms of formatting of column State and summarized. See + {message identifier: = 9371014} + for some ideas on how to work around that.

    Second problem - after the creation of Iten in the shape and the column inside report, I can't pass the field of interval of the form of the report type.

    I have already tested the use of the text field, but APEX only passes the information until the two points
    For exempla: I value + 00000 06:04 in the report, but it only passes the value + 06 00000

    The values containing a colon (': ') cannot be passed in the URL of the APEX, where they make a special use as separators in the query string.

    The best practice is not to transfer the data in the URL, other than the minimum possible number of discrete ID. Values required in a target page can be recovered in the element source and properties by default, calculations or using these values of process ID, or by referencing the other page element values or application already in session state.

    If you need to pass the value of the interval in the URL, convert it into a representation of alphanumeric string that uses no sensitive APEX - or URL characters.

  • Tags: Database

    Similar Questions

    • Using EPS Transparent image in the APEX

      Hi guys,.

      would it be possible to download a transparency ENT to use eps format image as a logo in APEX?

      When I upload an image called "LOGO.eps'' "(via les composants partagés = > Images), save and then click on the image, it does not show a preview but an Red Cross. "


      The eps file is valid, because I can't seem to insert the Image in Word for example.

      My system info:

      Local installation: Application Express 4.2.4.00.08

      Theme/UI: 25. Reactive blue

      Internet Explore 11

      Thank you!
      Jeroen

      No, web browsers do not support the display of EPS files. PNG would be the best option.

    • How to use reports and Jasper in the Apex to print PDF

      I again and here knowledge how to use jasper reports to print PDF files

      Please see Dietmar excellent tool. I'm just a happy camper.

      http://www.Opal-consulting.de/Apex/f?p=20090928:4:542360562486677:no:

    • Copy the APEX Application

      Hello people:

      Oracle Database 11 g Express Edition version 11.2

      Request Express 4.0.2.00.08

      I have a question for you.  I developed a simple application for a Department within my organisation:

      8 pages (no application process, process page 12)

      2 triggers

      2 sequences

      2 tables

      Other departments within my body as the application so they would like their own "copy".  Because of the type of information entered in the application, I can't have all the applications use 1 (of course I can but I need to create a somewhat complex authorisation schemes and I'd rather not go that route);


      Now, finally the question:


      Is there a way to the APEX to copy an application and recreate all the components (table, triggers, etc) from the new table names?  APEX makes it definitely easy to make a copy of an application, but I then go through the copy with a fine comb to change all references to the old names of table and replace it with new table names.


      Suggestions?  Comments?  I thank all members of this community of Oracle, because you communicate knowledge where it is lacking...  

      AquaNX4 wrote:

      People of day:

      Oracle Database 11 g Express Edition version 11.2

      Request Express 4.0.2.00.08

      I have a question for you.  I developed a simple application for a Department within my organisation:

      8 pages (no application process, process page 12)

      2 triggers

      2 sequences

      2 tables

      Other departments within my body as the application so they would like their own "copy".  Because of the type of information entered in the application, I can't have all the applications use 1 (of course I can but I need to create a somewhat complex authorisation schemes and I'd rather not go that route);

      Now, finally the question:

      Alas, I fear, that's the wrong question.

      Is there a way to the APEX to copy an application and recreate all the components (table, triggers, etc) from the new table names?  APEX makes it definitely easy to make a copy of an application, but I then go through the copy with a fine comb to change all references to the old names of table and replace it with new table names.

      Any suggestions?  Comments?  I appreciate everyone in this community of Oracle, as share you information where it is lacking...

      If it becomes a business tier application, it must be generated using the level technology company, such as the authorisation schemes, VPD to the multi-tenant data to be stored in the same tables and sturdy PL/SQL API for the maintenance of the data rather than the process Assistant APEX.

      Authorisation schemes are of no use in restricting access to the data, they are used to control access to the APEX application components. You can use authorization to control if a user sees a report from the region, but not the rows that are displayed in the report. To do this you must use VPD or views (note that separate sets of tables are not even considered an option).

      If all departments use, how long before that some top-level executive wants to have access to the data for each of them? How easy it will be to predict that, when the data is distributed on several tables?

      That said, SPV is not available in the XE, and the fact that you use it means that you are unlikely to be able to switch to Enterprise Edition to get it.

      My recommendation would be to rebuild the application using a set of tables, the views that restrict access to data by the Department and the generation of reports and PL/SQL with API packages manage data.

    • Windows Media Player opens when I type any key. This started 2 days ago and did the computer virtually unusable. The mouse is however immune to this phenomenon, so I can still use it. No idea how to solve this problem?

      Windows Media Player opens when I type any key. This started 2 days ago and did the computer virtually unusable. The mouse is however immune to this phenomenon, so I can still use it.

      No idea how to solve this problem?

      Ideas:

      • You have problems with programs
      • Error messages
      • Recent changes to your computer
      • What you have already tried to solve the problem

      Do a system restore. Choose at least 3 days ago when you did not have this problem as your restore point.

      Start button > Search box, type system restore > press the Enter key > uac prompt > click on choose a different restore point > next > select dates as your restore point, until the click > next > finish
      To sit and wait. The machine restarts when it's done.

      For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

    • How to detach the screen from the keyboard, and how do I use the touch screen without stylus?

      I have a gateway M285 ta6 t2300 clocked at 1.6 ghz dual core 1 GB 40 GB combo windows 7 tablet laptop 2-1 d. I don't have a pen for the touchscreen, but because I bought it used... I would like to know if I can use the touch screen using my fingers or do I have to buy a pen and if so what kind? Also, I would like to know how to detach the screen from the keyboard.

      Hello

      I suggest that you go to the Gateway Web site and download a manual for the model that will show you how to use it.

      Gateway:

      http://us.gateway.com/GW/en/us/content/drivers-downloads

      See you soon.

    • PC/tablet-is there a laboratory touchscreen top that works on windows 7 / 8, where the screen can detach the keyboard to use in the form of tablets, or screen can be reached for keyboard vertically or horizontally?

      Labtop / Tablet question -I'm shopping for a new Labtop.    Is there a laboratory touchscreen top that works on windows 7 / 8, where the screen can detach the keyboard used in the form of tablets and then transformed (with long vertical side) and attached to the keyboard to type a length full page (8.5 x 11 page) and then returned (long horizontal side) one attached to the keyboard (to be used as a stand) for a movie with all the features of present characteristics of a top laboratory such as 4 to 8 GB memory and a 500 GB hard drive (perhaps as part of the screen or connected to / through the keyboard, if it is used as a docking station)?

      It seems with all the technology of the tablet on the market that Microsoft or somebody would do something like that now.  Can someone help me? Thank you

      -Scott M

      PS: My wife has an ASUS transformer where the screen detaches from the keyboard, so it can be used in the form of tablets.  When it is attached to the keyboard, the keyboard acts as a stand to sit on the counter for watching movies.  And then the keyboard and the screen can fold them together, so when it is closed there is a stand-alone case. This, however, runs the Android operating system.  Basically, I want this same design (for the potability in a Briefcase), but with it running Microsoft Windows so it can be used as any other labtop.  It the keyboard could have a number pad are associated with, that would be a bonus.

      Hi pr-e-s,.

      You can check with asus.

      http://us.Acer.com/AC/en/us/content/home

      http://us.Acer.com/AC/en/us/content/group/notebooks

      http://us.Acer.com/AC/en/us/content/group/notebooks

    • 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

    • Need help using the tabs of the apex to the universal theme.

      I tried using the enkitec boards to create tabs in page apex.

      But I'm unsucessfull and I used the apex as the version 5.

      The theme that I use is universal theme.

      https://www.enkitec.com/Apex/f?p=15300:30310:0:

      Also I'm tired the method too to create tabs below

      Creation of a region of the tab within a page in the APEX

      It's like

      In the HTML header, I'll add the code below

      <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"> </script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"> </script> <script type="text/javascript"> $(function() {    $("#tabs").tabs();    $x("tabs").appendChild( $x("tabs-1"));    $x("tabs").appendChild( $x("tabs-2")); }); </script>

      Then I'll create 3 region.

      Region 1 > > > create a HTML region (REGION MODEL = MODEL number) and add the code below in the SOURCE of the REGION

      <div id="tabs"> <ul>    <li><a href="#tabs-1">Employee</a></li>    <li><a href="#tabs-2">Chart</a></li> </ul> </div>

      Region 2 > > > create HTML region... Add two fields to the region now, edit the region

      Add the code below in the header of the region to REGION 2

      <div id="tabs-1">

      Add the code below in the bottom of the region to REGION 2

      </div>

      Region 3 > > > create HTML region... Add two fields to the region now, edit the region

      Add the code below in the header of the REGION 3 region

      <div id="tabs-2">

      Add the code below in the bottom of the REGION 3 region

      </div>

      Example: http://Apex.Oracle.com/pls/Apex/f?p=12060:7

      I used exactly the same code... except that my region 2 contains a REPORT instead of two text field and region 3 GRAPHICS instead of text field.

      Kind regards

      Shijesh

      -------

      Please reward the answer if it was useful / correct


      I used the enkitecs method to create tabs.

      Tabs have been created, but the fields were visible inside.

      Will soon be replicating the scenario of apex.oracle.com

      Maybe someone can help.

      At the same time if there is no easy way to create tabs in apex page please let me know.

      Thank you

      Paul

      Hi pauljohny100,

      pauljohny100 wrote:

      I'd like to learn more about the region view selector

      You have a good resource on it.

      Selector display region is type of region, which shows the navigation links in the form of hyperlinks button for regions where the attributes of the region-> region selector display are set to Yes. Œuvres similar to jQuery tabs.

      Reference: ApEx 4.0 region selector | iAdvise blog (it's blog when it was introduced first in APEX 4.0)

      I have not found any Oracle Documentation on this, but it's taken APEX oracle supported the region type.

      You will find that this implemented in various packaged for example P-Track applications.

      Kind regards

      Kiran

    • How to configure in the apex using other engine of transformation XSL - FO instead of Bi publisher

      can someone give me a quite complete example for me on the engine configuration of processing XSL - FO in the Apex.

      I'm feeling rather puzzled about the example set by the introduction of the link:http://www.oracle.com/technetwork/developer-tools/apex/application-express/configure-printing-093060.html#06

      in the apex_fop_render.jsp file.

      Hi 2952702,

      2952702 wrote:

      Please change your login username of "2952702" to something meaningful. Reference: Video tutorial how to change username available

      When I install the apex5 rest data service, the installation guide tell me pdf printing is supported by the rest data service

      but after the installation of ADR, I don't have the result I want.

      Yes, as you directed in the code snippet included listener Web Oracle APEX Documentation Options, Services (ORDS) data Oracle REMAINS usable as a PDF as FOP support print server is included in the ADR 2.0 and later (last ADR 3.0).

      Reference:

      NOTE: The links are for APEX 4.2, but they still apply for APEX 5.0, if you plan to use ADR 2.0 and later versions. These links show how to configure ADR as a print server and how to design and print reports.

      I hope this helps!

      Kind regards

      Kiran

    • PL/SQL, used in application of the APEX of unit tests

      question by my client:

      I develop an Oracle Application Express application and work on unit tests for stored procedures in PL/SQL and the packages that are stored in the underlying database and used by the application of the APEX. These unit tests must run in the context of SQL Developer Unit Test.
      The problem is that the PL/SQL code stored in the database using functions such as NV('APPLICATION_ITEM') to access items in the application of the apex. They do return all values when I try to execute the PL/SQL within the unit test framework, that is to say in the backend. While it is good that the NV is not error, NULL haven't really work well in my scenario either (for example when the result of this function is inserted into a column NOT NULL in a table). I can think of a few workarounds, such as the creation of my own function NV within the schema to test return values desirable, but nothing seems a really satisfactory solution. I wonder if there is no recommendation to Oracle for this scenario - how can I run code that uses the APEX via backend-specific features. I found nothing in the documentation of the APEX for this but I would like to know if there is a recommendation how to better deal with this case.

      I use SQL Developer version 4.0.0.13.80

      Hello

      Indeed, you must set your PL/SQL function calls. This would be the cleanest solution.

      There is an alternative. Please see the following article on the creation of an APEX in PL/SQL session: Martin Giffy D'Souza on Oracle APEX: how to create a Session of the APEX in PL/SQL

      This approach allows to set the values of APEX application item before you run your unit tests. I don't know if it's possible in SQL Developer Unit Test, but it might get you further down the road.

      Good luck

      Nick

    • By using a WHERE clause in the tree APEX

      Hi all -

      I have a hierarchical SQL query that I display as a tree of the APEX.

      Here is my sample application:

      https://Apex.Oracle.com/pls/Apex/f?p=32581:29

      Login: guest

      PW: app_1000

      workspace: leppard

      I try to add a WHERE clause so that only nodes with the lowest-level children are displayed, i.e. something like "WHERE connect_by_isleaf = 0 OR level = 5'"

      The tree of query with where clause works very well in the SQL command window, but when I add the WHERE clause to my tree apex page no longer displays anything. Is this a problem with APEX or y at - it another way to filter my results?

      Thanks in advance for your suggestions,

      John

      Connect occurs in the first place, the where the provision is applied to these results, effectively cutting in the hierarchical structure. Since the apex has build a hierarchical structure of the query, it relies on the virtual level, which is butchered by applying the where clause. It's a miracle that you're not even receive errors because I expect almost an incorrect json array was built. With no top-level from and only level 5 or end nodes, there is no structure to present: the two apex cannot set a correct representation and not jstree neither. In your request, you will see your "root nodes", but it is not representable.

      I don't know why you want to present it in a tree? Levels both connect_by_is_leaf = 5 will give you everything just a list of nodes without any hierarchical structure.

      The best thing to do is to use a subquery to limit first your dataset and then use it for the basic tree query, this way you violate one of these vital columns.

      For example if you want only nodes and their immediate parent, you can opt for something like this (fast on some testdata model):

      with dataset as (
      select node_id, parent_id
         from treedata
        where connect_by_isleaf = 0
      connect by prior node_id = parent_id
        start with parent_id = 0
      ),
      dataset2 as (
      select node_id, parent_id
        from dataset
      union all
      select node_id, null parent_id
        from treedata
      where node_id in (select parent_id from dataset)
      )
      select level, node_id
         from dataset2
      connect by prior node_id = parent_id
        start with parent_id is null
      
    • I'm 7 days in LR to the trial. After creation and 'use' to develop to edit 6 catalogues, I find without changing this or that all catalogs when opening, now have a bright red nail in different areas of the photos in the catalog. Some of the

      I'm 7 days in LR to the trial. After creation and 'use' to develop to edit 6 catalogues, I find without changing this or that all catalogs when opening, now have a bright red nail in different areas of the photos in the catalog. Some of the catalogues have been created several days ago and were considered OK, but now this 'red' hue appeared in all the catalogues without any intervention by me.

      I don't know why you create several different catalogs. Lightroom is managed much more efficiently using a single catalog. But regardless of this issue, it seems that if you have enabled clipping indicators. Pressing the J button makes the point high and indicators on shadow clipping or out of service. Or you can click on the small square in the upper corners of the histogram. Clicking the square to the left turns clipping shadow power. Clicking the square to the right will turn point highlight clipping power. I leave switched indicators so that I can identify areas that need to be adjusted so that I can eliminate all clipping.

    • Check where a function was used in the Apex 4.1.1

      Hello

      I wrote a defective function several months ago and have corrected. But not sure how many palaces that he is used to it because he is a big enough application and made some time back. Is there a mechanism within the APEX to check where a particular function is called (in proceesses, calculation, etc.)?

      Using Application Express 4.1.1.00.23

      See you soon,.

      Xarg,

      You should be able to use the application for this search. Simply go to the request of the manufacturer, change your request and put your name of the function in the search box in the upper right.

      -D.

    • Get the CGI env variables in a database procedure using the new listener to the APEX

      I already posted this question in the earpiece of the Apex forum and still no response after a week. The original post is here:
      Download environmental CGI of APEX listener within the procedure of database

      So please forgive me for posting in this forum as well, but there is much more activity here.

      I would like to know how I can get the CGI environment to the listener of the APEX. For example, if I want to write a procedure that inserts into a table, the client web request originating IP address, how do it?

      I am familiar with the Oracle Http Server and mod_plsql, and I know how to call OWA_UTIL. GET_CGI_ENV to get this kind of information. How can I do this by using the earpiece of the APEX?

      In particular, how to do that when you call a custom (not in a workspace Apex) procedure? When I try now, I get an error owa_util. The cgi env seems to be empty or not initiated (owa.num_cgi_vars is null or zero).

      Specific settings:
      I have a web server running the last JDK, Glassfish and 1.1.4 Apex listener. It connects to another server running the last database 11.2. Apex is installed and running, but I'm not really developing a traditional Apex application in a workspace. I use it mainly as you would use mod_plsql. In other words, I have packages of pl/sql custom which are called directly via a URL. Applications must be sent by the listener to the database and DB executes the procedure and returns output using htp.p to send the text to the browser. And it works very well for this purpose. But if I want to call GET_CGI_ENV to get information such as IP address, the browser making the request, etc. I can't get with the OWA packages.

      Anyone can shed some light on this? If the listener of the Apex is not designed to do this, is it some kind of workaround that I can use to transfer such information to the database for each request?

      Hi Adam,.

      APEX is located on the top of the Toolbox for OWA. There is no appeal of the special procedure to be implemented.

      Kind regards
      Christian

    Maybe you are looking for