To make a read only selected in a table

Hello
I need to customize a standard page. This page contains a table with a collar that has a grain of choice in it. Based on some validations that I need to do a few lines of beans of choice read-only. For example, the values in my grain of choice are one, two, three, then when there is a value of two displayed it should be read only area.
To implement that I expanded CO processRequest to get the values of the VO, check values and set the read-only pass. But this defines the whole neck to read-only, not a few lines.

I've extended the VO (xxHzDlCerAssignRsltPVO) to set a temporary variable - XXchoiceReadOnly, then replaces the original Version using the JPXImporter command.
The controller when I instantiated the new VO - vo object returns a null value. RowImpl with accessor methods is the only class file generated for the VO.

When I try to add this transient variable for a single table as parameter reading bean collar - ${oa.xxHzDlCerAssignRsltPVO.XXchoiceReadOnly} through customization it error saying -.
«oracle.apps.fnd.framework.OAException: Message not found.» Application: DNF, Message name: FND_VIEWOBJECT_NOT_FOUND. Chips: VONAME is xxHzDlCerAssignRsltPVO;. APPLICATION_MODULE = oracle.apps.ar.hz.datalib.certification.server.HzDlCerAssignAM; »

Please help me debug this.

Thank you
Prabha.

First of all, you need to use seeds VO name even after extended VO.

that is, instead of ${oa.xxHzDlCerAssignRsltPVO.XXchoiceReadOnly}
Use ${oa. HzDlCerAssignRsltPVO.XXchoiceReadOnly}

Secondly, this approach is also all of the lines read-only. To change only a specific line property (read-only (or disable etc.), go to switch.

-Anand

Tags: Oracle Applications

Similar Questions

  • How to make text read-only once it is recorded and distributed on the ground?

    How to make a read-only text field after it is registered adistributed d?

    LiveCycle Designer ARE 8.2

    Exit this JavaScript code on the event:

    textField1.access = "readOnly";

    This works after the user loses the focus on the field, but after it is saved and distributed, this field is no longer "read only".

    I need to have staff insert information into a text field and try it then distribute to clients, and these fields must be protected.

    How do you do that?

    No... .it has to be there to be a schema valid... but it is not used by the product offline.

    Paul

  • Completely make a read-only folder?

    Not just make a folder read-only, but making it so that nobody can make a change and feel that changes without saving it in a word sound, completely making it read-only. The contents of folder and that's it.

    Thanks for the comments, but my supervisor said they want the files to remain in the format they have. There is also an entire folder not only a couple of files. He wants everything to protect without changing the way the documents are now. Any thoughts?

    Hi Carlton,

    I suggest you try to influence policy from the file by changing the permission to this subject, but I doubt it will work because for all I know, the rights management services active directory has the ability to change the rights of a certain file/document, but please try it

    First, right-click on a document, and then choose Properties. In properties, go to the sharing tab. Click the user you want to change the permissions on a document. the reading selection. When you are finished, click share

    Then right-click on the file and then go to the Security tab, under the Security tab click on the user you want to change permissions. Check the read checkbox and uncheck the others. When you're done click apply then ok

  • Make a read-only form in fillable

    I have a form that has mysteriously become unalterable.  I know I can go through field by field and uncheck "read only".  However, I am faced with forms of insurance that have lots of fields and I was wondering if I can change a setting for the document, or should I go through each field individually to achieve?  I ask because clearly someone didn't cross and render each field read-only.  The form is to be completed recently.

    You can select several fields at the same time and press enter/return to bring up the field properties dialog, or you can use a script to loop through the entire field and set the readonly property to:

    Script button (mouse), link, bookmark, or a JavaScript console

    for (var i = 0; i)< numfields;="" i++)="">

    var fName = getNthFieldName (i);

    Make the field not readonly

    getField (fName) .readonly = false;

    }

    But the fields do not get the value of readonly for no reason. It is difficult to say what caused this without looking at the file.

  • Make the read-only

    Hello

    I report with form IR and when I click edit I want to do items in the view of the form based on the State of SQL.

    I have two tables t1, t2 and columns (ARE, SW) of two table-based I want a readable or editable element.

    If t1.ES = t2.SW

    then point is editable

    on the other

    point may not be readable.

    Version Oracle 4.2


    Kind regards

    BO

    Hi BO,.

    Edit the Page-> read-only-> NOT Exists (SQL query returns no line)

    Select 1

    from t1

    Join t2 on t2.sw = t1.es;

    If you have values of ARE and WS on your page you better use an Expression of PL/SQL, like write something like this:

    : P1_ES! =: P1_WS

    Kind regards

    Steven

  • Is there a way to make downloadable read-only/no PDF files in Acrobat format?

    Hi all, I am new to the Forum and have a question about the creation of a PDF file that is read-only and also not downloadable. I know that I can do the part read-only by using the security settings, but it seems not be a setting that would prevent someone from copying the PDF file should be displayed on a Web page?

    Any who have and experience in this field? My employer wants to make our PDF files online-visible only on the webpage and non-prontable, but I think that it is perhaps something that should be done at the level of web design. Any help would be appreciated to gratly! Thank you!!

    No, if make you it available on a web site, which means that they are necessarily available for download. There would be no way for someone to see if they were not.

    There are possible restrictions with digital rights (DRM) products, such as Adobe LiveCycle Rights Management, but at a significant cost. For more information, see: http://www.adobe.com/products/livecycle/rightsmanagement/

  • Under certain conditions (by program) make MessageCheckBox read-only for the specific rows in a table

    Hello

    I have a table (on a custom page) which includes the columns MessageStyledText and MessageCheckBox column, I want to put the MessageCheckBox to read-only if the value of the column MessageStyledText of the line is "XYZ", could someone give me some advice on how this can be achieved?

    Oracle EBS: 12.1.3

    JDEV: 10.1.3.3.0.3

    Kind regards
    Carl

    Sorting using SPEL (according to https://forums.oracle.com/message/1815932#1815932).

  • Save event - make text read-only field if not empty

    I have a document which must have read only 1 field if it is not empty when the form is saved. I have the Document Actions 'spared' configured to run a script that contains only:

    getField("DepositDue").readonly = true;

    The problem is, if I save the document so that it can be filled and saved by adobe reader, this field is changed to read-only. What I need is an if statement to check if this field is empty first, but do not know how to do in this regard. The extered text is a date in the format of date as well.

    The following works for me in paper will save the event, but not the Document spared:

    var f = getField ("DepositDue");

    f.ReadOnly = f.valueAsString;

  • Display object is read-only on the static Table

    Greetings,

    I create a static af:table in JDeveloper 11.1.2.4.0 JSF,.

    temporally with 3 columns, so I can create rows and select data. When im to create as many lines and select data from all 3

    Select a column of choice, to save on the different table using methodAction.

    I do all the 3 columns can always be updated, but when im going to create a line, he throws me error in the table read-only.

    Keep in mind that temporally static table have no primary key.

    What should I do to work around this error?

    Thanks in advance for any help.

    See u object created by using wizard to only view real object?  Maybe that can be the cause...

  • Can we do a line read only in the advanced table?

    Hello

    We have an obligation where the user wants to the first line of a table advanced to readonly, and remaining lines as editable lines. Can someone please let me if we can achieve this?

    Thanks in advance.

    Solène

    Hello

    Yes, you can set row as read only in the table in advance.

    Steps to follow:
    (1) take the attribute Transient seen as ControlReadonly (Boolean Type) in the attached with advanced table view object.
    Note: Your all the lines will have now a new attribute called ControlReadOnly.

    (2) using the property read only set SPELL on each field of your advance deposited the region.
    as ReadOnly ${oa.. ControlReadOnly}

    (3) the loading of the page, in the query itself process you can set the attribute to True and if you need frontline to travel up to the end of the rows in the table and set the value to False for ControlReadOnly.
    ex: line = vo.first ();
    row.setAttribute ("ControlReadOnly", Boolean.TRUE);

    Kind regards
    Swati.

  • Remove the read-only constraint of the table?

    Hello

    As part of the learning exercise, I ran the following query

    change used table read-only;
    Employee table is read only State now.

    I want to go back to the original state so that I can update and insert the rows in the table.
    FYI, I'm using oracle 11g.
    Thank you

    change used table read write;

  • How to disable the warning of validation on the calculation (read-only) field in the table

    Is it possible to add a line in a calculation script (JavaScript) that prevents a dialog box of a calculation field validation?

    Scenario:

    • Working with fields in a table inserted.
    • In each line, I have a couple of fields that the user has entered. These fields have a Validation model has allowed that the user must enter the data correctly.
    • There is a calculated field based on the data entered by the users. It is this field that throws a warning dialog box "the value entered for Total_Row1 is not valid. "To ignore the validations for Total_Row1, click on ignore.

    Even if I turn off the Model Validation on fields used for the calculation of the warning dialog box always appears. So, it seems to be isolated in the field of computing.

    The calculation area displays the time and I got it originally set as a Date/time field, but also tried to use a text field (as the calculation should appear as 0:45 for 45 minutes in this area).

    I have a suspicion that the warning appears only because I used an array for formatting fields, as I used similar validation profiles and other calculation fields and see not the message when the fields do not appear inside the table.

    I think of easier workaround would be to disable validation for this particular calculation field, but I have no idea how the script that. Any help appreciated lot.

    CARI

    I discovered the problem.  In a word: it was a mistake by naming the fields.

    • I have fields named with line numbers in the field name (for example FieldName_Row1).
    • and fields calls with FieldName_Row1.formattedVallue must have triggered some confusion.

    As soon as I removed the word 'Row' of file names, the question of the warning dialog validation mystery Adobe Acrobat for the calculation field have disappeared.

    Ago about 3-4 hours of my life that I won't be back... ha - ha but if someone else has the problem, I thought I better share my discoveries

  • How to disable the change (the value read-only) on an editable Table cell?

    Hi friends
    How to disable the change on an editable on certain conditions Table cell?
    are there example links?
    concerning

    Published by: sak on December 22, 2009 11:28

    No, in the apex_item attributes for example

    select
      APEX_ITEM.CHECKBOX(1,empid,nvl(empid,'readonly')) test
    from emp
    

    Shunt

  • Possible to make sure "print" only some text or table

    I wish I could have my interactive paper so readers can print a particular segment of the document by clicking on a button «»

    I don't know how to create buttons, but the question is something is adjustable up to 'print this table', or to print for example, say two paragraphs of the text.

    This would have to do in Acrobat.

    Bob

  • 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

Maybe you are looking for

  • Please tell me about its specifications

    Hi all! Hope you are well.can someone tell me on hp probook 450 G1 15.6 "i5 4th gen 4200 m with 2 GB amd graphics laptop computer audio ports?Are there separate ports or port jack combo?

  • Acquisition of data reading too fast in the loop For

    I am trying to characterize a system with a VI that sets the speed of a motor, waits 7 seconds go upward, then take 200 readings calculates their.  The sampling frequency is 20 Hz, with 200 samples, it should take 10 seconds.  The program then loops

  • caliing workstation in LabVIEW

    Hello Using ActiveX, I use windows media player in LabVIEW. Is there any function ActiveX or any other palette that can be used for exploring 'My Computer' Using vi LIST OF FILES, I can view the folders and files from a disk. But I want another way

  • selection problem, 2nd motog

    While we use all media we get options like "just once" and "always." When selected 'always' the next time we have access to this option that we have selected only.Ex: I use are leading explore and when changing the ringtone, I selected the option 'al

  • I had sound and now I don't have - can someone please help!

    My laptop has plays music - YouTube videos and CD - perfectly. I installed iTunes and now no sound works for any device! My CD will not play (every song has a red x next to it) and I have no idea why! I uninstalled all the Apple stuff, just in case t