Oracle form: how to map other vales in list item

Hi
i am trying to retrieve data from database to listitem.
I am having error when trying to set "mapping of other values".
Can anyone suggest me a way.
thanks.
eiei

I don't know what type of list item you are using but on a
poplist there is a property mapping_of_other_values which can be
used.

Similar Messages

  • [Oracle Forms 6i] : conflict properties between datablock and list item

    hi
    i have a datablock which contains a list item. my list item is filled programmatically.
    the user needs to be able to change the values in that list item.
    well the problem is that the user can't change the value in my list item when the property INSERT_ALLOWED of the data block is set to false.
    i need this property to be set to false, cause it disable the green button up on my form
    aparently when this property is set to false, i can't change the value of my list item
    help please !
    thx
    Dan

    I couldn't understand this portion
    'i need this property to be set to false, cause it disable the green button up on my form'
    Can you explain what exactly you mean by disabling the green button?

  • How to map a custom enum list to a custom form property in an extended incident class

    Hi,
    I'm struggeling to understand how to map a custom enum list to a custom form property in an extended incident class.
    Here's what i want to have happen:
    I am going to publish a request offering on my SMPortal for allowing users to submit basic IT incidents. I want the form to include "Whom does this problem affect" (answers(This is the custom enum list): Me, Multiple Users, Whole department or Whole
    company), "What is the problem about", "Description" and "Attachments".
    Here's what i've done:
    In the authoring tool i created a MP for the custom enum list and put only the list in it. I sealed the MP and imported it.
    I created another unsealed MP called TST.Incident.Library for storing incident library customizations and extended the incident class to add an extension class i called ClassExtension_Affected scope with a custom property i called AffectedScope. Then i am trying
    to set the datatype of this property to "list". In the "select a list" dialog i cannot chose my previously sealed MP with the custom enum list in it. Why?
    - Do i need to scratch the sealed MP and put the custom enum list in the latter TST.Incident.Library MP instead?
    - If so, can i do that and keep this MP unsealed, or will i get an error on import saying "Unsealed management packs should not contain type definitions"
    - Should i create one sealed MP for both the custom enum list and the extension class + custom property?

    Hi,
    Authoring Tool simply isn't informed about your list. Open the sealed management pack where you define the root of the list in the Authoring Tool and in the same time open TST.Incident.Library. You will have two opened MPs in the Authoring
    Tool and be able to add a custom list for your custom field.
    Cheers,
    Marat
    Site: www.scutils.com  Twitter:
      LinkedIn:
      Facebook:

  • How to implement tooltip for the list items for the particular column in sharepoint 2013

    Hi,
    I had created a list, How to implement tooltip for the list items for the particular column in SharePoint 2013.
    Any help will be appreciated

    We can use JavaScript or JQuery to show the tooltips. Refer to the following similar thread.
    http://social.technet.microsoft.com/forums/en/sharepointdevelopmentprevious/thread/1dac3ae0-c9ce-419d-b6dd-08dd48284324
    http://stackoverflow.com/questions/3366515/small-description-window-on-mouse-hover-on-hyperlink
    http://spjsblog.com/2012/02/12/list-view-preview-item-on-hover-sharepoint-2010/

  • How to add Gap between dropdown List Items - ComboBox in MFC VC++

    How to add Gap between dropdown List Items - ComboBox in MFC VC++

    Did you tried SetItemHeight() inside your App .
    Thanks
    Rupesh Shukla

  • Oracle form: how to retrieve data from database to pop list

    I have problem in retrieving data from database to item list in
    oracle forms.
    Can anyone help me.
    thanks.

    The next is an example but you can find this information in
    Forms Help:
    DECLARE
         G_DESCS RECORDGROUP;
         ERRCODE NUMBER;
         rg_id RECORDGROUP;
         rg_name VARCHAR2(40) := 'Descripciones';
    BEGIN
         rg_id := FIND_GROUP(rg_name);
         IF Id_Null(rg_id) THEN
         G_DESCS := Create_Group_From_Query (rg_name, 'SELECT
    DESCRIPCION DESCRIPCION, DESCRIPCION DESC2 FROM FORMAS_PAGO);
         ERRCODE := POPULATE_GROUP(G_DESCS);
         POPULATE_LIST('FORMAS_PAGO.CMBDESCRIPCION',G_DESCS);
         END IF;
    END;
    Saludos.
    Mauricio.

  • Oracle forms 4.5 corrupting others forms versions

    Hi Friends,
    I am using Oracle 6i and Oracle 10g forms and reports.
    After installing Oracle Forms 4,5 when i try to open Oracle 6i or 10g forms i am getting the error
    Message file \ORANT\DBS\FMCUS.MSB not found.
    but the file is avaialble in the mentioned location.
    Please suggest the Fix.
    Regards,
    Arun

    Arun,
    The only way to install Developer 2000 (Forms 4.5) and any other version of Developer on your computer is to install Dev2K first. Dev2K does not recognize the Oracle Homes technology so it will install, by default, into the Oracle DEFAULT HOME. In you case, unfortunately, this means you will have to uninstall and remove all traces of all installed Oracle products (this includes the Windows Registry) and then reinstall. As a rule of thumb, you should always try to install Oracle products from "Oldest" to "Newest". Developer Suite 5 and above supports Oracle Homes technology, so once you have installed Dev2K, install Developer 6i. Make sure you change the Dev 6i HOME during setup or will have the same problem you have now.
    Hope this helps.
    Craig...
    If this or another suggestion is helpful, please mark it accordingly

  • Oracle Forms - how to chcek if window is opened ?

    Hi,
    how to check in custom form if window of other form is opened?
    I am looking for a function similar to
    FIND_FORM('SOME_FORM')
    but finding window.
    Thank you,
    Marcin

    The tables used by the form must be locked

  • How to show desired value in list item, when form starts?

    Hello.
    I have list item with values:
    April 2006
    May 2006
    June 2006
    July 2006
    August 2006
    September 2006
    When the form starts, i want to show in my list item current month (August 2006). And when i open list item above list would appear with August 2006 selected.
    How can i do that?
    Thanks.

    Hi Dejan,
    What you have to do is the following:
    After populating your list, write some code similar to what I have given here.
    FOR n IN 1..nCnt LOOP
    IF Get_list_element_value('list', n) = To_char(sysdate, <date format for the current month n year> THEN
    :list := To_char(sysdate, <date format for the current month n year>
    RETURN;
    END IF;
    END LOOP;
    :list := NULL; -- in case nothing matches
    You can use this in WNFI trigger and wherever necessary.
    Check whether this solves your problem
    Warm Regards,
    Raja.

  • How to see other users gift list in atg

    Hi Guys,
    As Giftlist are public we can see other user giftlists also
    could  you please tell me how to see other users giftlists in atg ?

    There is an example of this in the demo CRS application (Page store.war/giftlists/giftListSerach.jsp)From the docs:
    The /atg/commerce/gifts/GiftlistSearch form handler searches the repository for gift lists. The form handler uses input from the customer, such as owner name, event name, event type and state, to find gift lists published by other customers. It returns a list of gift lists that match the given criteria.
    GiftlistSearch should be session-scoped because multiple pages are typically involved in gathering and displaying information for gift list searching (for example, you might want to maintain a list of results for paging purposes). This form handler uses supporting servlet beans to add the retrieved gift lists to the customer’s profile and to display gift list contents.

  • How to create a multi column list item and select these values from a LOV

    Hi all,
    My requirements are:
    1) create an LOV which holds the productno, productname and productprice fields (this is working)
    2) at run time, select one record from LOV and populate the list/grid with this selected record values of productno, productname and productprice fields, so we are showing them on the form in the form of a table/grid (not working)
    3) be able to select multiple records from LOV and be able to populate the list item with multiple records (not working)
    4) have two more columns in the list/grid, for productquatity and total price (not wokring)
    Please help me.
    how can i create this grid or list in oracle
    whats the possible way of acheiving this in oracle

    If you use a list item to display multiple columns then you'll need to use a fixed-width font. You can achieve a similar look with proportional fonts by using a normal block and setting the fields' bevel to 'None'.
    Each column in the LOV has a Return Item property (under Column Mapping Properties). Set this to a :block.item reference for each column to bring the data back into those referenced fields.
    You can't select multiple records from an LOV. For this you will need to create your own form. Check the help for system.mouse_button_modifiers to see how to respond to Ctrl+click and Shift+click.
    To add columns just modify the LOV's record group's query.

  • How to pick up value from list item

    I created one form with list item(used to display all customer name).
    From this i want to select one customer name and stored in a variable.. how can i do this..

    Use the Get_List_Element_Value function e.g.:
    declare
         v_customer_name VARCHAR2(50);
    Begin
         v_customer_name:= Get_List_Element_Value('customer_list', 1);
    End;

  • How to override Approve button for list item?

    Hello,
    Is there a way how to override the method that runs after list item is approved / rejected? I know there is a way for the Save button but I can't find how to do it for the Approve button.
    I have a list with approval and workflow. Then I have a page that displays the items from the list in my webpart in a calendar/grid way. The items in the webopart have links leading to the display form with the item ID and Source parameters. Source parameter
    leads back to this page. The background color of the item in the webpart is decided by the approval state of the item.
    When user approves the item and the item form closes user is then sent to the page with the webpart (via the Source parameter) but the workflow takes couple of seconds more to process the aproval so the color is not changed when the webpart renders but if
    the page is refreshed it shows the correct color because the workflow has finished.
    I want to override the Approval method, let it update the item so the workflow can fire and process the approval, delay the form a bit and then continue as usual so when the user is redirected to the webpart page it would render with the correct state.
    I can make a delay page that redirects to the webpart page and change the Source parameter in the items link to go there but it doesn't look that great.
    Or maybe there is a way how to do it in Javascript? I am using it in the new item form using the SP.UI.ModalDialog.showModalDialog(options) function where the dialogReturnValueCallback refreshes the windows after 3 seconds.
    dialogReturnValueCallback: function(dialogResult) {
            if (dialogResult == SP.UI.DialogResult.OK) {
             setTimeout(function(){window.location = "MyPageUrl"}, 3000)
    Thanks for any tips and ideas!

    you can try to achieve this via separate responsibility by personalizing the form by display false on the particular control button..

  • SharePoint Designer 2013 (2010 Platform Workflow) - How can I create a new list item with a SPECIFIC content type?

    In SharePoint 2010 I created workflows that used the 'Create list Item' Action, which then set the Content Type ID (so I could create documents of various types in a document library). 
    We just switched to the SharePoint 2013 platform, and now the drop down for Content Type ID is blank in all of the workflows that are still using the SharePoint 2010 platform.  Is there any way to create a list item with specific content
    type?  Even if I could just input a string into that field instead of using this blank drop-down.  Please help! 

    Hi Sarah,
    According to your description, my understanding is that you cannot create a new list item with a specific content type using SharePoint 2010 Platform Workflow.
    I tested the same scenario in my environment, and the Create List Item worked fine with the specific content type.
    How did you create the content type?
    Please check if the content type is added to the list/library the workflow associated with.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • SharePoint 2010 Rest API: How to add attachment to a list item via ListData.svc

    Hi
    I have set up a project using the REST API in c# Visual Studio 2010.
    I have added a service reference to the URL //site/_vti_bin/listdata.svc/
    I can query the list and get back data, but I can't retrieve the attachments.
    I can write data to the list, but I can't add attachments.
    Are there any examples of how to add or retrieve attachments using the REST API services.
    Thanks
    Mike

    Hi,                                                             
    If you want to work with list attachments using REST API, here are some links will show how to do this using Javascript:
    http://msdn.microsoft.com/en-us/library/office/dn292553.aspx#FileAttachments
    http://chuvash.eu/2013/02/20/rest-api-add-a-plain-text-file-as-an-attachment-to-a-list-item/
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/06/27/how-to-get-list-item-attachments-using-rest-and-javascript-in-sharepoint-2013.aspx
    Best regards
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • Printing to windows printer via mac - am i being stupid?

    I really don't get this. I've just bought my 1st mac, a macbook pro, to replace my old windows laptop. I also have a windows pc, with an Epson USB printer attached to it, as well as the windows desktop being connect via ethernet to a netgear wireless

  • No video/audio for MacBook

    Ever since I got a new MacBook (5 months ago), I've never been able to use iChat video or audio. My G5 w/ iSight works fine, and can video with my remote G4, but not with the MacBook. All systems are running latest X.4, and on routers/ISPs that do wo

  • Collect Data using FIfO functions

    Hi, I would lke to collect data from my Single Analog input in a table to create a Waveform after, For that I used FOs functions Here is my code If Someone has a idea. Please help cause t see how to put my data in a table in order to create a Wavefor

  • Theme select by user before start the course?

    Hi Everyone, I need help of someone. 1. I want create theme selector page by user before start the course every time? 2. I want to change the font size of CC caption (Audio Script/Transcript) by user in run time? Thanks -Sarif

  • Problem syncing photo from Aperture

    I have a picture in my Aperture library (JPEG image) that displays OK in Aperture but when I sync the album to my iPhone, it appears as a black square. I have removed the entire album when syncing in iTunes, disconnected the phone, reconnected the ph