I need gray on the field at 2 locations?

Hello

I have page 1 and page 3 of my_form. Page 1 a field with legend 'COUNTRIES', Page3 also has the same field (legend is the NAME of THE COUNTRY) and BINDed with the same data source, as well as the NAME is the same in the BINDING tab, in the two fields NAME is UR_COUNTRY in the BINDING tab, very well.

Must be gray outside (2 locations, its Page 1 and Page 3) and thusReadOnly, so I'm wrung the Java Script in the docReady of my_form below event

my_form. Page1.address.country.access = "readOnly".

xfa.resolveNode "(my_form. ("Page1.Address.Country.UI. #textEdit.Border.Fill.Color ') .value = '192,192,192."

His aging out in the COUNTRY field, but NOT greyinh Page1 pages 3 NAME of THE COUNTRY field. don't know why?

Pls let me know how can I do WITH THE redenncy code (code redenency does not accept against them standards here)?  I don't want to repeat code new Page3 NAME field of initialization event of the COUNTRY

Thank you

Hello

In your script, you are only referencing the object on page 1. If you also want to change the appearance of the object on page 3, then you need duplicate lines and specifically refer to this object.

In addition, you can make the script a little skinny/generic fill color:

COUNTRY.ui.oneOfChild.border.fill.color.value = "192,192,192";

Hope that helps,

Niall

Tags: Adobe LiveCycle

Similar Questions

  • Need to change the field Office in the list of values

    Hi guys,.

    I need to change the field Office in LOV where form of people, customer actually requires some preset values in this area, through customization is possible? or not?


    Kind regards


    Ssali

    As I understand you cannot change a field of LOV using the Persolization form. Yes, you can use the de FACTO forces for the same reqirrment.

    Thank you

  • Need to change the field LOV checked a selection on the page of the OFA

    Hi all

    I have a requirement as below:

    I have a customized page of the OPS with an lov field that is mandatory, a checkbox and a two text fields.

    So, based on the selection of the values LOV I'm failing two text field the value automatically.

    My requirement is so when the user selects the check box automatically LOV should be non-mandatory and the user can insert the values in the lov field and the text field and submit.

    SO basically based on selection of field box that I need to make the lov in such a way, he must accept all the values that the user spends instead of checking the query added in VO behind the LOV.

    Please suggest me some tips to achieve this requirement.

    Thank you

    Deb

    Hello

    Instead of create MessageStyledText, create MessageTextInput and set its ReadOnly property to True & False accordingly.

    you will get more information in the link below:

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

    Concerning

    Mahesh

  • Need to repeat the field on each form page

    I have a form that is set to flow. The form has three main subforms. The first subform is CampusNameSubform. This package contains a text field. The subform is on Position/allow Page breaks, the rest of the tabs are the default settings. The second subform, 'HeaderSubform', is the reproducible 'zone' that contains a menu drop down, two text fields and a repeating table. The third subform is an 'add new target' button which, when you click on add a new 'box', ('HeaderSubform' with the extendable table). It all works very well.

    (I have the Master page set up with the title of the form and the button "print" which is a document header and total number of pages in the footer of the document.) The two objects of the header and footer are outside the area of the Master Page content).

    Problem: How can I get the CampusName field to appear on all new pages as they are created? As new pages are created via the repeating table, or the button "Add a new goal" the campus name field appears only on page 1. I tried several combinations between the page and the master page design, but I can not get the CampusName text field to appear with data on each page. FYI - the info on the ground will not change. Each campus has its own form. So what I really need, is to enter the name of campus once and have the field repeat on each subsequent page that pages are created via the repeating table or on the button Add a new goal.

    An image of the hierarchy is attached.

    I'm grateful for any help you can send my way. TIA!

    Jan

    I don't see anything obvious as to why it does not work.  I haven't really time to jump into it entirely, as I have to do to solve this problem.  Continue to play with what we talked about and see if you can get anywhere.  It MAY simply not be possible, but I generally don't like to accept this response.  If you have any questions faster, I'd be happy to help you.  I just won't be able to solve it completely.  Good luck and don't forget to post if solve you the problem.

    Ryan D. Lunka

    Cardinal Solutions Group

    [email protected]

  • I need to make a field only accept numbers maximum 6, should not truncate all 0

    I tried with integrated optional ranked number but it's truncating the zeros.

    I need to make the field only accepts up to 6 digits, should not truncate the other zeros.

    Help, please

    Set the size to zero and use this code as the custom validation script (you can also set the maximum number of characters to 6, if you wish):

    Event.RC = / ^ \d{0,6}$/.test(event.value);

  • Add 2 Unlike the fields

    I've been Googling for awhile and can't seem to know if I can do it or not.

    On the form, I'm working on, I need to have the field "SKL_2" the product "SKL_1" and "TRN".

    However, 'NRT' is a checkbox "SKL_1" is a numeric field.

    So, what I need to happen, is that "SKL_2" is the value of "SKL_" and 5 if "TRN" is checked.

    Thanks in advance!

    I would try a custom as a calculation:

    (function () {}

    Get the field values as numbers

    var v1 = + getField("SKL_1").value;

    If (v1 is 'Off') v1 = 0;

    var v2 = + getField("TRN").value;

    If (v2! = "Off") v2 = 0;

    Perform the calculation

    Event.Value = v1 + v2;

    })();

    or

    AFSimple_Calculate ("SUM", "SKL_1, TRN");

    The last of them will not display the fields used in the calculation.

  • Conditionlly the fields in bold in the table

    I have a field printed in my table of MS such as: <? GRADE01? >. I need to make the field "BOLD", based on a State.

    If the value of this:? / DOCUMENT/REGION/ROWSET1/ROWSET1_ROW/MP1? >
    is equal to the value stored in this: <? / DOCUMENT/REGION/ROWSET1/ROWSET1_ROW/CUR_MP? > I want to "BOLD" field. Is this possible?

    Yes. That should do it.

    Thank you!

  • How can I disable the fields highlighted as a frame within a specific document?

    I need to disable the fields highlighted on a specific document, regardless of point highlight fields 'users' setting. The fields are being filled with information obtained from a page of entry on my site (not the pdf itself). After a user presses submit, this pdf appears, but the fields are: a) has highlighted b) variable. Bonus points if you can tell me how the fields so that they cannot be changed. Using the 'security' feature and lock by password do not work if I chose to not editable fields because I do not think that the site can enter the information about the pdf. Thank you very much.

    Have you tried to set the fields read-only?

  • compare the fields of two queries

    I need to compare the fields of two queries.

    I went through many articles to asktom help operator less. but I'm not convinced by this method.

    Comaprisons are for about 10 fields.

    So I'm planing to do using sliders and nested loops. performance can be a problem.

    Please give your suggestions or solutions.

    OK, using the data you provided, I get this:

    with map_test_fac as (select 100 idid, 789 ifid, 300 edid, 741 efid from dual union all
                          select 100 idid, 123 ifid, 300 edid, 963 efid from dual union all
                          select 100 idid, 456 ifid, 300 edid, 258 efid from dual),
             test_fac as (select 741 facid, 'ETY' type, 'EUR' ccy, 'Ext' src, 300 did from dual union all
                          select 789 facid, 'WE' type, 'EUR' ccy, 'Int' src, 100 did from dual union all
                          select 123 facid, 'VPR' type, 'EUR' ccy, 'Int' src, 100 did from dual union all
                          select 456 facid, 'ETY' type, 'USD' ccy, 'Int' src, 100 did from dual union all
                          select 963 facid, 'WE' type, 'EUR' ccy, 'Ext' src, 300 did from dual union all
                          select 258 facid, 'VPR' type, 'EUR' ccy, 'Ext' src, 300 did from dual)
    -- end of mimicking your data: USE SQL below:
    select tfi.facid int_facid,
           tfi.type int_type,
           tfi.ccy int_ccy,
           tfi.src int_src,
           tfi.did int_did,
           tfe.facid ext_facid,
           tfe.type ext_type,
           tfe.ccy ext_ccy,
           tfe.src ext_src,
           tfe.did ext_did
    from   test_fac tfi,
           test_fac tfe,
           map_test_fac mtf
    where  mtf.ifid = tfi.facid
    and    mtf.efid = tfe.facid
    and    mtf.idid = tfi.did
    and    mtf.edid = tfe.did
    and    (tfi.type != tfe.type
            or tfi.ccy != tfe.ccy)
    
     INT_FACID INT INT INT    INT_DID  EXT_FACID EXT EXT EXT    EXT_DID
    ---------- --- --- --- ---------- ---------- --- --- --- ----------
           789 WE  EUR Int        100        741 ETY EUR Ext        300
           123 VPR EUR Int        100        963 WE  EUR Ext        300
           456 ETY USD Int        100        258 VPR EUR Ext        300
    

    However, I think that your mapping data is incorrect, so with keys of information:

    with map_test_fac as (select 100 idid, 789 ifid, 300 edid, 963 efid from dual union all
                          select 100 idid, 123 ifid, 300 edid, 258 efid from dual union all
                          select 100 idid, 456 ifid, 300 edid, 741 efid from dual),
             test_fac as (select 741 facid, 'ETY' type, 'EUR' ccy, 'Ext' src, 300 did from dual union all
                          select 789 facid, 'WE' type, 'EUR' ccy, 'Int' src, 100 did from dual union all
                          select 123 facid, 'VPR' type, 'EUR' ccy, 'Int' src, 100 did from dual union all
                          select 456 facid, 'ETY' type, 'USD' ccy, 'Int' src, 100 did from dual union all
                          select 963 facid, 'WE' type, 'EUR' ccy, 'Ext' src, 300 did from dual union all
                          select 258 facid, 'VPR' type, 'EUR' ccy, 'Ext' src, 300 did from dual)
    -- end of mimicking your data: USE SQL below:
    select tfi.facid int_facid,
           tfi.type int_type,
           tfi.ccy int_ccy,
           tfi.src int_src,
           tfi.did int_did,
           tfe.facid ext_facid,
           tfe.type ext_type,
           tfe.ccy ext_ccy,
           tfe.src ext_src,
           tfe.did ext_did
    from   test_fac tfi,
           test_fac tfe,
           map_test_fac mtf
    where  mtf.ifid = tfi.facid
    and    mtf.efid = tfe.facid
    and    mtf.idid = tfi.did
    and    mtf.edid = tfe.did
    and    (tfi.type != tfe.type
            or tfi.ccy != tfe.ccy)
    
     INT_FACID INT INT INT    INT_DID  EXT_FACID EXT EXT EXT    EXT_DID
    ---------- --- --- --- ---------- ---------- --- --- --- ----------
           456 ETY USD Int        100        741 ETY EUR Ext        300
    

    That's more like what you're looking for?

  • make the field looks like a gray field "ReadOnly".

    Hello

    Hey anybdy please help me regarding my business requirement is
    1. in the activities I do the subject field as read only IE not edit/change when the status field is 'done '.

    2. how culd I do the above subject field resembles a 'read only' in the grey field and pop - up of Validation must be disalbed.


    I did the 1st task bt needed help in task 2.

    Help, please.

    Thank you and best regards,

    Asif

    Subject is one of the required fields on the Activity object, so you can't make it read-only. What you can do is ' apply restrictions (through field validations / before the modified workflow) on the field object and make sure that the subject is not changed for the completed activities.

    You can't have the subject field to appear in gray.

  • Duplicate the data in the fields Help Needed

    We have a 9 Word form page which has a few repeat information, have converted to LiveCycle but am stuck on knowledge how to make the data in a field show also in another so that the user doesn't have to enter twice.  Finally, we will remove the duplicated fields, but for many reasons, at the moment they must stay there.  I don't want a contractor having to enter their name twice, etc. and have my main form of data on the front of the 9 pages, and then when they get to the last page with sigs, etc., I would that they have already entered for their company information to show.

    I am very new to Designer ES, and when I did some forms in Adobe 9.0 forms some time back, all I had to do was of the same name and if I entered info in one he would show to another.  ARE does not seem to do that, and I can't find out how to add any code to the field.  Don't know why, but a lot of my options are grayed out.

    In any case, would be very grateful help, thank you.

    Giving them the same name is only part of the solution... .you need to change the link (on the object palette/link tab) to Global.

    Paul

  • Need to know the position of the bitmap wrt 0,0 on blackberry screen field

    Hello

    I have a form that contains a few text fields and a field of bitmap image. I use this bitmap field to capture the signature.

    The problem is how whether the y of the bitmap field. I used the getContentTop and getTop methods but they give me the position of the bitmap field wherever I want to know where my bitmap field at that time regarding the point 0,0 of the screen while I scroll vertically.

    SO if someone scrolls the screen so that the field of the bitmap image is moving upwards or downwards, and the area of the bitmap is always visible, I still know where my field bitmap regarding the point 0,0 of the screen.

    If you see the atttached image, I want to know the position there of the bitmap that will be different in the two scenario illustrated in the image.

    Kind regards
    Charrier

    I created the following code to discover something I did some time ago, in fact I think that I have found this code on the forum somewhere and modified to fit my needs.  Not sure it has never been used in a production application, so no warranty.  But may be useful.

        public static final XYRect getFieldExtent(Field fld) {
            int cy = fld.getContentTop();
            int cx = fld.getContentLeft();
            Manager m = fld.getManager();
            while (m != null) {
                cy += m.getContentTop() - m.getVerticalScroll();
                cx += m.getContentLeft() - m.getHorizontalScroll();
                if (m instanceof Screen)
                    break;
                m = m.getManager();
            }
            return new XYRect(cx, cy, fld.getContentWidth(), fld.getContentHeight());
        }
    
  • I have a text field. I need to remove the first 8 characters of the field, leaving the remaining characters. Help?

    I have a text field. I need to remove the first 8 characters of the field, leaving the remaining characters. Help?

    Example:

    Text Example.JPG

    I need to remove these numbers PXXXXXX. Leaving the other characters.

    Thank you

    Bob

    A normal 'substring' is what you're looking for.

    For a formula of the column in the response criteria tab:

    SUBSTRING ("YourPresTable". "YourPresColumn" OF 9)

    To make the RPD and the workload of shipping off the coast to the database rather than forcing the work on the server of the OBI or presentation:

    Substring ("01 - Sample App Data (ORCL)" ".." ") "" "BISAMPLE '." " D10 product (dynamic table)". ("' Prod_Dsc ' 9)

  • I can't use the 'sharpness', the field is marked in gray instead of the stronger color when it is possible to use. If someone of you know why and how to fix it?

    I can't use the 'sharpness', the field is marked in gray instead of the stronger color when it is possible to use. If someone of you know why and how to fix it?

    Hi Eva,

    Could you please for the preferences of Photoshop, then tab Perfomance.

    In here please see, if the option "Use Graphics Processor" must be verified.

    These filters are largely dependent on the graphics card.

    Respect,

    Tanuj

  • Buttons on the right side of my window a 'comment' field and 'fill and sign' open whenever I open a document. In order to read the text, I need to minimize this field. As I open many documents every day I change the settings so

    Buttons on the right side of my window a 'comment' field and 'fill and sign' open whenever I open a document. In order to read the text, I need to minimize this field. As I open many documents every day, I would like to change the settings so that this field is reduced by default. Is this possible?

    Hi joelh68258411,

    The issue was already fixed in the update, please refer to this note of release hide the tools Panel in Acrobat and Acrobat Reader DC at all times.

    Kind regards

    Nicos

Maybe you are looking for

  • We get an error of Shockwave.

    Started receiving a message that Shockwave Flash is vulnerable and must be updated. Window update said it's the 11.5.502.146 version and installed programs shows Flash Player Plugin 14 is installed.

  • End of 2012 the Ethernet Mini Mac does not connect

    Everything worked very well upward until a week ago.  I did all these recent software updates to cause problems. I'm running OS X 10.11.3.  I use wired ethernet.  My ethernet does not work.  Preferences network indicates that the cable is disconnecte

  • my safari bar allow me to type in the addresses of Web sites

    Good evening I'm running Safari on El Capitan 10.11.3 9.0.3. I was using safari without problem until the earlier tonight and now it allows me to type anything directly in the URL field at the top of the browser. I tried to reboot several times, and

  • Computer does not start. How can I find out what operating system I have?

    I need to order recovery disks. How will I know if I have Windows 7 64 bit or 32 bit? Model # p6774y Product # bv546aa #aba

  • HP Pavilion G6-2314ax bluetooth didn't work with Windows 8

    Hi recently I bought HP pavilion laptop computer 2314ax G6 from flipkart. I installed windows 8 OS also the drivers installed. My problem is the bluetooth does not work. It does not detect device bluetooth in my laptop If I installed the bluetooth wr