Order of the dimensions do not change during updates via the workbench

Hello

It is mentioned that we can change the order of Dimesnion and dimension values using the function of the order of the dimensions in the workbench.

I made the changes and saved, then ran the update from the base, but this is not reflected in the application

Do we need to specify anything through AppConfig.xml?

Thank you
DEV

Hi Dev,

Add the projet_name.dval_ranks.xml entry to the webstudio maintained the list of files in the AppConfig.xml.

It will be useful.

Thank you
Shambhu

Tags: Oracle Applications

Similar Questions

  • My your whatsapp will not change after update

    I'm back changing my tone whatsapp after the update, but it will not change back

    Greetings, cazrose. Thank you for the communities of Apple Support!

    I see that WhatsApp is not allowing you to change his ring back to what it was after upgrade your iPhone to iOS 10 6s. I'll be happy to help you!

    How can I change my ringtone for WhatsApp? -Follow the instructions of the support that I have found on the site of WhatsApp.

    Have a great day!

  • Tabbed pages not changed during the selection of the TAB LIST

    Hi all

    I have a form that contains 15 tabs, 1 10 Tabs are dynamic (enabled with the new instance of the form depending on the configuration) and 11 to 15 are static tabs visible for all.

    My problem is when I am clicking on tabs iam able to switch tabs, but when I select the tab in the tab list , I don't go to the selected TAB.

    Ex: when I am in 1 TAB and select TAB15 on tab list my form remains in TAB1 and don't move not TAB 15

    Please give me a Solution.


    WHEN the PAGE of TABS CHANGE my code is

    DECLARE
    l_curr_rec NUMBER;
    BEGIN
    l_curr_rec: =: SYSTEM. CURSOR_RECORD;

    -Get the Page tabs at the top of the default page to the form
    SHOW_VIEW ('HDR_CANVAS_FIXED');
    : global p:System.NET.HttpWebResponse.headers: = GET_CANVAS_PROPERTY ('TAB_CANVAS', topmost_tab_page);

    IF(:GLOBAL.) HEADERS = "AS_REC_IMAGE") THEN


    SHOW_VIEW ('AS_REC_IMAGE');
    SET_VIEW_PROPERTY ('AS_REC_IMAGE', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('AS_REC_IMAGE', ENABLED, PROPERTY_TRUE);

    GO_BLOCK ('AS_REC');

    -Hide the other canvases except the canvas price


    ELSIF(:GLOBAL.) HEADERS = "TRIM_REC_IMAGE") THEN


    SHOW_VIEW ('TRIM_REC_IMAGE');
    SET_VIEW_PROPERTY ('TRIM_REC_IMAGE', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('TRIM_REC_IMAGE', ENABLED, PROPERTY_TRUE);

    GO_BLOCK ('TRIM_REC');

    -Hide the other canvases except the canvas price

    ELSIF(:GLOBAL.) HEADERS = "AS_SHIP_IMAGE") THEN

    SHOW_VIEW ('AS_SHIP_IMAGE');
    SET_VIEW_PROPERTY ('AS_SHIP_IMAGE', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('AS_SHIP_IMAGE', ENABLED, PROPERTY_TRUE);
    GO_BLOCK ('AS_SHIP');

    -Hide the other canvases except the canvas price

    ELSIF(:GLOBAL.) HEADERS = "TRIM_SHIP_IMAGE") THEN

    SHOW_VIEW ('TRIM_SHIP_IMAGE');
    SET_VIEW_PROPERTY ('TRIM_SHIP_IMAGE', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('TRIM_SHIP_IMAGE', ENABLED, PROPERTY_TRUE);

    GO_BLOCK ('TRIM_SHIP');

    -Hide the other canvases except the canvas price


    ELSIF(:GLOBAL.) HEADERS = 'EXTRA') THEN
    -Show export Web-


    SHOW_VIEW ('EXTRA');
    SET_VIEW_PROPERTY ('EXTRA', VISIBLE, PROPERTY_TRUE);

    SET_TAB_PAGE_PROPERTY ('EXTRA', ENABLED, PROPERTY_TRUE);
    GO_BLOCK ('EXTRA');

    -Hide the other canvases except the canvas price



    ON THE OTHER - DYNAMIC TABS
    -Hide all the other static canvases


    IF (: OVERALL.) HEADERS = "TC01") THEN
    GO_BLOCK ('TC01');

    ELSIF (: OVERALL.) HEADERS = "CT02") THEN
    GO_BLOCK ('CT02');

    ELSIF (: OVERALL.) HEADERS = "CT03") THEN
    GO_BLOCK ('CT03');

    ELSIF (: OVERALL.) HEADERS = "CT04") THEN
    GO_BLOCK ('CT04');

    ELSIF (: OVERALL.) HEADERS = "CT05") THEN
    GO_BLOCK ('CT05');

    ELSIF (: OVERALL.) HEADERS = "CT06") THEN
    GO_BLOCK ('CT06');

    ELSIF (: OVERALL.) HEADERS = "CT07") THEN
    GO_BLOCK ('CT07');

    ELSIF (: OVERALL.) HEADERS = "CT08") THEN
    GO_BLOCK ('CT08');

    ELSIF (: OVERALL.) HEADERS = "CT09") THEN
    GO_BLOCK ('CT09');

    ELSE - ELSIF (: OVERALL.) HEADERS = "TM10") THEN
    GO_BLOCK ('TM10');

    END IF;

    END IF;
    END;



    Thank you
    Durga Srinivas.

    Published by: DurgaSrinivas_886836 on December 3, 2012 20:12

    In your trigger, you do a SHOW_VIEW ("HDR_CANVAS_FIXED"); before selecting the: GLOBAL. Headers information. I don't know what is HDR_CANVAS_FIXED, but I wonder if it is what you ruin. What happens if you either comment out:

    DECLARE
      l_curr_rec     NUMBER;
    BEGIN
      l_curr_rec := :SYSTEM.CURSOR_RECORD;
    
      --Get the Top Default Tab Page for the Form
      --SHOW_VIEW ('HDR_CANVAS_FIXED'); /* <-------------------------------------------------------Comment it out */
      :global.headers := GET_CANVAS_PROPERTY ('TAB_CANVAS', topmost_tab_page);
    
      IF (:GLOBAL.HEADERS = 'AS_REC_IMAGE') THEN
        SHOW_VIEW ('AS_REC_IMAGE');
        .
        .
        .
    

    or if you have to move after the: GLOBAL. HEADERS:

    DECLARE
      l_curr_rec     NUMBER;
    BEGIN
      l_curr_rec := :SYSTEM.CURSOR_RECORD;
    
      --Get the Top Default Tab Page for the Form
      :global.headers := GET_CANVAS_PROPERTY ('TAB_CANVAS', topmost_tab_page);
      SHOW_VIEW ('HDR_CANVAS_FIXED'); /* <------------------------------------ Swap it with :global.headers */
    
      IF (:GLOBAL.HEADERS = 'AS_REC_IMAGE') THEN
        SHOW_VIEW ('AS_REC_IMAGE');
        SET_VIEW_PROPERTY ('AS_REC_IMAGE', VISIBLE, PROPERTY_TRUE);
        SET_TAB_PAGE_PROPERTY ('AS_REC_IMAGE', ENABLED, PROPERTY_TRUE);
        GO_BLOCK ('AS_REC');
      --Hide the other canvases except the Pricing Canvas
      ELSIF (:GLOBAL.HEADERS = 'TRIM_REC_IMAGE') THEN
        SHOW_VIEW ('TRIM_REC_IMAGE');
        .
        .
        .
    
  • Background color for the radio button does not change during execution

    Hi everyone,

    I set the background color of shapes in blue in the formsweb.cfg file. I used 4 radio buttons in the form and at the time of execution, the background color of the option button is gray.

    So I used SET_ITEM_PROPERTY trigger to set the background color, but it is not chaning. It remains grey.

    SET_ITEM_PROPERTY('TRANS_MASTER.) MODE_OF_PAYMENT', BACKGROUND_COLOR, 'r90g117b148'); - Radio button group

    SET_ITEM_PROPERTY('TRANS_MASTER.) CASH', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) CREDIT_CARD', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) CREDIT_CUSTOMER', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) REDEEMVOUCHER', BACKGROUND_COLOR, 'r90g117b148'); - Radio button

    I used the RGB color as r90g117b148.

    Please help me,

    Thanks in advance,

    Published by: lola amrani may 5, 2010 07:56

    Hello

    When the desig, assign ownership of background color for group of Radio buttons and boxes option for

    François

  • JAD version does not change during install from Web

    With the help of the JDE I change the version in the Properties window for the project.  When I download on my web site and start downloading the rest version still 1.0.0.   I even tried to change hands in the JAD fine before as I have download, but it has no effect either.   Any ideas?  JDE 4.2.1.

    Our development team is aware of the issue where a JAD file is not updated when a project has been built.  The work around is to remove the JAD file.  You can create a build before project step do you this automatically.

  • Can not download or update via the internal proxy (company)

    Hello, me and other users actualy have problΦme during the installation or upgrade Adobe CC group Orange network and computers.

    The Group's policy forbids us the connection to your cloud particular computer offices E-desktop (Windows 7 Enterprise) using a Web proxy and this proxy increasing security in recent months and prevents us from installing any software available through your cloud, so I'm allowed to have licenses, but now I can not install the software on new computers!

    I'm trying to solve this problem, but he went a few times to do!

    You have any other solution to download the software (cd, etc.)?

    Best regards

    Creative Suite Enterprise Deployment. Adobe Developer Connection

    LWS CS6 product activation problem. Adobe community

  • Site updates are not displayed during update

    I created an index.html and Default.css page for my website in Dreamweaver CS6.  I then "put" these two files on the remote server.  However, on the updating of my site in the browser, nothing changes.  Simply, I find myself with:

    Index of /.

    CGI - bin /.

    Apache server at www.***.com Port 80

    Any ideas as to what I can do to fix this?  Any advice would be greatly appreciated.  Thank you!

    And rename it Index.html index.html (from capital 'i' lowercase 'I').

    To do this, use the Dreamweaver files Panel and all the links that point to this renowned index page will be updated by DW too. Download pages everything changed on the server.

    Apache servers are case-sensitive so Index.html and index.html are two different folders.

    Your server is configured without doubt to get default index.html file (home page) and it can't find it.

  • Lookup.USR_PROCESS_TRIGGERS tasks are not triggered when updated via EventHandlers

    Hi all

    We have a custom EventHandler that updates the e-mail field on the form of the USR to IOM if the first or last name is updated. It works fine, however the task of process 'Change E-mail' in the RFA process is not triggered. If we update the E-mail field of the USR form manually via 'Edit user' the 'Change E-mail' task triggered without any problem.

    Has anyone seen this problem? We tried the first two and the event handlers updated postprocess the E-Mail field without a bit of luck.

    Thank you

    Albin

    What is the API code that allows you to update the fields? What is EntityManager or UserManager? First of all, it will not trigger updates while the second.

  • iPad smart keyboard does not change the language after updating iOS 10

    Smart keyboard on the iPad (in English) does not change after updating to iOS 10, put in language. He's stuck in English. Pressing on the globe (change language button) displays the language menu, but after selecting the language, the keyboard is still in English.

    I have reset all settings. Erase all keyboards, adding them again.

    Any ideas? Does anyone have the same problem?

    Howdy, rapretzan! Thank you for using the Apple support community!

    Great work to solve your problem until now! Apparently to reset all the settings and erasing/re-adding keyboards for iPad Pro still isn't allowing you to change the language since the upgrade to iOS 10. I'll be happy to help you.

    How to back up your iPhone, iPad and iPod touch - in order to get your keyboard working properly, I'll have reinstall you the iOS. Please backup your personal data to keep it safe.

    Use iTunes on your Mac or PC to restore the iPhone, iPad or iPod to factory settings - you will need to use iTunes on a computer to clear completely your iPad you can install a new copy.

    The first time, select "Set up as new iPad" and ignore connecting them to iTunes and App Store and iCloud. See if you are able to get back with your Smart keyboard languages. If you are, go to the next step.

    Restore your iPhone, iPad or iPod touch from a backup - use this article to guide you through the steps to send your personal information to your iPad Pro.

    Have a great weekend!

  • Not possible to change the boot order in the BIOS on Satellite satellite A10-403D

    I want to be able to boot from CD or USB STICK at first upward, but in the BIOS, it is not possible to change the boot sequence...

    Thank you for helping me! :)

    Hello Susan

    It will be interesting to know what model of laptop you have. By the description of the problem, it is always useful to know the exact model of laptop.

    When you turn off your laptop, press F12 and let us know exactly what is happening. By the way: can you explain what happen when you try to change the boot order in the BIOS settings?

  • View zoom "fit visible" default definition does not work because it changes during scroll even if the "fit visible" option is checked. How to solve this problem?

    View zoom "fit visible" default definition does not work because it changes during scroll even if the "fit visible" option is checked. How to solve this problem?

    Hi andrik14218037,

    Once you have set to "Fit Visible" it won't change the zoom, scrolling.

    * Make sure that you did not press the Ctrl key while scrolling the page.

    Open Acrobat Reader DC, go to the Help menu & repair the installation, make sure also that it is updated Release Notes | Adobe Acrobat, Reader.

    Let me know if it solves your problem.

    Kind regards

    Nicos

  • I had to order Photoshop Elements - and choose Mac, but during the next steps, he switched to Windows. It must be possible to return to Mac, - how? I have not downloaded the program.

    I had to order Photoshop Elements - and choose Mac, but during the next steps, he switched to Windows. It must be possible to return to Mac, - how? I have not downloaded the program.

    you need a mac serial number.  If you have received

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

  • Change the order of the columns does not cause any data found error report

    Hello. I have a weird problem (and I'm new to APEX). I have a subregion of report that shows the details of a master record based on the ID of the parent area. When I have everything first to change SQL for the query and apply the changes page works fine. When I go back and change the region > attributes report and use the arrows to change the order of the columns the region then returns:

    error report:
    ORA-01403: no data found

    I tried to change the query so that the columns found in the desired order and who has also not returned no data error. If I go back to my original query (which had 2 fewer columns) the page works again. Then I change to the new query (2 addtl columns), and then it works again, until I have change the order of the columns again. Don't know if it would be serious or not, but one of the columns is a 2 columns of the table concat.

    Any ideas would be appreciated, because I'm out of them.

    Thank you!

    use: Apex 4.0
    DB: 10g Exp

    "807428," Hi

    using 4.0 or 4.0.1? Can you reproduce the same problem on apex.oracle.com as well?

    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

  • I can't tp perform actions on email or some Web sites because the pointer does not change from a helping hand on all orders at the top of a page - any more down works fine

    In Hotmail, for example, I can open any message in the Inbox except the top one, but then I am unable to answer or to take further action because the symbol of the pointer does not change from a helping hand and clicking on has no effect.

    If I try to open the top message from the page by clicking on the command "Open" is gray.

    If I open the type of web page that has a number of menu items at the top of the page, I can't open anything either for the same reason - something more to the bottom of a page is fine. The type of Web site with menus on the sides can be used for all items except the top menu!

    Help!

    Concerning

    Brian

    The extension of the Yahoo! toolbar and the extension of Babylon have been reported because of this problem. Disable or uninstall the modules.

       * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    
  • iCloud backup after iOS 10 - some files were not available during the last backup

    HI - we are a company with about 350 users of iPhone and iPad.  I put this in the iCloud in the community section, but I've seen other users have the same problem in this section, so I thought I would add here.

    In order to stop users add their own e-mail accounts on the iPhone that lock us the device through restrictions - deactivation of the accounts section.  It stops and then access the iTunes settings.  In the test of iOS 10.0.1, we have one of the devices (a 16 GB 5 s, who had been a backup at 7:20 that morning), improved 9.3.2 that went well with no obvious problems, then, after a few days to leave the handset to the function, we have lifted the restriction and the backup on iCloud to find any backup not occurred since the upgrade and a message 'some files were not available during the last. backup"in its place.

    If all our staff upgrade their phones (we gave says not yet) then the backups look like they stop.  It is easy to fix, as a manual backup, will complete the process, but you have to remove the restriction to do this.

    We tested on iPhone 5, 5 s, air iPad iOS 8 to 9.3.5 and all have this problem.

    I have exactly the same problem, 16 GB iPhone 5s as well. I plan on raising at my Genius Bar appointment today.

Maybe you are looking for

  • HP Laser Jet MFP M125 NW Pro: THE HP Previously 125126 scan is not found

    After forcing ugraded to Windows 10 I find now that I can't use the ease of the scan on the printer above.  When I get the HP doctor to check everything going through the different steps through Windows and then I am asked to do an analysis of test -

  • Defragmentation of change program

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! My computer came with "diskkeeper" Defragmenter but it won't defrag any more than 500G drive.  How can I cancel my computer to the microsoft Def

  • Lexmark X 4550 windows 8.1 Connect not

    I bought the new computer with windows 8. Put up with my printer Lexmark X 4550 (3000-4000 series) wireless. It worked. Then I updated to windows 8.1. Now, printer does not work. Can anyone help please.

  • HorizontalFieldManager custom: cannot field presentation, insufficient height or width

    I have two fields to label that I need for available side by side in a manager of horizontal field. When ran, the outputs of the Console: "cannot the field presentation, insufficient height or width. When I insert a breakpoint, the values are: width

  • Windows 7 and drivers for scanner HP ScanJet 5300C

    Bought a new computer with Windows 7 and have an existing scanner HP ScanJet 5300C which does not seem to be supported by HP. don't want to buy a new scanner. Can it work with my new computer?