How to make Non editable fields in Web ADI

Hi all

Can you please let me know how we can make the Non editable fields in Web ADI?

Thank you
Anil

Dear Anil

You define fields don't read that in the page layout.

Concerning
Giuseppe

Tags: Oracle Applications

Similar Questions

  • Non editable field change to highlight the problem

    Hi all

    I have an edit non editable field in my screen. In order to make the difference between editable and non editable field, I put the bottom of the field cannot be changed to light gray as in the code below:

       Border nonEditableBorder=BorderFactory.createRoundedBorder(new XYEdges(5, 5, 5, 5),Color.LIGHTGRAY,Border.STYLE_FILLED|Border.STYLE_TRANSPARENT);
    EditField textField=new EditField(EditField.NO_NEWLINE|EditField.FOCUSABLE|DrawStyle.RIGHT);
    textField.setBorder(nonEditableBorder);
    

    Now the field cannot be changed when I scroll the wheel to the right or left the text gets highlighted in white as shown in the image below:

    I don't want the text to highlight. Can anyone help me please with this. Thanks in advance.

    Kind regards

    S.A.Norton Stanley

    Hello

    Thank you. Overridding method drawFocus() and nothing doing, emphasis has been disabled on the fields and the white highlight was not. But once I reached the first or the last field of the white selection screen gets drawn again.  But the border I also assign the background of the field edit as shown below, and this solved my problem.

    Background bgNonEditable = BackgroundFactory.createSolidBackground(Color.LIGHTGRAY);
    textField.setBackground(bgNonEditable);
    
  • How to make a NON_FOCUSABLE field at run time

    Hi all

    Please help me.

    I need to change the property of a field at run time according to the input value of the other domain.

    Suppose, we have 5 BasicEditField in a screen, if I get 100 in basicEditField 1st, 2nd and 3rd basicEditField would get disable (NON_FOCUABLE).

    I use:

    ' Public Sub fieldChanged (field field, int context) {}

    If (value of basicEditField1 is 100)

    {

    basicEditField2.setEditable (false);

    basicEditField3.setEditable (false);

    }

    } / / / This code sets the property of
    basicedit non editable field. but still these fields become focus.

    I don't want to focus on these areas.

    Please help me. How can I set the property to basiceditfield as NON_FOCUSABLE.

    Thanks n Regads,

    Ashutosh

    Here is a code that can help:

        public boolean isFocusable() {
            return this.isEditable();
        }
    
  • How to make uneditable Date field in ADF

    Hello

    I use Jdev 11.1.1.7.1.

    In the fragment, I added the DATE of the ENTRY component. How to make uneditable date field. He should just take the input value of the grille.

    Kindly advice me.

    Thank you

    Swathi

    Your date. MinValue must be like this:

    
                
                
                  
              
    
  • How to make all the fields on one page read only (for the recipient) without having to make each field read-only?

    How to make all the fields on one page read only (for the recipient) without having to make each field read-only?

    Hello Jmbtexas4,

    By default, you will need to individually click on the fields of the form and check the 'read only' and save it. From now on, it is not possible to select all together and make the changes.

    -Usman

  • How to make a text field repeat several times?

    I have created a form with the name of a client in it - and the name is repeated at the top of each page.  How to make a text field repeat several times? Thank you!

    Make sure that all fields have the same name (LastName FirstName, MiddleName,), then set the binding in the overall binding tab.

    Paul

  • How to make a required field in OAFramework

    How to make a required field in OAFramework when running? Please explain in detail if possible.

    Thank you
    Kumar

    Get the handle to the bean by using the following Code

    Bean = webBean.findIndexedChildRecursive ("");
    If (bean! = null & )
    {
    bean.setRequired (true);
    }

  • Simple question - how to make a readonly field

    Simple question - how to make a readonly field

    Hi DougBlincoe!

    I think you're looking for this:

    1. create the element. See "creating a Page level item.

    2. navigate to the appropriate page definition:

    Go to the Home Page of the database.

    Click the icon of the Application Builder.

    Select an application.

    Select a page.

    The definition of Page appears.

    3. under items, select the name of the element.

    The attributes for the element page.

    4. to display an item under certain conditions:

    Scroll up to Conditions.

    Make a selection in the list Type of Condition.

    Enter an expression in the fields provided.

    * 5. To make an element read-only: *.

    Scroll to display playback settings.

    Make a selection in the playlist only Type of Condition.

    Enter an expression in the fields provided.

    Click on apply changes.

    Here, you will get more information about this:

    # Create the item. See ["Creating a level of Page element" | http://download.oracle.com/docs/cd/B25329_01/doc/appdev.102/b25309/bldapp.htm#BCEFHBHG].
    # Navigate to the appropriate page definition:
    # Go to the Home Page of the database.
    # Click the icon of the Application Builder.
    # Select an application.
    # Select a page. ------------------Definition of Page appears.
    # Under items, select the name of the element. ------------------Page attributes for the element.
    # To display an item under certain conditions:
    # Conditions scroll.
    # Make a selection in the list Type of Condition.
    # Enter an expression in the fields provided.
    # To make a read-only element:
    # Scroll the display reading settings.
    # Make a selection in the playlist only Type of Condition.
    # Enter an expression in the fields provided.
    # Click on apply changes.

    Here, you can read more information about this:

    http://download.Oracle.com/docs/CD/B25329_01/doc/AppDev.102/b25309/bldapp.htm#sthref805

    I hope this helps!

  • ADF 11 g - how to make the number field to right align InputText

    Hello

    I work with ADF 11 g with Trinidad. I have a (jspx) page with editable table (Table of Trinidad) with text and the number of columns.
    Currently, all values are aligned to the left, but I want to number fields to align to the right.
    For example, employee name inputText should align to the left, and the salary should align to the right.

    The application has a skin with CSS.

    . CSS
    / * This will make all the inputText align right * /.

    AF | inputText::content {rule - tr - ref: selector(".)} AFFieldNumber")}

    / * This will make all the inputText align left * /.
    AF | inputText::content {rule - tr - ref: selector(".)} AFFieldText")}


    . JSPX
    < tr:inputText value = "#{rank." Salary}.
    styleClass = "AFFieldNumberMarker."
    inlineStyle = "text-align: right" >

    How can I make the number field align right? (Yet to keep the column text align left)

    Thank you
    Jim

    Published by: user476620 on December 8, 2011 14:47

    Jim, what is tr:inputText has a contentStyle property?
    If so, you can try toput

    text-align: left;

    in the property ContentStyle of the inputText component.

    Timo

  • How to make a text field required at run time when the user clicks on the box?

    I had a form, there are several checkboxes fields and the text associated with the check boxes. If the use clicks on the checkbox then partner

    text fields should become mandatory. I tried the change event and the click event of the boxes. There is error in the onChnage event and I got some odd results in the click event on. Sometimes, if the user clicks the check box, then for the 1st time the field is not required, then the user onclicks the box and when the user clicks the check box for the second time the field becomes necessary, but if I turns off the option highlight the field and selects the field becomes necessary even if the user onchecks I am totally confused! To add that I have also written an incorrect code always I reached the goal? How it can be possible. I write the codes below, please help me because I am working under a deadline from the client.

    onChange event:

    var = this.boundItem (xfa.event.newText) newVal;
    if(newVal == 0)
    {
    xfa.resolveNode ("form1. Subform0.Subform1.Subform9.Subform10.Table48.Row4.Purchasecost3_1'). validate.nullTest = "disabled";
    }
    on the other
    {
    xfa.resolveNode ("form1. Subform0.Subform1.Subform9.Subform10.Table48.Row4.Purchasecost3_1'). validate.nullTest = 'error ';
    }*/

    For the onClick event:

    var a = xfa.resolveNode ("form1..") RawValue Subform0.Subform1.Subform9.Subform10.Table48.row2.CostItemRecovere d_OnlyEnergyCharges");
    App.Alert (a);
    if(a == 0)
    {
    xfa.resolveNode("form1.Subform0.Subform1.Subform9.Subform10.Table48.Row4.ComplianceCheck__L1_1").validate.nullTest = 'error ';
    }
    if(a == 1)
    {
    xfa.resolveNode("form1.Subform0.Subform1.Subform9.Subform10.Table48.Row4.ComplianceCheck__L1_1").validate.nullTest = "disabled";
    }

    Please help someone!

    Hello

    You may need this resolved at this point, but here are a few tips.

    An example of a loop in a dynamic array is here: Re: how to make invisible/visible or hidden columns with checkbox?

    You are usually not necessary to resolve the nodes, especially when the script object is in the same table as the target objects.

    For example if the table was not static your script could be simplified:

    if (this.rawValue == "1")  // this object is in Row2
    {
         Row4.ComplianceCheck_L1_1.mandatory= "error";
    ...
    }
    

    However because you will be to loop through all the rows in the table repeatable instances / then you need to resolve the nodes. Take a look at the example above.

    In your script, you have to Row8 Row4. I don't know if this is repeatable or just some of them. If we take Row4 as being repetitive, then you can apply the following to all repeatable lines.

    var vRow4 = Table48._Row4.count;
    console.println("Row4: " + vRow4); // You can delete this or comment it out after testing
    
    if (this.rawValue == "1")  // this object is in Row2
    {
         for (var i=0; i
    

    I have not tested, but it should be close to work.

    Good luck

    Niall

  • Re: How to make a video to a Web site on the first

    bit of a luddite here.  first pro has just started, it's a blank slate.  How to make a video of a website in preview?

    [Branched out in a new thread, mod]

    Hi Eric,.

    At the bottom of the video screen, there are tools for users to modify and use portions for your personal use.

    I tried. You must have an account first. Then, drag the handles to pick your snippet. The clip will be saved in your account page. At the bottom right are the download options. Only the version low quality is free. The superior quality that would work very well in Premiere Pro require a small fee. Pay for the file download and then import them into Premiere Pro. Hope that helps.

    Kind regards

    Kevin

  • How to make a PDF password protected Web site

    Difficulties, does anyone know how to post a PDF on a Web site that is password protected?

    Hi jasonw71228730,

    Put implement the protection of password on PDF file, download the PDF file on the web server & just add the tag hyperlink Html to your website in the desired location, for example: text of the hyperlink

    Kind regards

    Nicos

  • How to make a text field for view-only / editable based on a user of APEX

    Hello

    I have a form with fields of 10-20 to assume.
    When the user - Admin logs, I want to field1 as editable, but when another user... User1 connects, I want to do this Field1 as display only... how I can do.

    Thank you
    Deepak

    Deepak

    You can remove the "View only" condition on the field and add this piece of javascript in the "foot" of the definition of the page

    
    

    CITY

    Published by: city has 12 August 2009 15:41

  • How to make the metadata field existing in the form page to customize

    Hi all

    I want to add some fields in my form. I managed to create the new field, and then make a settlement and put it in the profiles of school boards. My form has display fields, I just created. My questions are:

    1. how I want to add the existing field such as title, author and security group (the box highlighted in red according to the attachment) in my form?

    2. I noticed that when I create the new field, it will be added in standard integration page. There are fields to check standard on the page become more. How can ensure me that the fields that I created was not display in standard integration?

    I noticed the global and non-global rules but not enough on this clear. Could someone help me or provide some steps for me with regard to my two questions?

    Here, I have attached my form page and standard check in the page that I want to put in my form page.

    content check in red box.PNG

    arbs page.PNG

    Thank you.

    If you ask about control in the profile of Content Server native interface user then: -.

    If you want to add the title, author, group security (system default metadata) as well as your metadata created in your check-in form.

    then add these fields in your rule. The rule is the same that you have created for your profile (ARA).

    For your second question: -.

    Whatever profiles, all metadata added in the content server, are displayed in the Standard profile balance.

    You can hide the standard profile, if it's not necessary.

  • I'm done editing to develop; How to save pictures edited for the web?


    I get the import options and the development of Lightroom, but I learned from a representative of LR when I asked for help that LR does not store any data.  So, if I import pictures from my camera (NEF files) and edit to develop; where can I save the modified pictures and how to adjust them for best quality on the web?  It seems that there are instructions on how to import and save photos from your camera, etc, but once you change the photo to help develop it, is the original and so changed?

    Sorry for the question, but I have changed several pictures using the develop and doesn't like to lose all my work.  I am lost as what to do now to save my changes.  Ugh!

    Thanks to anyone who can help!  I am a user of Windows MC if that helps.

    Assembly to develop is completely non-destructive. All your develop settings are automatically saved in the database (catalog) LR

    For web use select thumbnails concerned of your pictures in the library, and click Export. Choose jpeg, size, quality and resolution of 72 and set color space to sRGB. Add sharpening if you wish. Choose a folder and subfolder or export Office. Your jpeg copies will be ready to download from the folder chosen when the export is completed.

Maybe you are looking for

  • no support of applecare for airport routers?

    I just bought an Airport Extreme 802.11ac to replace a previous 5th generation of the model. I don't know if I can get Applecare for it. In the past, other devices (iMac, Macbook, etc..) Contract AppleCare would be applied. I find no information to d

  • Browsers are too slow - need help

    Hello Suddenly, since a few days - my browsers [Safari & Chrome] becomes too slow... I even deleted the history too I need assistance her please Yet one thing... is there any photo editor/Paint Brush in iMAC... applications data? See you soon Pruthvi

  • I have URL: MRL virus and how can I get rid of it

    every time I try to get on yahoo my antivirus detects a virus URL: MRLS. I have internet explorer 8

  • How do I remove linux and replace it with windows xp

    I had to install Linux because it lacked something in the files used to start Windows XP Professional, I don't care if I lose all the data on the hard drive, I want to just be able to play the mmorpg I play normally for one apparent reason does not d

  • Unable to activate my anti virus protection on windows Security Center.

    I just installed a new antivirus on my laptop, the avg free anti-virus program, I can see that his work, but I always get a security warning from windows Security Center that my anti virus protection is turned off, and when I choose to turn it on, it