Select read-only list / or show only

Hello
I have list items of selection based on lookup tables. When the form in edit mode, I want to prevent the user from changing the value of the select list items. How can I accomplish this?
* If I change the type of the element to display only, then it will display the value returned from the selection list.

Kind regards
Water

Good morning, water,

Amend section-> read-only-> read-only Condition

Here, you can set the condition to display the item read-only. It works for select list point in the well.

Kind regards
Hari

Tags: Database

Similar Questions

  • All records have selected read-only option, and I am unable to remove it.

    I have recently reinstalled Windows 7, without touching the drive was in my data. All data is intact, but for all delete them and move the action, it seems to be asking permission from the Admin. In addition, another major problem, that I have been facing is that all records are in read-only mode, and no matter how many times I change, they simply revert to the original read-only mode. I have attached a few screenshots showing the process. Is it possible to fix this? I also copied the content into new folders I created recently, but they still have the same read only selected option. (http://imgur.com/a/r3VOB#0)

    The read-only check box is always blue filled.

    The explanation lies in http://support.microsoft.com/kb/326549

  • Make a list of selection read only based on a condition

    Hello

    I have a selection list that I don't want the user to click in change the value stored in a certain condition
    in my case based on the result of a SQL query.

    How to implement this in the APEX? I want the selection to be displayed, but not clickable, list according to a condition.


    Thank you

    Leckraj

    Create a hidden element and store the result of a SQL query for status of selection list. Create the dynamic action based on brand value hidden item select it list as disable, use the following code to disable the list of selection based on the value of the hidden item,.

    if ( $v('Px_HIDDEN') == 'value_of_item' ) {
    
    $('#Px_SELECT').attr("disabled","true");
    }
    

    Thank you
    Lacombe

  • Within the last week, that all the folders and files on my hard drive were selected 'read only '.

    I unflagged all the folders and files that I share on my home network, however, I am not able to rename them or save them on my PC from my laptop on my wireless network. This has happened since May 12 and I suspect an auto update changed or recover from something.

    Running Vista Home Premium SP2 on PC

    Laptop is Windows 7

    Thanks for getting back to me Mick!

    I did a restore to 5/10 when I had no problem, but the problem persisted.

    I'll have to try Norton support. This may be something they did.

    In the meantime, I managed to change the names of files by connecting to the PC with the account of my wife who as co-owner had equal rights and the sign of the laptop is its ID as well so it worked, but it isn't always fair.

    Once again, thank you...

  • Read only field select set to true but content can remove?

    Hi experts,

    I have a problem when I check-in then I select read-only, but after successfully check-in I can remove this content please tell me why it is possible, I want that he can't delete if I chose True in field read-only?

    Thanks for the intention,

    I think that you have not to my question, Question that is 'defeated shaped when I chose the field read-only as true' content must not removed by any one. But I can remove it. Then things is - so it is possible at the University Complutense of MADRID does not allow as described on the page

    Using folders and WebDAV - 11g Release 1 (11.1.1)

  • Grant read only to a user only with the role

    Legends of dear,

    Req: create user selection/read-only join specific 3-5 tables in a specific schema and no selection/read only access to the sys/system schema.

    After surfing and tried to grant the "read-only" access for a user as follows.

    create user readonly identified by readonly123;

    create read_only_role role identified by read_only_access;

    Grant connect, read-only resources.

    Grant select on applications. FND_PRODUCT_GROUPS read-only;

    Grant select on applications. FND_USER read-only;

    grant read_only_role read-only;

    The above statements

    1. created user, role

    2. granted to connect/create user session and I am able to run the following query

    logged in as readonly

    Select * from APPS. FND_PRODUCT_GROUPS;

    Where I am able to select even sys or system tables.

    But I'm not able to make the same read only access provided to a role and assign the role to the user subsequently,.

    create user readonly identified by readonly123;

    create the role of read_only_role identified by read_only_access;

    Grant connect to read_only_role;

    Grant select on applications. FND_PRODUCT_GROUPS to read_only_role;

    Grant select on applications. FND_USER to read_only_role;

    grant read_only_role read-only;

    Let me know your suggestions,

    Ref:roles and privileges of user management

    Roles of the Oracle

    GRANT statement

    https://forums.Oracle.com/thread/2223362

    Thank you

    Knockaert

    Hi, Karthik,

    If a role has a password (as in this case), then the user must activate this role during its current session in order to to use, like this:

    ROLE of the read_only_role IDENTIFIED BY read_only_access VALUE.

    If the role does not have a password, then it is enabled by default as soon as the user opens a session.

    Remember, the roles do not count inside procedures AUTHID DEFINE stored (which is the default type).  If you need to use the table inside an AUTHID DEFINER stored procedure, then the privileges must be granted directly to the user and not just a role.

    I hope that answers your question.

    If this isn't the case, after a complete test script that people can run to recreate the problem and test their ideas.  You started great: CREATE instructions you posted were perfect, but you need to add the CONNECTIONS and SELECT statements (and the SETTINGS, if necessary) to show how the error occurs.

  • Change a text based read-only to writable field on Drop Down selection

    I have a drop down list named "Terms of payment", there are three selections "Net 30", "45" Net, and 'Other' if the user selects another there is a text box that is read only format named "OPTDescription" which should be changed to read only write. "  In this text box, the user will describe other terms of payment.

    I tried to reuse the code I received previously for radio buttons, but it doesn't seem to work.  Here is my code:

    CHANGE A FIELD TO ONLY WRITABLE BASED ON MENU DROP DOWN

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

    {if(Event.Target.Value=="Other")}
    f.ReadOnly = false;
    f.fillColor = color.white;
    } else {}
    f.ReadOnly = true;
    f.fillColor = color.gray;
    }

    Make sure you only check the option to validate the value of the field drop-down immediately (under its properties - Options), and then use the above code as its custom validation script. Just change event.target.value to event.value .

  • How to make any attribute to select one option to read only based on different att

    I have two select a choice .one attribute is to create without binding and another is based on the control of data .i don't want to write code in backing bean to make read-only attribute.

    Example:
    < af:form id = "f1" >
    < af:selectOneChoice label = "Label 1" id = "soc1.
    autoSubmit = "true" >
    < af:selectItem label = 'Y' value = 'Y' id = "si3" / >
    < af:selectItem label = "N" value = "N" id = "si1" / >
    < / af:selectOneChoice >
    < af:selectOneChoice value = "#{bindings." ViewObj.inputValue}.
    label = "#{bindings." ViewObj.label}.
    required = "#{bindings." ViewObj.hints.mandatory}.
    shortDesc = "#{bindings." ViewObj.hints.tooltip}.
    ID = "soc2" partialTriggers = "soc1" >
    < f: selectItems value = "#{bindings." ViewObj.items}"id ="si2"/ >
    < / af:selectOneChoice >
    < / af:form >

    on the basis of the choice of a second selection select choice should be disable.



    I know I need to link select all first choice of backing bean also make self submit true and add partialTriggers in second select only one option.


    Please give me advice


    Thank you

    Prateek

    is there a any error

    Yes, Af.l1 in your case is the component itself not the value returned by the list.

    Change it like this:

    
         
         
              
              
         
         
              
              
         
    
    
    package a;
    public class A {
         private String l1;
    
         public A() {
         }
    
         public void setL1(String l1) {
              this.l1 = l1;
         }
    
         public String getL1() {
              return l1;
         }
    }
    

    Jean Lou

  • How to fill a field read-only based on selections from 2 DDlists?

    Follow-up question:

    http://forums.Adobe.com/message/2417876#2417876

    I have 2 drop-down lists.  'Department' and 'unit '.

    The selection in DDlist 'Department' creates a single list in DDlist 'unit '.

    I select the appropriate of these two DDlists elements.

    When I do this, I want the text read-only 'NameOnIDBadge' field is filled with a predefined entry.

    Example:

    In DDlist "Department", select the item «Finance & Administration»

    In DDlist 'Unit', select the 'Food Service' item in the list that appears

    THEN:

    In the text field read-only 'NameOnIDBadge' of the following built-in read-only text appears: "contract food serv.»

    (Thanks to Paul, I already know how to do selection in DDlist 'Department' affect the selection list in DDlist 'Unit')

    "but I don't know how to make the choice of these two DDlists to create a new entry in a text field).

    I have attached a mock-up of the file that I work with...

    If ((firstDDList.rawValue="Whatever") & (secondDDList.rawValue = 'Whatever'))

    yourTextBox.rawValue = "the text on the right"

    This code would go under the second output of DDList event, replace the code I put in there to add the control to the first DDList

  • Select the property read only question to cross the field validation

    I've created two elements on a page and they are named P47_REQUEST_SOURCE_KEY (RSK) and P47_REQUEST_SOURCE_OTHER (RSO). I want to do SAR conditionally read-only based on the value of the RSK. BSR, here is a list of selection based on a LOV and RSO is a text field. I want RSO read-only unless the Serbian Republic of Krajina is equal to 'other '. I've experimented with read-only Condition Type value of ' expression element 1 is! exepression2 =', P47_REQUEST_SOURCE_KEY and expression expression1 two "other". (The value of the key stored in the LOV is 'OTHER' but the display value is 'Other'). I also tried the ' text in expression1. = to exepression2 with various permutations of expression1 and expression2.

    How do RSOcolumn condition that the content in the Serbian Republic of Krajina? No matter what I put the values in the properties read-only which is always read-only even when the value of the RSK is "other". Any ideas what I am doing wrong

    Thank you, Ned

    Hello

    You can try to javascript
    Place it in the HTML page header

    
    

    This page HTML Body

    onload="disRSO();"
    

    And then point the Form HTML P47_REQUEST_SOURCE_KEY element attributes

    onchange="disRSO();"
    

    Hope this helps

    BR, Jari

  • Result to select that one ADF option allows to check read only table

    I'm new on using ADF and try to understand some things.

    Here's what I want to do.

    On the same page, I want to select a choice and a reading not results table. I will fill the table only reading based on the result of the choice of a select. Can someone tell me what I need to do to make this work?

    Or if there's an article out there that someone can tell me.

    Thank you

    In this case,.
    You create a read-only ViewObject (let's call it vo1) who will have something like: select distinct first_name of employees
    Then, you create a link between that regular VO and VO employees based on the field name like join field.
    Then you drag vo1 in a JSF page in a navigation list, and then you drag the employees in the Details vo area which lies beneath the vo1 in the data control palette.
    That's all.

  • Toshiba 46TL968 cannot read the list of channels - only "hotel mode" appears

    Before the new update, I was able to easily read in my channel edited list.
    When does the thing "dumb, dumb down", a pop up appears, where asked me, if I want + read In + or + write on +.

    Now, after the update (and reboot, that destroyed my channel settings) I can not read the list of channels.
    Instead of the familiar pop up, only a list of "hotel mode" appears with a few settings that I can activate.

    Is it always possible to read in the setting somehow?
    Anyone have similar problems?

    > Instead of the familiar pop up, only a list of "hotel mode" appears with a few settings that I can activate.

    Looks like the TV is set to the mode of the hotel.
    This means that most of the options are unavailable.

    You can go back.

    Go to quick installation
    The location option contains the settings for Home or the store.
    You must choose the House

  • All records showing the attribute read-only - cannot be changed via a Properties dialog box OR the command "attrib" user profile AND is not corrupted

    I use Win 7 64 and recently all my files have begun to show read-only. Other responses on this forum, which suggests to change the read-only via the Properties dialog box, attrib command did not work. In addition, I created a new administrator account as suggested by another answer, but the problem persists on both accounts.

    Several programs will not work now that they can not write files in folders.

    What can I do to fix this?

    Hello

    See the following article for a description of this problem.

    326549 You cannot view or change the read-only or the attributes of system files in Windows Server 2003, Windows XP, Windows Vista or Windows 7

    I hope this helps.

    Thank you for using Windows 7

    Ronnie Vernon MVP
  • Folder of My Documents of security properties show 'Total control', but the properties of all the files and the files that it contains are 'read only '.

    "Properties > tab security for My Documents and my pictures show that home users of the system, my own account and administrators (I'm also administrator) have full control ' (with all the boxes"Allow".  But the properties of each individual in My Documents and my pictures folder and all files in those, show 'Read only', and all the ticks in the Security tab are grayed out for all users or groups names.

    I cannot understand the explanation in the section using the Access command ('Object Types', 'Object name' etc) when I try to change this tab for a file or folder. Help, please!

    Hi Angela,.

    Welcome to the Microsoft community forum. Let me help you with your concern.

    The security settings for the my document and other folders in the library will have complete control and the tick mark you are talking about will be by default on all Windows 7 computers. Some folders inside of it will be in read-only by default. You can remove by box to uncheck Read-only in the properties of the folder.

    To find out how to find, organize, and use files and folders on your computer, see using files and folders

    For answers to frequently asked questions on the application of the permissions to a file or folder, see what to know before applying permissions to a file or a folder

    You can also check these links:

    File and folder permissions

    http://TechNet.Microsoft.com/en-us/library/cc732880.aspx

    Access control

    http://TechNet.Microsoft.com/en-us/library/cc770749.aspx

    I hope this helps. If you need help with Windows, let us know and will be happy to help you.

  • Delegate read-only for an OU select employee group

    I'm delegating read-only access to all the user accounts on a specific OU in one of our areas.

    When I add the group to the list of access with special permissions - Read all properties - it allows users to this group to change password for all accounts and group memberships in the ORGANIZATIONAL unit.

    I just want what they see information = name, address, telephone number, email, postal address and group memberships.

    What Miss me?

    any help is appreciated.

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)

    If you give us a link to the new thread we can point to some resources it

Maybe you are looking for

  • Compaq presario sr2017cl does not connect to internet

    I have an old computer from sr2017cl that I let my sister use but recently had do a reformat on it and I got the updates of this Web site, but NIC intigrated drivers has no effect because she still can't get on the internet. I know that this is not a

  • Satellite P300-27 x - issue processor upgrade

    Hello! I just bought my Satellite P300 - 27 X, but I discovered, that the processor is a bit slow... so now I'm looking at upgrading processor... I was looking at the dual-core intel P8700, P9500 or maybe T9300 (I generate 10W more heat)? .... Now, I

  • Replacement of Adlink ISA ACL8112PG

    Hello in our old test equipment an Adlink DAQ Multi Card ACL8112PG is used. I would now like to move on to hardware and LabView. Does anyone know if there is a direct replacement for this card? Here is the pinout used: (see attached files) All 3 conn

  • VISA: (Hex 0xBFFF001E) the State specified, the attribute is not valid or is not supported as defined by the resource.

    I try to open a com port Seraglio in LabVIEW get this error: VISA: (Hex 0xBFFF001E) the State specified, the attribute is not valid or is not supported as defined by the resource. It occurs in ISA set up a Serial Port (Instr) .vi and seems to be rela

  • Create a new user account takes computer problems?

    I had a computer guy clean virus I had and upgrade me to Windows 8, but now I have adware runs in the background and am getting kicked out of my programs.  Another type of computer I was just create a new user account - will that help?  Will I always