Apex 4.0 bug region display selector export?

Dear reader

As we were very happy to use the Chooser to display area on a few pages, we noticed when taking the development app export in order to test that the abandoned region one of the two selected regions view selector. Then only, we saw "Show all"-"region 2". Region 1 disappeared suddenly. By clicking on one remaining options invoked not something.
When you go to the attributes of the area of region 1 and turn "view of region selector" back Yes does everything upward and run again.

If someone has been in the same situation?
It is quite annoying when going from test to production, as we cannot modify the code there after installation.

Kind regards
Xnni

Xnni,

The information has been very useful. The problem is caused by a bug in the import process, where the relevant attribute is ignored for "SQL report" as well as the types of region "Calendar". I was able to reproduce this and filed bug #10107478.

Thanks for this identification.

Kind regards
Anthony.

Tags: Database

Similar Questions

  • Apex 4 Bug in conditional regions display?

    I upgraded to Apex 4 and now face the following problem with one of my applications.
    I have two regions of type HTML text on the same page, both with the same condition type (simple SQL exists query), but the second region are displayed. Any ideas?

    Christian

    Hi Christian,

    are you sure it worked before moving on to APEX 4.0? In which version it worked? I think how it behaves now is correct.

    Page P2_UMFRAGE element has 'Used Source' the value ' Always, replace the value that exists in the session state "which will result in an assignment of the value specified by"Source Type"and" value Source or expression "each time only when the page is rendered. Note: The assignment is made when the item hidden page P2_UMFRAGE is actually 'rendered' in "region 1". The result is simply stored in the session state of memory and not in persistent session state which has reason why you always see "21" when you view session after the return of the page state.

    If the flow is as follows:
    (1) with the management on page 1, P2_UMFRAGE's persistent session state is set to the current value (eg. 21)
    (2) the condition of the region 1 is evaluated, P2_UMFRAGE session state is always 21 why it is rendered
    (3) P2_UMFRAGE is rendered as part of the 1st region, this triggers the evaluation of attributes 'Source '.
    (4) because 'Source used' is equivalent to ' Always, replace the value that exists in the session state "the APEX engine will assign a new value to session memory to P2_UMFRAGE database state
    Note: All of the values specified for a page element like 'Source', 'Default value', 'Post calculation' will always change only in memory session state. Only the calculations or PL/SQL process will write in permanent session state.
    (5) the condition of the 2nd region is evaluated, the session state from P2_UMFRAGE has the value NULL is why the condition false reviews

    Hope that explains why zone 2 is not displayed. But I still wonder why it worked before APEX 4.0, because I'm not aware of any change in this area.

    Concerning
    Patrick
    PS: I changed the Type of 'Source' to "Only when the current value in session state is zero" and now the two regions are displayed.

    Published by: Patrick Wolf3, July 14, 2010 11:08

  • Apex 4.2.1: Bug icon display mode

    Minor but very annoying bug in point 4.2.1. Application App Builder (4000: 1) home page has a link in the right sidebar to select the Display Mode (icon or text) for 5 large buttons at the top (to run App, supporting objects, shared components, utilities, and Import/Export).

    I prefer the hide icons setting and is registered as a preference by user and the default icons , so one might expect that once I put it to hide the icons who's who.

    But the links Page change nn and nn to the app in the toolbar of developer in a rendered page are like f? p = 4000:4150:953853045141:NO: * 1 *, 4150... Then they clear the cache of the page 1 and it resets the display of default icon :-(

    Could it if you please be repaired? I love the work and the quality of the icons, but I really don't want it taking up so much screen real estate.

    Thank you

    Published by: Elizabeth on 9 January 2013 14:56

    Hi Vikas,

    I have the problem as bug # 16095793.

    Are BTW, you sure that the value is normally saved as a user preference? Because I did a quick test, changed to hide the icons, disconnected and then connected again and the manufacturer showed more icons. Couldn't find it in the code that the value is stored as a preference.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • APEX 5.0 Bug: apex.server.plugin pOptions is not defined

    When you call apex.server.plugin with just the identifier of the AJAX (i.e. no pData or pOptions) the following error occurs:

    TypeError: pOptions is undefined


    What happens in server.js on line 429...


    if ( pOptions.queue ) {


    As the docs says that pOptions is optional https://docs.Oracle.com/CD/E59726_01/doc.50/e39149/javascript_api.htm#AEAPI29511 , I think it is a bug.


    When passing to a JSON null pOptions, traverse AJAX request object (confirmed this via the logging on the server), however, there is an error on the page via an alert message. Example:


    apex.server.plugin(
      myAjaxIdentifier,
      {
        x01: 'test'
      },
      {}
    );
    


    The following error message is displayed in an alert message: error: parsererror - SyntaxError: JSON.parse: unexpected end of data to column 1 of line 1 of the JSON data

    Hi Martin,

    Thanks to and for reporting this bug. I entered a bug and we will try to fix it in a version of the patch. For now, labour is about to pass an empty object to pOptions. Regarding the error you get when you do this, take a look at the answer. It cannot be valid JSON. If the response data are not JSON or there is no response data (204 no content) then you will need to use pOptions to specify the response format using the dataType pOption property. See the jQuery for this doc.

    When I tried passing an empty object I don't have the parsererror.

    Thank you

    -John

  • Small bug in the CSV export

    Hello world
    I have a report page that shows the results of a SQL sentence.
    In report attributes > ReportExport I put the name of the CSV file dynamically using the substitution string: in the file name text box, I put some thing as & P100_CSV_FILENAME. and everything works fine.
    But if I change the model of report for export: CSV, substitution does not work!

    Anyone experienced the same thing?
    Is this a known issue?
    Is there a work around?

    Thanks in advance
    Oscar

    PS: My APEX is 3.2.0.00.27

    Hi OScar,.

    The file name for a report of Export: CSV is pulled the title of the region. Normally, you can put in & XXXX. in this framework and it would result in the value of the page XXXX element when the page is rendered. However, as the Export page: CSV is not made, it does not have this translation. I don't see a work around to do this, then maybe you can ask an "improvement" to the next version?

    Andy

  • Display the export value of the drop-down list instead of the element

    I'm showing the value to the export of a drop-down list instead of the selected option or the user selects BLACK, but the value of exports of BLK is actually displayed.  I can find many discussions on how to get the value of the exports and display it or use it to trigger another answer in another area and I can usually tweak my existing JavaScripts when I need something new, but I just can't wrap my head around this!

    This is my last attempt (failed)

    var f = this.getField ("eyes");

    If (event.value is 'Black - BLK')

    f.Value = "BLK".

    I use Acrobat PRO DC.

    Any help is appreciated,

    Thank you

    Xavier


    I've been doing this for a long time and have never heard of anyone who wants something like this, so it is interesting. Remove your current script and try the following script Format customized drop eyes:

    Custom drop-down list Format script

    Event.Value = event.target.getItemAt (event.target.currentValueIndices, true);

    This defines what is displayed in the drop-down list in the value of exports of the selected item. Select the 'Value selected to validate immediately' option to the drop-down list for smoother operation.

  • Lightroom 6.012 bug: bad content ' Discriprion' exported

    lightroom6 doesn´t export pictueres slideshow in jpg format well.

    Metafield 'Description' of the last photo is exported to all choose the show only instead of the contents of this field to each photo.

    It's finally "LR 6" unusable for anyone who likes to export slidshow pitures - like me.

    This bug made me lose the new version of the program, cost and working hours.

    When it will be fixed by adobe?

    Hello

    I was able to reproduce the problem.

    Here are the files exported with LR5

    And with LR6

    I'll file a bug report.

    Thank you very much!

  • APEX 4.1 BUG: ORA-01403: when you try to remove column classic report

    Hello

    I have produced this on apex.oracle.com.

    Create classic example from query report
    select ename,
    empno,
    mgr,
    job,
    deptno
    from emp
    Change report attributes and add the derived column.
    Edit derived column, and place for the Expression of the column formatting HTML
    #ROWNUM#
    Will change the report query and delete the ename column of query.
    Press on apply changes and the result is error ORA-01403: no data found


    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

    Published by: jarola on January 4, 2012 09:07

    Hi Jari,

    Thank you for reporting this issue, I filed bug 13738357 to follow it.

    Kind regards
    Marc

  • Apex 4.02 BUG: text field with AutoComplete. wrong help text

    The rest of the wizard for a text field with AutoComplete you reach a screen where you can enter an LOV query. The text of the query box has following help text

    Enter the query that returns the list of values. The query must select two columns in the following order, first a display value then a return value. For example:

    Select ename, empno
    WCP


    When you select two identical columns, remember to use the single column alias, for example:

    Select d, r ename ename
    WCP

    However, the query must return only 1 value.

    Thank you, Rene, I fixed in 4.1.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • APEX 4.0: bug in Quick Picks

    Hello world

    Quick access is a nice feature, but there is a little problem:
    I'm trying to build a dynamic quickpick, so each label/value pair can be obtained by a select statement.
    I created the page elements in order to use the string substitution (& REP syntax) in the fields corresponding Label & value.
    Well, substitute string works very well in the fields of the label, but of fields only.

    That's all folks
    Oscar

    PS: Don't forget my suggestion on the width of the datagrid control in the Gantt charts.
    Watch: APEX 4.0 project Gantt: almost a bug

    Hi Oscar,.

    I filed bug # 9927342 for that matter.

    Thank you
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Cannot display xml export in figures

    I use a third-party software (ASC time) and regularly need to export

    data into spreadsheets to work with it. Hourly CSA has the possibility

    to export data in XML format but I'm not able to open this file in

    Numbers app. The exported file opens in the editor Safari or text only, which is

    of no use. Can anyone help? I recently spent MS based laptop computer

    in mac probook and he was quite disappointed for me to spend

    hours of searching for the solution instead of doing the work.

    From this page , I understand that it is possible to export hourly CSA in XLS format.  If this is the case, then try using the format XLS, not XLM.  Numbers can open most of the .xls files.

    SG

  • Problem exporting? : objects in front or on the upper layers are not displayed when exporting to jpeg or png

    It's very strange. The image looks perfect on board art .ai. But, when I try to export the image (in jpeg or png format), one of the objects which is clearly backward masks in front of other objects. I tried transfer to different layers to ensure that it wasn't one thing front to back, and it's the same problem.  When I changed the color to the front (or on the top layer) object from white to a color, it resembles a kind of effect/appearance/transparency problem goes away, but there is no transparency applied to each of the objects. They are all natural and 100% opacity.

    This is the banner of solid color behind the type indicated (see below) which is the problem. I tried regular objects (instead of specified type and same problem.) I just upgraded to the latest version of Illustrator, no luck.

    Here's what it looks like on my screen:

    Screenshot 2016-08-21 17.49.47.png

    but here's what happens when I export (or save for web)

    save-for-web-test-4.jpg

    It seems, when I save in PDF, incidentally.

    Check that you do not have these elements the value "overprint"?

    Look at the attributes Panel when an item is selected.

    White text should NOT be set to overprint.

    ?

  • My pdf converts when I press the icon. the acrobat site does not display the export button

    Should what site I go to export the pdf to a Word file

    Why doesn't my convert button on the desktop?

    Hi tiffanyh13508900,

    It looks like you can use Adobe Reader on the desktop. Convert a PDF from drive requires a subscription to ExportPDF.

    With an ExportPDF subscription, you can convert via the web interface at https://cloud.acrobat.com/exportpdf , or by the player.

    Best,

    Sara

  • apex stored images are not displayed!

    I have files slide show that is stored in the repository of the apex, I try to show these images but do not show?

    Please sign in my Dev Environment and see if I missed something?

    http://Apex.Oracle.com/pls/OTN/f?p=57181:9:109145937897777:no

    Workspace; d ram_r

    username/password: aramani/apex

    Thank you

    RAM

    One solution is to place a character # at the end of the image to push the setting of timestamp added to the area of anchor URL.

    As follows:

  • Invisible boxes displayed when exporting to PowerPoint

    I use Acrobat 10.1.4 with PowerPoint 2010 on Windows 7 Home Premium.  I have a presentation that contains some opaque white boxes that I remove through the animation to make the text visible below.  I structure my remarks in this way because I have made alms of gliding and want my students to have to write short text.  Because I print documents on a black and white printer, I generate PDFs black and white (or gray).

    Unfortunately, when I print in PDF from PowerPoint, choose black and white or in grayscale boxes appear as the black outlines, instead of being invisible (with the exception of hide what is behind them).  The problem occurs if I do the contours of the box white or invisible.  If I print in color, I don't have this problem.

    Here is the document.  Can anyone suggest a work around?

    Thank you.

    Ellen

    If it's a bug of Microsoft, not an Adobe one.  Why am I not surprised?

    I worked around it by creating pages hidden rather than use animations.

Maybe you are looking for