Doc PDF of research based on the value selected in a dropdown list

Can someone please help me understand a way to search a pdf to a file the selected value in a drop-down list. The document is used at work stations which have NO keyboards, only a mouse. I made many attempts on my onw without success. Any help would be greatly appreciated!

OK, so in this case you can use this code as a script validation custom from the drop-down list (just make sure you check the option to validate the selected value immediately, under properties of the field - Options tab):

Search.Query (event.value, "ActiveDoc");

Tags: Acrobat

Similar Questions

  • A drop-down list can do the calculation based on the value selected in a drop down list?

    Form Acrobat X Pro Adobe

    Can I have a drop down list create a calculation based on the value selected in the menu drop-down?

    We have a set lunch and want the user to choose to be "A lunch', 'Lunch B'"C Lunch"or"just the milk. "

    It is for each of the 5 days of the week. There are therefore 5 drop downs, which have all the same 4 above choice.

    If the user chooses among the 3 lunches and then put $2.00 in the total box at the end of the line. If 'Just the milk' may put 0.50 in the box.

    The total area at the end of the line must keep a record of all 5 days and give a total.

    So if someone chooses lunch A LUN, sea and Sun and just milk for Tuesday and Thursday and then the total for this week must be $7,00

    Is it possible by using code or something?

    I did it in Excel, but we need it is an Adobe pdf file.

    TIA

    OK the total box has a 10 all the time to make it look like $ 2.00 for

    everything.

    Before even that I chose something there are 10 in the box.

    I am a newbie to Adobe scripting Total used VB/A .NET etc ' 1980

    However.

    Can you do any debugging in code?

    Initialize the sum

    var sum = 0;

    Make a loop on the drop-down list boxes and add the cost of the invoice sum

    for (var i = 1; i)< 6;="" i="" +="1)">

    Sum += getField("Week1Day"_+_i).value == 'just milk? 0.50: 2,00;

    }

    Set this field to the amount

    Event.Value = sum;

  • How to render components based on the value selected in a list of values

    Hello
    I created a form of the ADF. I have a drop down that is a list of values. I want to toggle certain fields based on the values selected in the menu drop-down. Could you please let me know how to do it in the ADF?

    Kind regards
    Murielle

    Hello

    It should work. It is important to note that in case you use a component selectOneChoice for category then the value returned by #{bindings. Category.inputValue}
    is the index of the selected value in the list and not the value auto. To get the value, you must use ' #{bindings. " Category.attributeValue}"in the disabled state.

    If the problem is no display of code in your page to take a look.

    Gabriel.

  • dynamically display title based on the value selected in the column picker

    Hi all
    Would it be possible to display the title of the dynamic report based on the value selected in the column picker. Suppose I have two State of the column and region. When I choose the status in the column picker the title of the report will show 'Summary of the situation' when I'll choose the region then the title will change to "summary of the region. Please help me...

    Hello

    Check your mail before I send the entire process with screenshots.

    Concerning

    NGO

  • How update the column in the table based on the value selected in apex4.1

    Hi all
    I have the following tables,
    leave_type table,it has the following fields,
    1.emp_name,
    2.sick
    3.casual
    and it has the values as follows,
    emp_name                  sick             casual
    guru                           10                10
    mishra                         10                10
    leave_master table and it includes the following fields
    1.emp_name,
    2.leave_type
    3.no_of_days
    I have the form based on the table "leave_master"
    Here, the leave_type has the LOV which includes.
    sick and casual.

    When the form is filled out and clicked on the button submit,
    I need to update the column leave_type in table leave_type,
    for example,.
    if 
    emp_name:guru
    leave_type:sick
    no_of_days:3
    then I want to update the leave_type column,
    sick sick = - no_of_days for the 'guru' of name
    That is to say, ill = 10-3 = 7

    then the leave_type of the table must be,
    emp_name                       sick             casual
    guru                                 7                10
    mishra                              10               10
    someone can such me what code or method I can use?
    Thank you.

    Published by: Gurujothi on May 24, 2012 21:54

    Published by: Gurujothi on May 24, 2012 21:54

    Try something like this...

    BEGIN
    IF: PXX_LEAVE_TYPE = "Sick" THEN
    UPDATE LEAVE_TYPE
    THE PATIENT VALUE = SICK -: PXX_NO_OF_DAYS
    WHERE EMP_NAME =: PXX_EMP_NAME;
    ON THE OTHER
    UPDATE LEAVE_TYPE
    DEFINE CASUAL = CASUAL -: PXX_NO_OF_DAYS
    WHERE EMP_NAME =: PXX_EMP_NAME;
    END IF;
    COMMIT;
    END;

  • Disable the inputText based on the value selected on SelectOneRadio

    Hi guys
    With the help of Jdev 11 g Release 1.
    I have a page with a selectOneRadio which has an option or NOT.
    Here's an inputText which is only enabled when the user selects No.
    I have a valueChangeEvent on the selectOneRadio that checks if this OPTION is enabled then it blanks to the inputText. AutoSubmit was true on selectOneRadio.
    However, this does not work.
    When I select No., the inputText is not getting activated. There is a partial trigger on it as well.
    The below code:

    < af:selectOneRadio label = "#{ebundle.» FORM5_UNSERVICEABLE}.
    ID = 'sor1"layout ="horizontal ".
    autoSubmit = 'true '.
    Binding = "#{pageFlowScope.ForBean.SERVICEABLE} '"
    showRequired = 'true '.
    valueChangeListener = "#{pageFlowScope.ForBean.servicebleChange}" >
    < af:selectItem label = "Yes" value = "Y" id = "si2" / >
    < af:selectItem label = "" value = "N" id = "si1" / >
    < / af:selectOneRadio >

    < af:inputText id = "it2" rows = "3" columns = "100".
    Binding = "#{pageFlowScope.ForBean.Reason} '"
    "Disabled =' #{pageFlowScope.ForBean.SERVICEABLE.Value =="Y"}"
    partialTriggers = 'sor1' / >

    {} public void servicebleChange (ValueChangeEvent valueChangeEvent)
    try {}
    If (this.serviceable.getValue () == "Y") {}
    this.reason.setValue (BLANK);

    AdfFacesContext.getCurrentInstance () .addPartialTarget (this.pgl_reason); n < panelGroupLayout encompassing the inputText >
    } ElseIf (this.serviceable.getValue () == "N") {}

    AdfFacesContext.getCurrentInstance () .addPartialTarget (this.pgl_reason);
    }


    } catch (Exception e) {}
    e.printStackTrace ();
    }
    }

    Any help... I have done the above with select box Boolean, but it doesn't seem to work with selectOneRadio.

    The af:selectItem do not have a connection to the managed bean. All that is not selected, the managed bean has no binding value.

  • Retrieves the number of series and research based on the value

    Hello

    There is a column called SYSTEM_ID in the portal.entitlement_vw_tmp table. Data inside the SYSTEM_ID have serial number that is mentioned below.

    SYSTEM_ID
    COMPOSITE = 5EA2E70E8A71
    COMPOSITE = 2797D99D5982
    COMPOSITE = 1FB7FF951D38
    INTERNET = 172.20.102.1

    In the serial number above, it contains COMPOSITE = INTERNET AND = etc. I need to find the serial number while research that I need to extract only the serial number and the search

    Here's the query I use to search for, but its does not need your suggestion

    Select system_id in portal.entitlement_vw_tmp
    where SUBSTR (system_id, instr (system_id, '=') + 1) = "AAA7F14D6A19")

    That is, the serial number Serach after the '=' sign

    Thank you
    Sudhir
    with tab as
    (
    select 'COMPOSITE=5EA2E70E8A71' column_name from dual union
    select 'COMPOSITE=2797D99D5982' column_name from dual union
    select 'COMPOSITE=1FB7FF951D38' column_name from dual union
    select 'INTERNET=172.20.102.1' column_name from dual
    )
    select   replace(column_name,regexp_substr(column_name, '=.*(?)')) search_key,
                replace(regexp_substr(column_name, '=.*(?)'),'=') key_value
    from tab;
    
    SEARCH_KEY             KEY_VALUE
    ---------------------- ----------------------
    COMPOSITE              1FB7FF951D38
    COMPOSITE              2797D99D5982
    COMPOSITE              5EA2E70E8A71
    INTERNET               172.20.102.1          
    
    4 rows selected.
    
    select system_id from portal.entitlement_vw_tmp
    where replace(regexp_substr(column_name, '=.*(?)'),'=')  = 'AAA7F14D6A19';
    
  • Sending e-mail based on the value selected in the select list

    Hi all
    I have a request when there is a list of select 'Choose with Submit', considers this point as & P5_STATUS. with 2 values approved and rejected.
    There are 2 methods of mail send different:
    1. process e-mail with approved content, that will be executed when the approved value is returned by the select list item "Status,"
    2 process e-mail with rejected, elements that will be executed when the rejected value is returned by the select list item "Status,"

    The foregoing is the requirement.

    How I can get it working, what exactly should I do in the part 'Condition' of the 2-mail process.

    Help, please!

    Hi Suzi,

    You must select "value of element in the Expression 1 = Expression 2" as a condition in the process of your mail. For the approved procedure, write approved as Expression 2 in the State and rejected for the rejection process. For both processes write P5_STATUS in the Expression 1.

    Hope that helps.

    Kind regards

    Sergio

  • Delete in the database based on the values of the multiple selection list

    Hello

    I have a selectlist in Apex and a function in the database to make a deletion based on the value selected in the selection list.
    FUNCTION delete_batch (v_batch VARCHAR2) RETURN VARCHAR2
    IS
    BEGIN
    IF v_batch like 'M%'
    THEN
       RETURN ('A monthrun cannot be deleted');
    ELSE
       DELETE FROM so_disco_pa
       WHERE  batch = v_batch
       ;
       DELETE FROM so_batch_pa
       WHERE  batch = v_batch
       ;
       COMMIT;
       RETURN ('Batch '||v_batch||' has been deleted');
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
        RETURN ('Batch could not be deleted');
    END delete_batch;
    The package is called when the user clicks on the button Delete with the rest of the process:
    BEGIN
    DECLARE
    x   varchar2(100);
    BEGIN
    x := pa_control.delete_batch (:P3_BATCH);
    :F105_MESSAGE := x;
    END;
    END;
    Now, I want to change the selectlist for a multiple-selection list to make several batches can be deleted.

    How can I change my procedure and the procedure to remove lots based on the values selected?

    Thank you

    Diana

    dianap says:
    I got this far, but only the first batch selected in the list is being deleted. The other values of selected package are not removed.

    Help please.

    Move the RETURN statement out of your loop.

  • How to show/hide point based on the value of Radiogroup

    Hello

    I'm having a Radiogroup with a yes/no value.
    I have something else to say... P1_TEXT1

    I want to show / hide point P1_TEXT1 based on the value selected in the radiogroup.
    If I select Yes - agenda should be displayed
    If I select non - element should be hidden

    I don't want to send the page.


    Thank you
    Deepak

    on your page go to edit page under the attribute of the HTML body of the Page then you need to put the following text:

    onload="MyFunction;"
    

    You must have tobe your function name Myfunction. Pass the item to your function in your code?

    Could you post your code js here and we could have a look for you?

  • Image display according to the value selected from the bean of choice

    Hello

    I have a table with columns of bean of choice and have an another bean image

    based on the value selected from the bean of choice of a particular line, I want to display an image in the column of bean image

    and it is particularly in the line, in which the user changes the value of the bean of choice.

    Please help me

    Thank you

    Hello
    H1.

    If I choose 'user' of choice its not display any image, but I need disabled display images it

    -have you set the URI of the Image of the time of the image?
    -deleteicon_enabled.gif N deleteicon_disabled.gif

    Concerning
    Meher Irk

    Published by: Meher Irk on October 24, 2010 12:18 AM

  • Web page open based on the value of the text field

    I want to open a web page that is based on the value of a text field.  How to bind the value of a text field to a command which will open the web page?

    For example, the value of the text field is: 8 t - EXT

    and the web page I want to open when you press a button is: http://hqms/doc.asp?dn=8T-EXT

    As you can see that the 8 t - EXT is something that a person enters the form and is what is needed to open the web page.  The other text in the link of the webpage is always the same.

    Thank you

    Hello

    In the click event of the button, place the following JavaScript code:

    if (TextField1.rawValue !== null) {
         var vURL = "http://hqms/doc.asp?dn=" + TextField1.rawValue;
         app.launchURL(vURL, true);
    }
    else {
         app.alert("Dear user, please put a code in the text field. Thank you!");
    }
    

    You need to change the object references based on your shape.

    Niall

  • Redirect to 3 different pages based on the value of the Auto complete field.

    Hi friends,

    I use a "Auto complete field" in a page for research (Apex version 4.0). But I need to get the values of the 3 tables and when you click on the redirection of the value to one of the 3 pages based on the value.

    For example, I have 3 tables. 1 customer 2 Sites 3.Employees. When I enter "c" in the search field, I need to get values of 3 tables in this area "AutoComplete". That is to say, if I have a customer with the name "cusotmer1", "customer2" and the location with the names of "cisc1", "cisc2" and employees with the name "cid1", "cid2"; When I enter "c" in the FQDN of the auto all 6 values must be given in the "AutoComplete" box and clicking on "customer1" / "customer2" need to redirect to the 'customer' page When you click on 'cisc1' / 'cisc2' redirect to 'site' when clicking on "cid1" / "cid2" redirect to the page of the employees. Is there a way to do this. Help, please.


    Kind regards
    NAV

    Net asset value,
    Here is a sample page that uses the code I proposed works fine for me with FF and IE (8.0).

    http://Apex.Oracle.com/pls/Apex/f?p=18:3

    Note: I've added a warning message before being submitted

    This page works by your side?

  • MSR maps - research based on the address no longer appears.

    Original title: cards MSR

    Microsoft has stopped support MSR maps?  The research based on the address seems to no longer work.  I use this site frequently to retrieve USGS maps.

    Hi Mark,

    What exactly happens when you perform a search by address? You receive error messages?

    You can read the following article:

    On the Microsoft Research maps

  • Is there an easy way to filter a 2D table based on the values in two fields?

    Y at - it an easy way to filter a 2D table based on the values of one of the fields. In my attached VI the output array has the following format:

    Ident Frame Type bytes TimeStamp data

    10:57:07.621 3AD00016 POUVEZ 8 0000000000000000 data frame

    10:57:07.622 3AD00017 CAN data frame 8 000005E000000000

    10:57:07.624 3AD00018 POUVEZ 8 0000000003300000 data frame

    10:57:07.625 2DC00000 POUVEZ 8 0000000000000000 data frame

    10:57:07.626 3AD00019 POUVEZ 4 0000030000000000 data frame

    I would like to delete all lines that do not have an "Ident" between the values of 3AD00000 and 3AD0001E. So for the data above the fourth row would be removed. The only way I can see to do this is to form a 1 d table. Is there a better approach?

    Thank you.

    Hi chuck72352,

    After you've sorted your data, you can use the function InRange. Combined with a "search in 1 table D", you get the range you really want.

    Mike

Maybe you are looking for