How to set a train stop display name programmatically

JDeveloper 11.1.2.4
Any ideas?
Thanks in advance
jleon

This article http://www.oracle.com/technetwork/issue-archive/2011/11-sep/o51adf-452576.html shows how to do this.
Timo

Similar Messages

  • Difficult to input train-stop display-name

    Hi, experts,
    In jdev 11.1.2.3,
    When i try to input train-stop display-name in the Property inspector palette,
    I do have input the name string (and leave mouse from the Display name field to ID field) and click the save button in jdev,
    but infact this display name has not been saved, next time when i come back from some where to view it, it's empty.
    And I have stopped the running of app, the computer is OK(not hanging), jdev can do other works. but this issue happens several time today (some time it can work), rather difficult to input display name.
    (This issue also happens sometime on VO's hint field inputs).
    Is that a bug of jdev? some one else has met with it? or just a mirage of me?
    Thanks.

    Hi, Timo and Vinay
    Yes, I do have tried press enter key or leave the mouse to another field on the same pallette.
    but the "Save" button didnot enabled, and i have to press the "Save all" button. and cannot be saved in fact.
    This issue not always happens, but i have met many times today.
    Thanks.

  • Train-stop display-name property bug?

    Hi all,
    I'm using JDeveloper 11.1.1.4.
    When using train taskflow with fragments I noticed that when I enter Display name property on view (train stop) it doesn't appear as train stop title on page at all.
    When I enter Display name in property inspector it generates code like this:
    <view id="configuration">
        <display-name id="__3">#{bundle.configuration}</display-name>
        <page>/views/configuration.jsff</page>
        <train-stop id="__5"/>
    </view>After moving display-name tag inside train-stop it looks like this:
    <view id="configuration">
        <page>/views/configuration.jsff</page>
        <train-stop id="__5">
          <display-name id="__3">#{bundle.configuration}</display-name>
        </train-stop>
    </view>and it works fine (displays in af:train component on page).
    Is this a bug or by design?
    As far as I remember this worked fine before 11.1.1.2?

    Hi,
    this is bug 11821340
    Frank

  • How to set a view in display mode??

    Hi,
    I have created a new view in overview page of BT111H_OPPT.
    This view is of table type and associated with value node .
    I am able to display contents of table on UI but they are in editable mode.
    I need them in display mode .
    How to achieve this functionlaity??
    Any suggestions will be helpful.
    thanks
    kanika

    Hi Kanika,
    There are 2 ways:
    In the configuration of your view you can set the fields as display mode.
    In the method get_i* of your atributtes you can disable the field too.
    I think the better solution is using the configuration.
    Best regards,
    Caíque Escaler

  • How to set full-screen page displaying automatically  on portal.

    one viewset included two views (named <b>topView</b> and <b>detailView)</b>
    putting a <i>table control</i> in the <b>detailView,boz</b> of many columns of the <i>table</i>  exceed the width of portal screen,which result in the  <b>topView</b> is the same width to the <b>detailView</b>.both of the two views exceed out of the full-screen width.but i don't wanna move the <b>topView</b> when i drag <i>scroll horizontal bar control</i>. so i added a <b>ScrollContainer</b> into the <b>detailView,and</b> put the <i>talbe</i> control into it.
    the confusoning is :i don't know how to set the the <u>width</u> of the  <b>ScrollContainer</b>  cotrol , to keep it  full-page displaying any time on portal .
       u know the IE'Screen resolution setting maybe different ,e,g,:1024786px  and 800600px.

    HI,
    Give the width in % instead of mentioning in pixels.
    ie. for full width, give 100%.
    Make sure the layout is GridLayout.
    Regards
    Fahad Hamsa

  • How to costumize a property's display name

    Hello,
    When creating new property for a resource I am being asked to set the PropertyID and a UniqueID. These fields can't contain white spaces, so when watching these properties their display name looks like this: "myNewProperty". Where can I set more "friendlier" name for the users, like the other pre-defined properties has, like: "Created By" and "Mime Type"?
    I tried setting the field "Key For Lablel" on creation time but that didn't do the trick...
    Roy

    Hi Roy,
    in order to achieve this you have to work with bundle files and meta data extensions for your properties.
    The process in short: You create bundle files (mylabels_XX.properties) for different languages where you specify the "friendlier" names like "myNewProperty=My New Property". After that you include the bundle files in a JAR (mylabels.jar) and create a Meta Data Extension referring to the bundle files. Using now the Meta Data Extension in your properties it will now access the labels form the bundle files.
    Check this links for a more detailed description on this process:
    http://help.sap.com/saphelp_nw04/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/frameset.htm (NW'04)
    http://help.sap.com/saphelp_ep60sp2/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/frameset.htm (SP2)
    Hope this solves your problem,
    Robert

  • How to set one layout to display only?

    Hello, Expers,
    I want to display only one layout. The scenario is: when the user input some data in a layout and click on one 'input finish' function button which means that the user has finished input data in that layout, then the system will set that layout to display only. I don't want to use the variable with comparion column because that will also cause all the layout to display only. What I want to do is just set only one layout to display only. Anyone know how to do?

    Dear guqing,
    please take a look at
    http://help.sap.com/saphelp_nw70/helpdata/en/45/9d0fbe42c40063e10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/43/174720c5dd3db4e10000000a422035/frameset.htm
    You can use the command SET_INPUT_MODE or SET_DATA_ENTRY_MODE
    Regards
    Matthias Nutt
    SAP Consulting Switzerland

  • How to enable regex validation for display name attribute?

    I need to put some control around the display name attribute (for all objects in the system). However, when I go to administration => schema management => all attributes => display name, I see the regular expression text field under validation
    tab is disabled for display name. How can I enable this? I see there is already an MPR called "Administration - Schema: Administrators can change selected attributes of schema related resource" which is granting admins to change the schema of
    the display name attribute, but it does not seem to help for the above scenario. Can someone please help?

    Hi,
    This is true for all attributes, not just Display Name. As long as an attribute has a non null value, you will not be able to change the regular expression of that attribute at the schema level.
    I don't know if nullifying display attribute for all user objects (assuming you are talking about binding between Display Name and a Person/User object) is an option. If so, its worth considering.
    If that is not an option, then assuming your data entry is coming from the FIM Portal and not any other external system like a custom portal, then you are ONLY left with regular expression validation at the RCDC level.
    Thanks,
    Jameel Syed |
    Identity & Security Strategist | [email protected] |
    Simplified Identity and Access Management

  • How to change other people's display names back to what they put?

    So, I looked it up on the forums, and leaving it blank doesn't work.  How do I do this if that doesn't work?

    I figured it out. I changed the "bundle display name" under the "Info" tab of the TARGETS and it solved the problem.

  • How to set default settings to display record count in multi record block

    Hi All
    Whenever I query my multi record block, I get 1/? as record count at the console in standard Oracle Applications. Is there any setting so that it displays 1/50 (in case total record queried is 50). I don't want to set query all property of block as I don't have any control in standard Apps forms.
    Thanks in advance
    Navdeep

    Check out the next_navigation_item option for the get_item_property procedure. If you use this you can do the process without having to navigate from one item to the next.
    You can do something like this (untested) to move and resize the items (other than the first in the block):
    PROCEDURE move_and_resize(p_item IN ITEM, p_width IN PLS_INTEGER) IS
      prev_item ITEM := Get_Item_Property(p_item, PREVIOUS_NAVIGATION_ITEM);
    BEGIN
      Set_Item_Property(p_item, WIDTH, Get_Item_Property(p_item, WIDTH) + p_width);
      Set_Item_Property(p_item, X_POS, Get_Item_Property(prev_item, WIDTH) +
                                       Get_Item_Property(prev_item, X_POS));
    END move_and_resize;
    move_and_resize(myitem, -30);

  • How to set  the CR print job name that displayed in Printer job queue?

    As following image shows, when I press the Print button in Crystal Report Preview GUI,
    a print job is sent to Windows Printer Spool.
    [Windows Printer queue dialog snapshot|http://www.box.net/shared/96vq4qa2mp]
    The "Document Name" in the dialog is like "Crystal Reports - temp_214d9d11-a73f-4872-81f6-b8a63bf0a6b9.rpt".
    I want to know which property of Crystal Reports can be used to set the print job name to a more meaningful one.
    Edited by: Xiaobing Sun on Apr 2, 2009 5:08 AM

    The solution in this thread is for VS .NET as this is the forum for CR in .NET.
    With Foxpro, I suspect you want to create a new thread in the SAP Crystal Reports - Legacy SDKs forum.
    Make sure you specify the exact version of CR used.
    - Ludek

  • How to set PDF file default display size through Report Writter 6i

    Anyone could help me, how to setup default display (magnification i.e 100% or 80%) for a pdf file generated by report writter 6i.
    Thanks
    Raj

    hi,
    regarding report, there is a dedicated report forum. you should post there.
    but answer for your question is form is nothing to do with the pdf generation. you can call the report from the as usual.
    In the report you should set the properties like
    destype to 'file'
    desname to 'path with file name'
    desformat to 'pdf'

  • How to set-up Fully Qualified Domain Name in WIN2k3?

    Dear Experts,
    Admin, please rederict if this is the wrong forum.
    I need to set up a FQDN for our one host demo system running on Windows Server 2k3. How do I set it up (without compromizing our system)? On this host we have ECC 6.0 and GRC running.
    We don't have a registred domain.
    Kind Regards,
    Vit Vesely

    Hi,
    Set your domain name as FQDN (fully qualified domain name.)
    1) start the transaction RZ10.
    2) select INSTANCE Profile name where your server name is given.
    3) Select Extended Maintenance.
    4) Click on change button.
    5) Change parameter icm/host_name_full to FQDN
    6) Copy your settings with new version number.
    7) Activate that version.
    8) Restart your WAS (Transaction code SMICM -> Administration Menu).
    Check that the following services are active in your ICF setting (transaction code SICF)
    /default_host/sap/bc/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/bc/bsp/sap/public/bc
    /def ault_host/sap/public/bc
    /default_host/sap/public/bc/ur
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/public/bc
    /defaul t_host/sap/public/bsp/sap/system
    /default_host/sap/public/bsp/sap/htmlb
    Set Request Hanlder Class, add Standard Class provided by SAP to default\sap\bc\bsp\sap service. Right click on default\sap\bc\bsp\sap service service.
    Now select display service, go to Handler Tag, and add the class CL_HTTP_EXT_BSP, which is a default HTTP request handler class.
    Specifically for fully qualified domain names problems,
    see:
    434918 Configuration for fully qualified host names for BSP
    654326 Domain restrictions in a portal environment         
    654982 URL requirements due to Internet standards          
    677118 SP31  >: Fully Qualified Domain Names Check         
    763427 Error message for domain name with underscore  
    Regards
    Krishna

  • 9300i stops displaying names in text messages

    I have a 9300i phone and until two days ago it displayed the text sender's name for received messages. Now it displays the number. This is happening with all messages and they are in my address book with the correct number.
    If i select a text message and press 'call sender' it then displays the number and also the name from my contacts.
    I don't remember changing any settings.
    Has anyone experienced this before?
    Is there a setting I can check to turn on name resolution?
    Thanks, Stu.

    no, it was very strange i rebooted the phone twice and that didnt work.
    I was typing a text message and it bombed, and when it came back up again it seems to be working properly now.
    That is, i've had two texts and it shows both names correctly. I'll have to see how it goes.

  • How to set scrolledPane/textArea to display last lines?

    I have a JTextArea in a JScrollPane.
    I'm adding to the text area and the information scrolls off the visible portion of the screen.
    How can I force the scrolling to always display the last lines at the bottom of the screen when they are added?
    Thanks.

    See [url http://www.camick.com/java/blog.html?name=text-area-scrolling]Text Area Scrolling

Maybe you are looking for

  • Deleting Voice Memo is iPhone 5s

    Hi there, Now I have a little "problem", I have an iPhone 5s running with iOS 8.1, my Laptop running Windows XP and iTunes 12.0.1.26 (the latest). A few days ago I had a problem with my Sync (now it is solved) but, something weird happen, I had (orig

  • How to insert a image file into oracle database

    hi all can anyone guide me how to insert a image file into oracle database now i have created table using create table imagestore(image blob); but when inserting i totally lost don't know what to do how to write query to insert image file

  • I have multiple libraries how can I drag and drop songs from either

    I have 3 PCs that are all authorized to play my music.  I have different music on different machines that I have downloaded from various places and or ripped from my own cds.  I can from my home PC drag and drop music and movies to my iPhone.  But on

  • Warning Query has exceeded 200 rows.

    Hello gurus, I am currently getting a warning message when I run a page and click on a tab more than once. The page I am running is a customer html form at the site level. The name of the page is ArAcctSiteOverviewPG. There are 7 tabs on this page. W

  • Problems after updating to v4.5.0.175

    I updated to V.4.5.0.175 and now none of my ringtones (even the preinstalled ones) do not work. I don't hear anything when someone calls or texts me. Is this a known issue or is there something I have to reset after an update?