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

Tags: Database

Similar Questions

  • Impossible to select the fields in Acrobat Pro XI tools/editor of formulas to calculate

    First of all, in the form Acrobat Pro XI during an attempted editor calculate fields, I don't and then select the fields (click), to calculate.  I can only just select or deselect all.

    Also, if my simple spreadsheet formula is:

    =IF(Value01> 0,SUM(Value01* (Value02-Value03)),"")

    Is there a simple way to translate this formula in a calculation script in the form Pro Adobe Acrobat XI (or FormsCentral) tools?

    Thanks for any input.

    Relating to the selection of fields: use the space bar or click a little out of the center of

    the checkbox. This is a known problem in Acrobat that has not been resolved yet.

    Unfortunately.

  • We can do a field cannot be changed using the field Validation?

    Hello

    Is it possible if we could do a non editable field using the field validation? We cannot do it in read-only because we have a code that uses the selector report to update these fields. Is there a way we can put a posting on the ground that it would throw an error message when a user tries to change this field?

    Thank you

    MB

    Of course, we can use the validation for this:

    Add this to the field Validation:

    PRE ('') = IfNull (FieldValue (''), "XXX")

    Replace FieldName with the actual field name.

    Good luck
    Royston

  • Reading only question backup Tablespace

    HII!
    I tried to read-only Table backup space. So, first change the tablespace to aid
    SQL > alter tablespace users read-only;
    Tablespace altered.

    2. then taken backup of all the data files by using the copy of the OS command.

    Now, the issue I'm facing is that can I change the read_write mode table space? If Yes, then how? Help, please...

    I tried to read-only Table backup space. So, first change the tablespace to aid
    SQL > alter tablespace users read-only;
    Tablespace altered.

    2. then taken backup of all the data files by using the copy of the OS command.

    Now, the issue I'm facing is that can I change the read_write mode table space? If Yes, then how? Help, please...

    Yes you can do it,

    SQL > alter tablespace users read write;

    After the successful restoration.

    sys@11GDEMO > select tablespace_name, status of dba_tablespaces where nom_tablespace = "CKPT"

    STATUS TABLESPACE_NAME
    ------------------------------ ---------
    CKPT ONLINE

    sys@11GDEMO > alter tablespace ckpt read-only;

    Tablespace altered.

    sys@11GDEMO > select tablespace_name, status of dba_tablespaces where nom_tablespace = "CKPT"

    STATUS TABLESPACE_NAME
    ------------------------------ ---------
    CKPT READ ONLY+.

    sys@11GDEMO > alter tablespace ckpt read write; +

    Tablespace altered.

    sys@11GDEMO > select tablespace_name, status of dba_tablespaces where nom_tablespace = "CKPT"

    STATUS TABLESPACE_NAME
    ------------------------------ ---------
    CKPT online+.

    sys@11GDEMO >
    Published by: CKPT July 6, 2011 11:22

  • Cannot select the fields to be used in a calculation field in Acrobat XI

    I am running Acrobat XI on Windows 10 and set up a form.  I'm having a problem with the implementation of a field to make a total calculated.

    The first field has the user to enter the number of widgets sold. The field is formatted as a decimal number.

    The second field is the user to enter the price per widget.  This field is formatted as a number to 2 decimal places.

    I want the product of fields one and two for appear in zone 3, which also in the form of a number to 2 decimal places.  When I opened the box of 3 field properties and go to the tab calculate and select value is the product of the following fields and click the Select button, I can see fields 1 and 2 in the field list, but by clicking on the buttons to select them does nothing, that is, I can not select the (or any other area besides).  The boxes stays white when I click on them.

    Clay

    It is a frequently asked question.

    Acrobat has not the point of sense and the box always aligned for all systems. Fortunately most computer operating systems use the space as an activator of selector key. If it highlights the domain name pressing the SPACEBAR will select or deselect the field highlighted.

    You may also be able to use the option of simplified field Notation if the names of the fields conform to the naming standard.

  • Select the fields in the table based on the selection + valueChangeListener

    I have an af:table with selectonebooleanbox and some entry box.

    Once selected through the box of selectoneboolean lines I want to activate the input box that is initially disabled.

    I have a property called isEnabled is related to the inputBox like this

    < af:inputText value = "#{row.quantity}" disabled = "#{row.isEditable}" > "

    ValuechangeListener I can set this property to false so that the field becomes editable, but the table or list of the tobe table should refresh on the selection of each selectOneBoolean.

    Any poniters how to do this?

    JDeveloper 11.1.4 and jsf pure application (adf as display technology)

    JSF code:

    < af:table value = "#{createOpportunity.dataList}" var = 'row' "
    rowBandingInterval = binding = "#{demo.t1 '0'}" id = "t21" > "
    < af:column headerText = "Model" >
    < af:selectBooleanCheckbox text = "#{row.modelRange} '"
    Label = "Label 1"id = "sbc1" value ="#{row.selected}".
    valueChangeListener = "#{createOpportunity.enableEditing}" / >
    < / af:column >
    < af:column headerText = "Description" >
    < af:outputText value = "#{row.description}" / >
    < / af:column >


    < af:column >
    < af:inputText value = "#{row.quantity}" disabled = "#{row.isEditable}" > "
    < af:convertNumber type = "number" integerOnly = "true" / >
    < / af:inputText >
    < / af:column >
    < / af:table >

    Screw the bean code

    {} public void enableEditing (ValueChangeEvent valueChangeEvent)

    for (dataItem ModelDescription: dataList) {}
    If (dataItem.isSelected ()) {}
    dataItem.setIsEditable (true);
    }
    }
    }


    Thnks.

    Published by: Wannabe Java Guru on March 9, 2011 03:04

    Published by: Wannabe Java Guru on March 9, 2011 05:12

    Add the code snippet in the value change listener and see if help to:

    valueChangeEvent.getComponent () .processUpdates (FacesContext.getCurrentInstance ());

    That is to say

    {} public void enableEditing (ValueChangeEvent valueChangeEvent)
    valueChangeEvent.getComponent () .processUpdates (FacesContext.getCurrentInstance ());
    System.out.println ("in enableEditing");
    selectedDataList = new ArrayList ();
    for (dataItem ModelDescription: dataList) {}
    If (dataItem.isSelected ()) {}
    dataItem.setIsEditable (true);
    }
    }
    }

    Thank you
    Nini

  • Select the fields to be calculated using total can not choose

    I can't check boxes in the list I want to calculate a total for a form.

    I formatted all the fields of cost in the form of numbers. I want to CostRow1, 2 and 3 to calculate the amount in CostTOTAL. I tried to click on each field individually as well as select all, and then deselect the fields irrelevant to anything does not. See the screen capture below.

    I use Acrobat Pro XI.

    Image 1.png

    Some people have this problem, and you can either use the keyboard (SPACEBAR to select, tab/arrow keys to navigate the list), or click on close check boxes.

  • By selecting the field online Max Date

    Hi Experts

    Say if I have the following data in my business model

    Customer SeqNo StatusCode StatusDate StatusTime
    15555 1 A1 2010-06-24 07:16:45
    15555 1 A2 24/06/2010 07:17:02
    15555 1 A3 24/06/2010 09:27:33
    16665 3 A4 02-07-2010 07:30:34
    16665 3 A5 07/02/2010 09:24:34
    16665 3 A3 07/02/2010 07:30:18
    16665 2 A4 07/01/2010 10:24:34
    16665 2 A3 07/01/2010 08:30:18

    And in the responses, I wanted to select the last statuscode by customer and SeqNo example

    Seq 1 customer 15555 StatusCode = A3
    Seq 3 customer 16665 StatusCode = A5
    Seq 2 customer 16665 StatusCode = A4

    I was wondering how I could do this?

    Published by: mitroberts on 02/08/2010 21:20

    Hammett81 wrote:
    Hi friend

    code: CASE WHEN STATUSCODE = MAX (STATUSCODE by CUSTOMER, SEQNO), THEN END STATUSCODE should go on the formula for the column (in the STATUSCODE column).

    Kind regards.

    Hello

    You can update the code as,
    CASE WHEN STATUSCODE = MAX (STATUSCODE by CUSTOMER, SEQNO) THEN STATUSCODE of another "99999" END should go on the formula in the column (in the STATUSCODE column).

    then apply the filter on this column. Column! = "99999"

  • Check if the field validation past (isValid?)

    Greetings,

    I'm looking for a way to determine if a field is valid.  Is their some kind of boolean or a function to determine whether or not a specific field (in its current state) passes the validation?

    For example, lets say I have an agenda, with a line item and an item number.  If I want to know if the validation of the article number has passed (anywhere in my code), I want to be able to do something like:

    If (Order.LineItem.ItemNumber.isValid is "True")

    {

    do something

    }

    How can this be accomplished?

    Thank you!!

    GS

    A couple of fine comments here:

    If you want to see if a date field matches a pattern, you can:

    (a) adds a template to display for the field

    (b) the field will be valid if:

    field.rawValue! = field.formattedValue

    The reason it works is that if a field cannot be formatted with a clause of the image, the formatted value will be identical to the gross value.

    There's more to come help:

    In acrobat 9.1 (XFA 3.0) new properties to determine if a field is valid.

    You can call subform.getInvalidObjects () for a list of invalid fields.

    See: http://blogs.adobe.com/formfeed/2009/03/xfa_30_list_of_invalid_fields.html

    In addition, there are a new property field: field.errorText.

    If it returns an empty string, the field is valid.

    Good luck.

    John

  • With regard to the field validation

    Hello

    We need help for field-level validation.

    The requirement is that text field should not allow special charecters and numbers.

    We wrote after the script of the Exit event limit the special characters and numbers.

    If

    (this.rawValue == null || this.rawValue == "")

    {

    Nothing

    }

    on the other

    if(! this.rawValue.match(/[a-z A-Z]+$/))

    {

    App.Alert ("entry invalid"

    , 1);

    () xfa.host.setFocus

    ce );

    }

    The above script works fine when we enter just numbers and special characters in the field.

    But when we go home with example of combination script works not below.

    Ex: @# $123ABCD

    Please help me

    Kind regards

    Jay

    Hello

    Change the regular expression to this.rawValue.match(/^[a-zA-Z]+$/ model) in the condition condition.

    Concerning

    Shan

  • Simulating a "Required" conditional on two fields using the field Validation

    I'm trying to 'require' users to fill in the Email address field or the primary phone when you create a Contact record. I had an idea of how do, but couldn't make it work. Any suggestions?

    Thanks in advance,
    Charley


    I working on the screenplay of is as follows:
    The customer wants to check on two fields on a contact record - the main phone and primary e-mail address fields. The envy of their users must complete one or other fields. This kind of conditional required parameters being out of reach for the workflow, I tried to get validation in the field to work. I tried to implement something like the following as the validation rule:
    [example as WorkPhone <>] is Null AND that [< ContactEmail >] is Null
    Then a validation message is displayed informing the user that one or the other needs remaining.

    Check out this thread
    Re: Contact Validation field (e-mail, work phone, Mobile phone #)

  • Select the field to update the text box

    now, I'm doing a text box to fill from a table when a value has been chosen on the selection list.
    basically a user will select a number of project of a selection list. Once that a text box will automatically fill with text from a table. Using something similar to the code below.
    SELECT PROJ_COMM FROM PROJECTS
    WHERE PROJ_NUM =:P17_PROJ_NUM
    I'm just at a point where I don't really know where to put this code it will work.

    any ideas?

    Published by: KySarge1981 on August 23, 2010 13:39

    Hi Mike,.

    I think you might find Anthony Action dynamic Sample Application very useful: http://apex.oracle.com/pls/otn/f?p=39830:32. If you connect to the application, you will find a link to download it, then you can take a look at how each of the samples have been implemented. The example of ' Set Value (SQL) "would be of particular interest in this case. Blog of Anthony on the sample application here: http://anthonyrayner.blogspot.com/2010/07/apex-40-new-dynamic-action-sample.html.

    I hope this helps.
    Kind regards
    Hilary

  • I am unable to get the compute function to allow me to select the fields that I want to add.  I followed all the instructions I could find but nothing works.  If I click select all or deselect all the options it will do

    Does anyone have a suggestion as to what is the work around?

    Use the space bar.

  • ApexLib and implementation in the field validation the easy way.

    Hello again,

    I installed and configured ApexLib and tried to do what was just said, but I put it on hold until I could get a few other issues resolved. What has put on hold by using ApexLib was a message on t20Messages is not found. Once I get these problems resolved, I will return ApexLib, but since I did mention her, help any with the following error would be great... Not so important, but good to know how to get fixed and put in place.

    Bq. - Error-Message not found t20Messages section. Error: < span class = "ApexLibError" > (inches) height must be between 0 and 100. the Error Message \\---fin
    It is a different current field test, but the error is the same--a pop-up window displayed instead of a line in the message.

    Anyone who has time, a pointer would be appreciated, though, until I'm on the right track with other issues, it is not on my list of priority as being terribley important for me right now.

    Thank you

    Charles

    Hello
    in page 0, you are going to have a region called ApexLib - Handle-error page
    definition of the region and the source of the region, it should be like this

    
    

    Notice the apexlib.error.DISPLAY_LOCATION line. FIELD

    hope you guessed it

    Good bye
    Sonny_starck

  • 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.

Maybe you are looking for

  • Can I have a space limited on iTunes?

    I would like to know if I have little space on iTunes, I know about iCloud, you start with 5 GB, so I would like to know if there are limits of storage on iTunes and if so could upgrade storage?

  • View and change the elements of the array

    Hello I'm using LabVIEW to read a set of parameters of an instrument and display them in a table indicator. This first part is pretty easy and works very well. I want to be able to do (so far unsuccessfully) is to change certain values directly on th

  • printing envelopes c5 HP P3015

    We have just installed a printer laserjet P3015x HP for printing our C5 envelopes. Unfortunately, it is not possible to enter C5 size as a standard paper size in the printer. So we use 'any size' for the parameter for the paper size. The result is th

  • media drive problems

    Hi when I first media Player, it takes at least 10 minutes to play the first song I chose, some time it will come with answers do not? After that the 1st song comes on, it works fine? This problem seemed to just getting started on his own a week ago?

  • Lost serial number of redemption code, how can I find my serial number?

    Recently, I buy a Leica product that comes with a Lightroom 6 redemption code. I follow the steps to generate a serial number of the redemption code, but some how I lost it, so is it possible to recover the serial number?[Ask in the correct forum all