The exact text of the text field to another field read-only

Is there a way to display the string of exact text in the field of text within other text fields read-only?

For example. I have fields of name on the first page and I have the same names mentioned in the other pages, but want to fill the other pages with the text name of the 1st page.


Options tab > Default value doesn't seem to work, so maybe I can use calculate tab > simplified field notation.

I have a domain called "Client_1_Name_Cover" and "Client_2_Name_Cover", so name to bind these two text fields only reading on other pages.

You can use the validation script custom following in each of the two fields of name on the first page:

Copy the value of this field in the field read-only

getField("Client_1_Name_Readonly").value = event.value;

but you must replace 'Client_1_Name_Readonly' with the actual name of the field read-only.

Tags: Acrobat

Similar Questions

  • I'd do the signature field read only until something is entered in the required fields.

    I'd do the signature field read only until something is entered in the required fields.

    Attached a sample file that has two text fields and field of signature, the signature field allows only when certain values are typed in two text fields.

    Steps to achieve this:

    (1) disable the signature field when the form is loaded

    (2) to activate when the two text fields values are not null

    Santosh-

  • Text field & & read-only attribute

    Hello everyone,

    I have a text field with the read only attribute is on, I need to activate only the Back Space key.

    If someone has an idea to do, please tell me.

    Thank you and best regards,
    OLA

    If you require a read-only column, only to be read-only other characters than the BACKSPACE key (deletion)? Don't you see that this would NOT be a field read-only? You need a piece of JavaScript to reject all keys but this key when you are in this text box.

    
    

    Thank you

    Tony Miller
    Webster, TX

    If vegetable oil is made from vegetables, then what is baby oil?

    If you answer this question, please mark the thread as closed and give points where won...

  • How to display the box around a text field read-only - Jdev 11.1.2

    Hello:

    In an ADF Web application:

    I have an af:inputText field, but I want to say read-only. So I put the readonly = true property, but when I did I lost the video box around the field. How can I make the text read field only but keep the box around the text display? I also tried setting to off but then it displays in gray. Is it possible to have the look of text just like a field of regular text input field but make unmodifiable?

    Thanks for the help.

    Hello

    I think that you should use the disabled property and with skinning, change the color of what you want.

    For example:

    af|inputText:disabled::content {
    background-color: White;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    }
    

    Kind regards

  • help with the text field read-only

    try to refine a shape KW

    I don't want the user to enter a value in a box, so I did it read-only.  $< input name = "proptax" type = "text" size = "10" readonly = "true" >

    Validation says:

    'true' is not a valid value for the 'readonly' attribute in any of the currently active versions. See warnings above for more details. [HTML 4.0]

    So now what?

    Try readonly = "readonly".

    It does not validate.

  • 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

  • Narrator does not read the text of acuall. He reads only bar.

    Original title: problems of Narrator.

    I can't the Narrator to read text of acuall. He reads only bar.  I have tred Ctrl Shift Space

    Hello

    I suggest to refer to the article and follow the steps.

    Narrator doesn't read what I expect him

    http://Windows.Microsoft.com/en-us/Windows7/Narrator-doesn

    Reference:

    Hear text read aloud with Narrator

    http://Windows.Microsoft.com/en-us/Windows7/hear-text-read-aloud-with-Narrator

    Get back to us if the problem persists. We would be happy to help you.

  • 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 can I automatically populate the date field after only one "digitally signs" a .pdf form? Help, please! Thank you!

    How can I automatically populate the date field after only one "digitally signs" a .pdf form? Here's a sample:

    _ Digital Signature___ (signs), Date (Auto-remplit)

    Under field properties of the signature on the signature tab, you can use a custom script, like this:

    this.getField("Date").value = util.printd ("mm/dd/yyyy", new Date());

    You know, however, that a digital signature always displays the date and time, it has been applied?

  • Marking of fields read-only when signed - unable to untick the box

    Hi people,

    I use Adobe Acrobat Pro XI.

    I have a form with Signature fields that have been set to make some fields read-only once the signature field is signed. I can bring up the Properties window with the list of fields to choose from and can't seem to "Select all" and "Uncheck all" using the button, but can't check or uncheck the individual fields. When I click on a field of what I pointed out but I can not "check" it.

    No idea why this would be?

    Thank you.

    Click on slightly outside and to the left of the box to select/deselect the.

  • Define a field read-only under certain conditions in the table of the ADF

    Hi friends,
    I'm new to ADF. I created a page basic jsf and display of data from the countries in the table. I also have the createInsert and validation on the page buttons. When I click on create to insert a new record is created, and I am able to enter and save it with success. However, I want the records already entered to be read-only.

    Essentially, I want the user to enter details only by inserting the new record. Existing records or registered once newly created records should not be editable. I tried some things in the expression builder of the attribute read-only for the field, but this deos not work. Can anyone help me please with this.

    Thank you

    Using ADF BC?
    If so, check http://mjabr.wordpress.com/2011/07/15/control-row-updatability-part-2/

  • I ve Mac OS El Capitan 10.11 and I ve downloaded the Adobe digital editions to be able to listen to audio books purchased. Right now they are in your library but the hoe I listen on my computer and the Iphone. Now I can read only them and it s audio

    I ve Mac OS El Capitan 10.11 and I ve downloaded the Adobe digital editions to be able to listen to audio books purchased. Right now they are in your library but the hoe I listen on my computer and the Iphone. Now I can read only them and it s I ve of purchased audio books?

    You posted in the wrong forum. I moved it to the right one.

  • How to use the same point of view as read only in the ADF and editable

    Hello

    How to use the same point of view as read only in the ADF and editable? How can we succeed in TF?

    -James

    Hello

    Steven Davelaar wrote a presentation on this 'building highly reusable Taskflows.

    From slide 14, that's where your use case comes into play

    Frank

  • Definition of fields read-only on several pages?

    Here's the scenario: I have a master page with several columns named dialog.a, dialog.b, dialog.c, etc.  I need a button that fight with pages to set the 'dialogue' read-only fields.  Then I will have a button to remove playback buttons single status (true, false).  The problem is, as I have spawn (200) pages, domain names acquire additional attributes (for example. P1.Temp1.dialog.a.1), etc.  Is it possible to set the button only to search for the word 'dialogue' and set all the which correspond to this criterion read-only?  I can make it work for the first page, but after the change of field names, Ponte, I have no idea how to do to analyze the domain name so that the word "dialogue".  The button is on each page so that the user can lock and unlock if necessary.  Not all columns are used or necessary at any time, so it maintains a functional tab order.

    I hope that makes sense.  Any ideas?  Acrobat X Pro.

    Thank you

    Randy

    Yes, it is possible, using a regular expression, as follows:

    for (var i = 0; i)

    var f = this.getField (this.getNthFieldName (i));

    If (f == null) continue;

    If (/ dialog/.test(f.name))

    f.ReadOnly = true;

    }

    Edit: Fixed a syntax error

  • Dynamic text field showing only the number 2.

    I am writing a scrolling shooting game and I have a dynamic text field that keeps the score.  Running inside an ENTER_FRAME event listener, it updates all the images.  By tracing the variable "score", I get the good numbers appearing in the output tab, but on the screen, I see only the number 2. It doesn't matter what position in the number, it is (ie: 20, or 10372 or 521), this digit will be displayed.  If there is no number 2 in the partition, the field shows that the word "" Score: "."

    The variable is declared as such:

    var score: int = 0;

    "The text field is called scorecard and is set to"Classic text"and a dynamic text ' and it's 638 pixels wide (almost the entire width of the scene).

    Here's the code to update the scorecard:

    scoreCard.text = "Note:" + score.

    trace (score);

    The track was simply put in to see if the score was being counted until properly, what is.

    I also tried to eliminate "Score:" and simply used:

    scoreCard.text = score.toString ();

    and got the same results.

    Any ideas of what could be the cause?  From everything I've read, this method should work.

    Eric Gray

    Incorporate (police) all the numbers, and then try again.

Maybe you are looking for