Need help displaying the value of field in another!

I have a problem, I'm sure is simple but I can't understand it.

I would like to create a field that displays the value of a field point selecteed in drop down. For example, I created a drop down menu which has 3 times that I have assigned values to each:

Items in drop-down list

point: Unlimited time export assigned value: 4 000,00

point: 8-hours coverage export value assigned: 3,000.00

point: 5 hours Covrage export value assigned: 2,000.00

This drop-down list is named "CoverageTime".

I want to create a text called 'Price' field that will display the value of the selected 'CoverageTime' element drop-down list.

For example, if I chose "Unlimited" (which I have highlighted as 4,000.00) in the drop-down list, the 'Price' of text field should display the value of 'CoverageTime' of 4 000,00.

As you can see in my screenshot, I have selected ' Unlimted Time'. The value that I put to this element from the drop-down list is 4,000.00. But the price text field does not the value of the element "Unlimited time", selected in the drop-down list.

How to make this happen? (Sorry for the picture on the side)



I'm not sure what you mean about #1 (there is nowhere where to put the code in the tab Options), but it's okay because the second is on the right track. But to set the value of the field, assign anything you want event.value. So the correct code for the custom script to calculate the price of the text field:

The value of this field for the price of the value selected from the drop-down list

Event.Value = getField("CoverageTime").value;

Tags: Acrobat

Similar Questions

  • Need help in the RTF form field to display the value yes or no based on xml

    Hello

    I have the data in xml format as follows: < CP_ZERO_COST > 2 < / CP_ZERO_COST >

    Now my requirement is, if CP_ZERO_COST is 2, then the column should display 'No' and CP_ZERO_COST is 1 column displays 'yes '. Now this 'yes' or 'no' is not in the xml tag. I need to do in the RTF form field.

    Could someone tell me please how to do this?

    Help, please.

    Thank you

    Try this:






    -You don't have to include this if the only possible values are 1 and 2.

    You can also use if so another logic. Be sure to specify the correct path to join CP_ZERO_COST

    Thank you!

  • Need help displaying Numberic values in app.alert

    How can I display a decimal value placed two in an app.alert correctly?

    App.Alert ("Invalid" - + this.getField("Sub-Total-2").value, 1);

    In the above, alert Sub-Sub-Total-2 is set to 2 decimal places, within its text field properties. But if its value is 2.50, it appears in the form of 2.5 from within the alert. And othertimes, its value is always values such as 56.33333333, when it should display 56.40

    Use util.printf)

  • new and need help with the value $ in a sale

    I have just come across this product and h

    Ave fall in love with. question: how to format

    from field pays $ 0.00 in

    the number field instead of only 18

    all free used is appreciated

    Define the display pattern for the numeric field to num {($z9.99)} to display as $18.00 18...

    Thank you

    Srini

  • Need help with the error "read-only or another user may have open.

    Hi all

    just a background on what's going on. I do not have adobe acrobat x standard, the most recent version. I get an error everytime I try to edit a document.

    I add pages to PDF which is on my computer, it does not allow me to save the file after the addition of pages without giving me this error "the document would not be saved. The file may be read-only or another user can open. Please save the document under a different name or in a different folder. »

    I have to then save it in a separate file and delete the old and replace it with a new one. I'm having the same problem with the files on my server, and I thought at first it was only the files on my server but it does with files directly on my machine. Very frustrating and I cannot understand why.

    I tried to go in editing-> Preferences-> general-> under Application startup to disable "Enable protection mode", but the option is not there yet.

    Please help someone, I can't understand a solution for this.

    Thank you.

    !!!!!!!!!!!! Thank you!!!

    It drove me crazy!

  • How to display the values of the Parent form in the form of child

    Hello


    I have the order Page and Page element


    In the order Page If I select any item and click submit, it should open the article Page and results should display in advance table region. In my article page I have region of header (default double) with 3 fields (dummy) as

    Agenda
    Description
    org

    Now my question is, I need to display the value of the item in the item Page header area in the column of the item that I was selecting in the order Page.

    I have a prescription 100 point A, B, C, I select B and click on submit it should open on the Articles page and article Page, I have a column called Item and value B sholud be fulfilled.



    Thank you
    Mahesh

    OAMessageTextInputBean oa = (OAMessageTextInputBean) webBean.findChildRecursive ("ItemNo");
    oa.setAttributeValue (SItemNo);

    There is no such method as setAttributeValue for UI beans, this method is for VO, that is to say if you take a VO and VO a method object to set its attribute.

    Bean of the user interface, you will need to use method below,

    OAMessageTextInputBean oa = (OAMessageTextInputBean)webBean.findChildRecursive("ItemNo");
    oa.setValue(pageContext,SItemNo);
    

    Thank you
    AJ

  • Need the value of exports in another form field

    I have a few menus each with unique export for each drop-down selection value.

    I need to have the value of exports as an entry for another form filed once a choice is made.

    E.g.

    Drop-down menu:

    Choice1-> export-> value

    Lendemain2-> export-> B value

    3-> export-> C value choice

    Choice4-> export-> D value

    Filed entry form will be one of the chosen export values.

    Any ideas to make...

    Use this code as the calculation script customized to the text field (adjust the name of the drop-down list):

    Event.Value = this.getField("Dropdown1").value;

  • Display the values of the Page element in HTML table

    Hi all

    could you please help me with the below? I want to have a table in the HTML area and to display in the table of elements of the Page of the page.

    I got the code like this:
    {
    < table >
    < tr > < td > & P1_ECEMEA_ASSISTANCE < table > < /tr >
    < tr > < td > & P1_ECEMEA_WIP < table > < /tr >
    < /table >
    }
    It shows the element of the Page names in the form of text, not the values.

    However, this code without the tags table:
    {
    ECEMEA request for Assistance of the CQT: & P1_ECEMEA_ASSISTANCE.
    ECEMEA CQT Work in Progress: & P1_ECEMEA_WIP.
    }
    Works and Page element values are displayed.

    Is it possible to display the values of the Page element in the HTML table at all or should I use a different method to show the values in a table? The above is only an excerpt of the code. I need to display about 30 items in Page, put in shape in a table with headers.

    Please let me know what kind of region is the best to use, or if I have to use only a few symbols of escape in the table code...

    Thank you and best regards,

    Vladimir

    Vladimir,

    Looks like you're missing the period after the substitution variables.

    {
    
    &P1_ECEMEA_ASSISTANCE.
    &P1_ECEMEA_WIP.
    }

    -D.

  • is there a way to display the value of the "number of days to the stadium' in communication?

    given that 'number of days at the stage' appears in the historic area and analytics, can we get the value to display in the review section?

    We have an oppo report which comes from the reports section because we need current data, but we also need to display the "number of days at the stage", which is only seen in the analytical section.

    Hello Janet,.

    It is rather lengthy to explain. I recommend you to get the book "CRM on demand report - Michael D.Lairson" it's a great book covering analytics in every detail.

    In the meantime, here's an excerpt from the book:

    Page (400)

    The combination of reports in a single report

    There are many common situations where you may find that you need a combined analysis.
    Some of them do not have access to all the columns of data in a single domain, with data
    missing lines due to a natural inner join which causes the report to abandon the lines where it not associated
    value exists in another table, or having several columns of the same type that you want to
    display in a single column.

    To create a combined analysis, first create a new report, based on the most appropriate subject
    area, add all the columns you want displayed in your report. It's a good idea to move forward
    and define the order of the columns now, because it's a bit more complicated to do so after the combination
    the report with another report.

    In step 1 of the window of generation and analysis, expand the section advanced down
    of the window. Click the combine with similar analysis button to open a list of all subjects
    (see Figure 15-3). You can select a different domain or the same field, you are already
    in collaboration with. Click the topic of your choice.

    The window that appears, shown in Figure 15-4, includes a few new items. Set operations
    section now contains three links: the link to columns of results and criteria for your original links
    report columns and the columns of your newly added report. The columns of the article shows the
    columns of the report based on the link selected in the operations section.

    The results columns are columns that will appear in the final report of the combination
    the criteria columns. You will notice that when you have selected the columns of results across
    Operations, each specified column section in the columns section has the properties of the columns, change
    Form and Order By buttons that you're used to seeing in your columns of the report. The
    formulas in columns of results are empty, however.

    Click on the first link of criteria, and you will see the columns that you added to your report.
    Notice that each column contains now that the button change the formula. The columns that will be

    Read Page (401) in the rooms - courtesy of Google Book Search. All of this is taken from the book, but should give you enough information to get what you are looking for.

    http://books.google.co.uk/books?id=OnbYrkWa4RsC&pg=PA404&lpg=PA404&dq=CRM+On+Demand+-UnionReport&source=bl&ots=qxxnaCWoqV&sig=3P23kMIl-4IIz324jQwZZ6oHb6U&hl=en&ei=qlBtTJ-3GNO4jAe7-fj7CA&sa=X&oi=book_result&ct=result&resnum=1&ved=0CB4Q6AEwAA#v=onepage&q=CRM%20On%20Demand%20-%20Union%20Report&f=false

  • Display the value of the separate element

    Hi all
    I'm having a problem of display of a distinct value for the element "PK_EMPL_ID". I need all the items below because I pass these values to another page in the APEX. But I need help with the syntax of the statement select.
    SELECT hs.pk_session_id,
           hsp.pk_session_process_id,
           hs.fk_class_id,
           hsm.pk_empl_id,
           hsm.last_name || ', ' || hsm.first_name studentname,
           dg.department_group_descr,
           pd.department_descr,
           hsm.fk_dept_group,
           hsm.fk_dept_code,
           hsp.fk_empl_id,
           hs.session_meridiem,
           hsn.session_name,
           hs.session_date,
           hsp.session_process_status
        FROM   hrt_session hs, 
               hrt_session_name hsn, 
               hrt_session_process hsp,
               hrt_student_master hsm,
               cobr.department_group dg,
               cobr.pps_department pd
        WHERE  hsn.pk_session_name_id = hs.fk_session_name_id
           AND hsp.fk_session_id = hs.pk_session_id
           AND hsp.fk_empl_id = hsm.pk_empl_id
           AND hsm.fk_dept_group = dg.pk_department_group_id
           AND hsm.fk_dept_code = pd.pk_department_id
    My output is as:
    -PK_EMPL_ID-
    JOHN
    JOHN
    JOHN
    BOBBY
    JAMES

    I only want to display each 'PK_EMPL_ID' value once when the select statement is executed, not duplicates. I tried separate, the band etc... but I have a problem since I'm on several tables using foreign keys. I've seen a few threads but they treat only one or two values of a table element. Can someone help me with please? Thanks advance.

    Hello

    Whenever you have any questions, post a small example of data (CREATE TABLE and INSERT statements) for all tables, and the results uyou want from these data.
    You can have a clear idea where you come from and where you want to go, but the only description doesn't transmit than clear idea for us.

    Alternatively, you can rephrase your question regarding other commonly available tables, as scott.emp.
    For example: "I make this request on scott.emp:
    {code}
    Job SELECTION
    deptno
    FROM scott.emp
    ;
    {code}
    How can I get only 1 row by separate? »

    Without example output, the question is still vague.
    There are 14 ranks in scott.emp.
    You can reduce the output to 9 lines in "SELECT" changing to ' SELECT * DISTINCT * ":

    SELECT DISTINCT
         job
    ,     deptno
    FROM     scott.emp
    ;
    

    which produces:

    OB           DEPTNO
    --------- ----------
    MANAGER           20
    PRESIDENT         10
    CLERK             10
    SALESMAN          30
    ANALYST           20
    MANAGER           30
    MANAGER           10
    CLERK             30
    CLERK             20
    

    But that's as far as you can go without changing the results.
    For example, all three departments have managers. If you want only 5 rows of outptu (one for each of the 5 separate jobs), then what deptno do you want?

    If you want the lowest one, here's a way to do it:

    WITH     got_rnum     AS
    (
         SELECT     job
         ,     deptno
         ,     ROW_NUMBER () OVER ( PARTITION BY  job
                                   ORDER BY          deptno
                           ) AS rnum
         FROM    scott.emp
    )
    SELECT     job
    ,     deptno
    FROM     got_rnum
    WHERE     rnum     = 1
    ;
    

    Output:

    JOB           DEPTNO
    --------- ----------
    ANALYST           20
    CLERK             10
    MANAGER           10
    PRESIDENT         10
    SALESMAN          30
    

    There are other apprioaches to this problem, too. The advantage of this is that it works well with any number of columns in the output.

  • Display the value in the selection list

    Hi all
    Any body know how to get the text to display selection list in another text field? Suite of java script displays the value no text, I need another way around. I don't want to change the selection list that the user needs to see the text value.

    in the HTML section.
    < script language = "JavaScript" type = "text/javascript" >
    int f_getText (pThis, pThat) {}
    var enter_val = pThis;
    var return_val = pThat;
    {
    gReturn = document.getElementById ("enter_val") .value;
    {html_GetElement (return_val) .value = gReturn.toUpperCase ()}
    }
    }
    < /script >
    >

    in the HTML form element attributes.
    onBlur = "javascript:f_getText('P40_LOC_ID','P40_LOCATION')";
    "" Thank you

    Pascal M

    Change your JS function

    function f_getText (pThis, pThat){
    
    var  sel=$x(pThis);
    $x(pThat).value= sel.options[sel.selectedIndex].text
    
    }
    

    CITY

    Published by: city has 8 November 2008 17:24

  • Can a dynamic action of type 'alert' display a value of field without javascript?

    Hello

    can a dynamic action of type 'alert' display a value of field without javascript ( alert ( $x (P '200_OP').value)); ?

    What should I write in the 'text' section to display in the alert, the value of P200_OP for example?

    Gianpaolo cordially

    Hi gianpagi,

    gianpagi wrote:

    I know that with "run JavaScript Code" works. My question is about action as 'alert '.

    Dynamic action "Alert" is expected to this only the string to display in the alert. May not be able to access the current value set in a page element.

    Therefore, "Run the Code JavaScript" only works in this case where your can integrate the current values of the DOM html elements

    If you notice that da 'Alert' request 'Text' and 'Execute JavaScript Code' DA 'Code' request to be executed.

    Kind regards

    Kiran

  • I need to display the header in the second information page in pdf report using bi publisher

    Hello

    I need to display the header on the second page to leave information.

    I tried to use the fo:page - number of cases and does not work.

    Can you please help me find the solution?

    Thank you.

    Hello

    I found the solution. And it's resolved now.

    Just move the information necessary for the detail table and now it displayed each page if necessary.

    Thank you.

  • Displays the value of the variable user based on the advanced run-time action

    Captivate 8.0.1.242 - Windows 7 64 bit

    I need to display the total duration of the captivate file in a text caption. To do this, after a bit of googling, discovered this total = cpInfoFrameCount/cpInfoFPS. I created a user variable called 'v_totalTime' and in stocks advanced created a standard action called 'totalTime' and added a phrase v_totalTime = cpInfoFrameCount/cpInfoFPS.

    Now the weird part is, I don't know how this user variable appears as text. In the text of the legend, when I hit $$ v_totalTime$ $ and overview slides in captivate, the value is not displayed. So I think, the advanced action is not get triggered. So how to get this working?

    Even the blog posts that are older than 4 years still not seen at this time.

    Every action has to be triggered by an event: events / Actions (Advanced) - Captivate blog

    In this case, you can use the event to enter for each slide. This means that the value of v_TotalTime will be refreshed only at the beginning of the slide.

    Another tip: type a variable in a text (shape or legend) container ever but still use the X button in the composition of the Panel properties, tab Style role. This will prevent any typos (variables are case-sensitive) and you can also change the default length that will be used to display the variable.

  • How to display the value of the column

    Oracle 10g on Linux

    I want to display the value of the id column in the table of www if count (distinct id) is 1. The following query is fine except that it does not display the value of the column ID help, please.
    SELECT count(distinct id)
                   FROM www c
                  WHERE C.x_code IN (SELECT D.x_code
                                                     FROM www_app d
                                                    WHERE d.y_code = '1151299386')
                  having count(distinct id) = 1                                                

    I think you can use MAX in this case

    SELECT max(id)
                   FROM www c
                  WHERE C.x_code IN (SELECT D.x_code
                                                     FROM www_app d
                                                    WHERE d.y_code = '1151299386')
                  having count(distinct id) = 1
    

Maybe you are looking for

  • Trouble with iPad Pro keyboard Smart 9.7

    After iOS10.0 my keyboard caps lock Smart button does not work correctly. It changes languages instead of the caps lock.

  • What camcorder contains a webcam function?

    Hello guys,. I would buy a camcorder from Toshiba, but it must contain a webcam function. Because I'm going to use it as a high quality webcam. But I've seen a lot of posts on the internet on the new Camileo camcorders is no longer a webcam function.

  • Satellite U500 freezes with USB internet connection

    I have a portable Satellite U500 bought in Australia and I have a problem that when I connect to my mobile internet it freezes. I tried two different mobile internet providers thinking that maybe it's a problem with them, but both are the issue. I tr

  • Queue example Question

    Know more about queues, can someone look at this example and explain why the chain never gets removed? I followed other examples, but this does not work for some reason any. Thank you...

  • How to install a hard drive more on a Windows Server machine?

    Disable windows server and install the new hard drive I installed windows on a hard drive server but now I want to turn off and install on a new larger hard drive. How can I go about it?