Calling multiple actions in a single event of the adobe component

Hi ,
We have a requirement to call both these events
Java script
========
1)app.eval("event.target.SAPValueHelp(\"" + this.somExpression + "\");");
2)app.eval("event.target.SAPCheckFields();");
on the <b>enter</b> event of drop down list on adobe form.
Is this is possible or let me know some alternative to fire these two events to webDynpro application ?
Regards,
Nanda

Well, I don't really like these theroretical discussions. Can you attach a simplified version of some of your code?
There are many other ways to identify the particular control. You could for example search an array of references for the value of the "ctlref" event data node. This would make the code much more robust (your code will fail for example if you (or some other programmer updating your code in a few years!) notices a mispelling and edits the label without also changing the case structure cases).
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Can i call multiple actions sequentially in a separate action/script?

    i execute multiple actions on a single file. usually these actions number more than 20. is there a way to automate invoking of these actions so that i run something only once and all smaller actions are applied sequentially and automatically on the same file?

    You can combine the commands in all of these Actions to a single Action,
    but you can't call them automatically one after another if they're separate.
    On Thu, Dec 11, 2014 at 10:22 AM, navpreet87 <[email protected]>

  • ECATT calling multiple Test script to single test script

    HI experts,
    How to integrate i mean calling multiple test script  to single test script and store in single test script in ECATT
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Apr 8, 2011 9:50 AM

    HI experts,
    How to integrate i mean calling multiple test script  to single test script and store in single test script in ECATT
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Apr 8, 2011 9:50 AM

  • Calling multiple smartforms in a single driver program.

    Hi ,
    Can anybody tell me how can I call multiple smartforms in a single driver program.
    Each form has been assigned a output type.
    Regards,
    Sudha.V

    Hi,
    Here i  have 2 smartforms assigned to different OUTPUT TYPES
    Use this way
    IF nast-kschl = 'FUCI'  .
        ci_form = 'ZLAYOUT'.
      ELSEIF nast-kschl = 'RD04'.
        ci_form = 'ZLAYOUT01'.
      ENDIF.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = ci_form
        IMPORTING
          fm_name            = fnam
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
    AFter this call the smartforms based on the output type
    Please closeif solved,
    Thanks,
    Aditya
    Edited by: aditya on May 21, 2008 6:15 PM

  • How do I scan multiple documents to a single pdf from the ADF on my MX922?

    How do I scan multiple documents to a single pdf from the ADF on my MX922?
    Solved!
    Go to Solution.

    Hi Riceburner1,
    Since you have had difficulty scanning using My Image Garden, you can scan using the IJ Scan Utility program that also comes with the printer.  To do this, please follow these steps:
    1. Place the documents in the ADF or on the platen glass of the printer.
    2. Start the IJ Scan Utility.
        For Windows 8.1:
        1. On your keyboard, press the Windows key.
        2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it, then continue with Step 3 below.
        For Windows XP:
        1. Go to your START MENU, then select ALL PROGRAMS, then CANON UTILITIES, then the IJ SCAN UTILITY program.
        2. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears. Please continue with Step 3 below.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN option on the left pane of the window. In the Select Source field of the Scan Options section, select DOCUMENT (ADF/PLATEN) to scan items placed directly on the platen glass, DOCUMENT (ADF SIMPLEX) to perform single-sided scanning from the ADF, or DOCUMENT (ADF DUPLEX) to perform double-sided scanning using the ADF. You can then set the item size, resolution, etc. in the Scan Options section as desired.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
         a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.  Please note that the filename that you give the document here will be the default filename for all items scanned until you change the file name.  If you leave the file name the same in the field, the scanned item will have a sequential number appended to the end of whatever name you give it.
         b.) In the DATA FORMAT field, use the drop-down arrow to select the desired option. If you are scanning a multipage document, select the PDF (Multiple Pages) option.
         c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.
    6.  In the APPLICATION SETTINGS section of the window, please select the DO NOT START ANY APPLICATION option.  
    7. Once all settings have been selected, click the OK button at the bottom of the SETTINGS (DOCUMENT SCAN) window. The IJ Scan Utility main screen appears.
    8. Click the DOCUMENT button. Scanning starts. Click the CANCEL button to cancel scanning if needed.   Once the scan is completed, scanned images are saved in the previously selected folder location specified in the SETTINGS... window.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Any way to pass Multiple Values for a single Label in the Parameter?

    I have a Report that Contains 2 Parameters, @Customer & @Area. When trying to set up the Available Values for @Area, I'm having issues using multiple values for one Label, i.e. = "4006" Or "4610"
    One of the Filters in the Report is an Operation number, which is the [OPERATION] field, which is setup as a filter on the Tablix referencing the @Area parameter. 
    PROBLEM: I cannot retrieve any data when trying to use the ‘Or’ Operator here. If I simply put “4006” or “4610” I retrieve data, but when trying to combine it returns no data.
    Example, I need to allow a user to select ‘Chassis Incoming’, which would include data from Operations 4006 & 4610.
    QUESTION:
    Any way to pass Multiple Values for a single Label in the Parameter?
    I realize the typical solution may be to use ‘Multi-Value’ selection, but in this case we want the User to select the Area and the multiple values for Filtering will be automatically determined for them. Otherwise, they are subject to not getting
    it correct.
    I have tried several different ways, such as =”4006” Or “4610”, =(“4006”, “4610”), = In(“4006”, “4610”), etc….
    Note: We are using Report Builder 3.0

    Based on my experience, there's no way to 'intercept' the query that gets passed back to SQL Server, so a Split wouldn't work.
    Try creating either a function or stored procedure using the code below (compliments to
    http://www.dotnetspider.com/resources/4680-Parse-comma-separated-string-SQL.aspx) to parse the string: 
    CREATE FUNCTION dbo.Parse(@Array VARCHAR(1000), @Separator VARCHAR(10))
    RETURNS @ResultTable TABLE (ParseValue VARCHAR(100))AS
    BEGIN
    DECLARE @SeparatorPosition INT
    DECLARE @ArrayValue VARCHAR(1000)
    SET @Array = @Array + @Separator
    WHILE PATINDEX('%' + @Separator + '%' , @Array) <> 0
    BEGIN
    SELECT @SeparatorPosition = PATINDEX('%' + @Separator + '%', @Array)
    SELECT @ArrayValue = LEFT(@Array, @SeparatorPosition - 1)
    INSERT @ResultTable VALUES (CAST(@ArrayValue AS VARCHAR))
    SELECT @Array = STUFF(@Array, 1, @SeparatorPosition, '')
    END
    RETURN
    END
    Once created you can do things like this:
    SELECT * FROM Parse('John,Bill,David,Thomas', ',')
    SELECT * FROM (SELECT 'John' AS TestName union select 'David' AS TestName) AS Main
    WHERE TestName IN (SELECT ParseValue FROM dbo.Parse('John,Bill,David,Thomas', ','))
    This is what your SQL query would probably look like:
    SELECT OperationID, OperationName FROM dbo.Operations
    WHERE AreaID IN (SELECT ParseValue FROM dbo.Parse(@Area, ','))
    You may need to fiddle around with the Separator depending on whether SQL Server inserts a space between the comma and next value.

  • Linking multiple emails to a single event in ical and/or to do's

    Hi:
    Often I receive emails and I want to link them to an event in ical. OS X does this just fine as long as there is date in the email that OS X can recognize. The problem is sometimes I get multiple emails relating to the same event and I would like to be able to link all of those emails to one single event in ical. My same questions applies to 'to do' items.
    And a follow up question--say I receive an email that has no date explicit in the text-I've tried to find some function that would allow me to schedule a new event in ical and would link that email to it. (I hope that all makes sense) I'm open to whatever solution I'll even pay money for 3rd party software if anyone knows of a good program. But I"m looking to stick to the basic ical interface. Any suggestions?

    Hi rtwigg,
    seems this is one of visio graphics limitation regarding the external data.
    visio graphics, may only support for one row.
    you may consider this idea :
    "It is a good idea to separate your rows into visual units so that you have everything you need and nothing else in a single row. To link a shape to a data row, simply drag the row from the external data window and drop it on the shape. A default data
    graphic should immediately appear next to the shape displaying some data from the row. From here you are able to customize the graphic to fit your needs"
    by means, you may need to use the visio client.
    http://blogs.msdn.com/b/visio/archive/2010/02/05/no-code-mashups-with-visio-services-and-web-part-connections.aspx
    http://msdn.microsoft.com/en-us/library/ff408345.aspx
    http://msdn.microsoft.com/en-us/library/ff394649.aspx
    http://blogs.msdn.com/b/visio/archive/2010/02/21/the-visio-services-javascript-mashup-api.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to apply multiple actions on a single file in one go to generate multiple watermarked pdfs?

    usually i need to create many watermarked datasheets for different customers using a single base pdf. currently i run individual actions for individual customers on the same file which means i have to runs 10s of individual actions every time i have  new source file. can i make a single action or a script which will take a single source file, run multiple actions(~15-20) for watermarks and save these files separately? basically what i need is instead of running many individual actions i run a single action/script to make it automatic. if yes, how to do so?

    Hi Monte,
    You can achieve this by assigning a secondary extension to another button, but this might not be what you want, so if you can elaborate a little further as to what you want exactly I can help you with putting together a solution
    Cheers,
    David Trad.
    **When you rate a persons post, you are indicating a thank you or that it helped, but at the same time you are also helping to maintain the community spirit - You don't have to rate posts and you wont be looked down upon :) **

  • Struts: request calling multiple action

    Hi Everyone,
    I have a question about Struts.
    Is it possible for a request to call multiple struts action?
    If yes, then how?
    Please let me know your responses.
    Thanks in advance,
    Mohideen.

    No, not directly.
    One requets = one response.
    Thats the HTTP model.
    You CAN chain several actions so they happen one after another, but at the end of it, you can only send one response.

  • Receiving multiple notifications for a single event (email, messages)

    Since installing OS X Mavericks I have been receiving multiple notifications - sometimes two or three - announcing the arrival of a single email message. Is there any way to adjust the setting so that I only receive one notification per email or message?  Now a vital problem, but kind of annoying. Any advice would be much appreciated.
    Thanks!

    No such option i feel
    Sasikanth

  • Calling Multiple forms for a single Output Type in Smartforms

    Hi SAP Gurus..
    I want to call 2 smartforms simultaneously for a Single O/P type.
    But the problem is that My Driver Program in Standard. I cannot edit the Driver form. Whatever I need to do I can do it only in the Smartforms.
    Please help me out in this....

    I guess the better way is to customize your print program. I am not sure whether there are any other alternatives for doing this.
    Rgds,
    SaiRam

  • Move data from multiple Tables to a Single Table & Convert the list to ALV.

    Hi,
    My aim is to get the list of Materials with their descriptions, with MRP Controller, with Unrestriced Qty. & the Reorder Qty. So, I have to fetch the data from different tables. But finally I am not able to copy or move the fetched data from multiple tables into the single final table.
    Also tell me how to convert this list into ALV.
    Below is the program code.
    *& Report  Y_REORDER_REPORT
    REPORT  Y_REORDER_REPORT.
    tables : marc,makt, mard.
    DATA: Begin of i_final occurs 0,
            matnr type marc-matnr,
            maktx type makt-maktx,
            DISPO type marc-DISPO,
            MINBE type marc-MINBE,
            LABST type mard-LABST,
          end of i_final.
    DATA: Begin of i_marc occurs 0,
           matnr type marc-matnr,
           DISPO type marc-DISPO,
           MINBE type marc-MINBE,
          end of i_marc.
    DATA: Begin of i_makt occurs 0,
           matnr type makt-matnr,
           maktx type makt-maktx,
          end of i_makt.
    DATA: Begin of i_mard occurs 0,
           matnr type mard-matnr,
           LABST type mard-LABST,
           LGORT TYPE MARD-LGORT,
          end of i_mard.
    SELECT  matnr
            dispo
            minbe from marc
            into corresponding fields of table i_marc
            where dispo EQ 'STR'.
    SORT I_MARC by MATNR.
    WRITE: /10  'Material',
            75  'MRP',
            80  'Reorder Qty.'.
    LOOP at i_marc.
    Write: /10  i_marc-matnr,
            75  i_marc-dispo,
            80  i_marc-minbe.
    ENDLOOP.
    write: /.
    SELECT  matnr
            MAKTX from makt
            into corresponding fields of table i_makt
            for all entries in i_marc
            where matnr = i_marc-matnr.
    LOOP at i_makt.
    Write: /10 i_makt-matnr,
            30 i_makt-maktx.
    ENDLOOP.
    SELECT  matnr
            LGORT
            LABST from mard
            into corresponding fields of table i_mard
            for all entries in i_marc
            where matnr = i_marc-matnr.
    LOOP at i_mard.
    Write: /10 i_mard-matnr,
            30 I_MARD-LGORT,
            40 i_mard-labst.
    ENDLOOP.
    move  i_mard-matnr to i_final-matnr.
    move  i_marc-dispo to i_final-dispo.
    move  i_marc-minbe to i_final-minbe.
    move  i_makt-maktx to i_final-maktx.
    move  i_mard-labst to i_final-labst.
    WRITE: /10  'Material',
            30  'Material Desc.',
            75  'MRP',
            80  'Reorder Qty.',
            105 'Current Stock'.
    LOOP at i_final.
    Write: /10  i_final-matnr,
            30  i_final-maktx,
            75  i_final-dispo,
            80  i_final-minbe,
            105 i_final-labst.
    ENDLOOP.
    *LOOP at i_mard.
    *Write: /10  i_mard-matnr,
           30  i_makt-maktx,
           75  i_marc-dispo,
           80  i_marc-minbe,
           105 i_mard-labst.
    *ENDLOOP.
    Regards,
    Vishal

    Change like this,
    SELECT matnr
    lgort
    labst FROM mard
    INTO CORRESPONDING FIELDS OF TABLE i_mard
    FOR ALL ENTRIES IN i_marc
    WHERE matnr = i_marc-matnr.
    LOOP AT i_mard.
       WRITE: /10 i_mard-matnr,
       30 i_mard-lgort,
       40 i_mard-labst.
    ENDLOOP.
    LOOP AT i_marc.
       READ TABLE i_mard WITH KEY matnr =  i_marc-matnr.
       READ TABLE i_makt WITH KEY matnr =  i_marc-matnr.
       MOVE i_mard-matnr TO i_final-matnr.
       MOVE i_marc-dispo TO i_final-dispo.
       MOVE i_marc-minbe TO i_final-minbe.
       MOVE i_makt-maktx TO i_final-maktx.
       MOVE i_mard-labst TO i_final-labst.
       APPEND i_final.
    ENDLOOP.
    WRITE: /10 'Material',
    30 'Material Desc.',
    75 'MRP',
    80 'Reorder Qty.',
    105 'Current Stock'.

  • How do I install lion to multiple macs with a single download from the Mac App Store?

    I want to upgrade multiple Macs, but I don't want to download the update multiple times.
    Has Apple posted instructions on this?  My searches have been in vain.
    Bob

    Upgrading to OS X 10.7 FAQ
    Backup your user files and folders manually (drag and drop) from all partitions/OS's installed to a external powered drive and disconnect this drive, before proceeding in addition to TimeMachine, Bootable Clones etc.
    You need to make sure you're running the latest version of Snow Leopard10.6.8
    Click the "Apple" symbol in the top left corner of your screen and select "About This Mac."
    Make sure you're running version 10.6.8.
    If not, click "Software Update" from the same Apple menu and update your system.
    Then when that's finished launch the MacAppStore from the same menu.
    You'll see the giant Lion banner across the top. Click on it.
    This brings you to the app page for Lion. It costs $29.99 -- click the price, then click "Buy App."
    Free Lion? check here
    http://www.apple.com/macosx/uptodate/
    You'll be prompted to sign in with your iTunes ID. After that, yourdownload / upgrade begins.
    BackupLion
    http://www.eggfreckles.net/tech/burning-a-lion-boot-disc/
    http://eggfreckles.net/tech/installing-lion-clean/
    Check Apple's license details throughly before usingorinstalling Lion.
    This is what binds you legally, notwhat users say or sites suggest you can do.
    Other Lion FAQ's answered.
    No"Rosetta" sorry. 
    Someof your older programs (like Appleworks) that depend upon it will notwork.
    OS X Lion cannot be installed on these Macs:
    1:Any PowerPC processor Mac (G3, G4, G5)
    2:Any Intel Mac on this list:
    iMac4,1Early(Jan-Sept) 2006 17"
    iMac4,1Early(Jan-Sept) 2006 20"
    iMac4,2Mid(July-Sept) 2006 17"
    MacMini1,1(Feb-Sept) Early 2006
    MacMini1,1(Sept-Aug) Late 2006
    MacBook1,113"(May-Nov 2006)
    MacBookPro1,115" A1150 (Jan-May 2006)
    MacBookPro1,217" A1151 (Aprl-Oct 2006)
    MacBookPro1,115" A1175 (May-Oct 2006)
    Look under the Apple Menu > About this Mac > More information for you rmachine details.
    (there are reports of hacking Lion to work on 32 bit Intel Core DuoMac's, it's unsupported by Apple and not advised)
    Didn't get Lion?
    These are user to user support forums and Apple doesn't respond here,
    We users can't speak for Apple about your free Lion status or problems downloading, reissuing a download.
    It's possible Apple could be spacing out the downloads as not to knock theservers offline. So be patient.
    If after a week or so when the initial rush is over, and you still haven't gotten your Lion, I suggest you contact Apple.
    Mission critical
    If your using Mac's in a mission critical type environment or have third party hardware or software you must rely upon working correctly. It's advised to wait until all the bugs, driver updates, third party software and other issues are resolved before upgrading. This might take several months. Then if you do so, do one machine at a time andcarefully test everything before full deployment.

  • Eventing on the ADOBE form controls.

    Hello Experts,
    I have a requirement where I need to populate some fields of my ADOBE form based on a value selected from the dropdown in the same form.
    Lets say I have a dropdown DD1 on my form and I have other 3 input fields namely Input1, 2 and 3. Now when I select any value from DD1, I need to call an RFC (or Webservice) and populate return values in input fields.
    1. How is it doable?
    2. Can I implement this for offline forms?
    Do not worry about reward points, you will get it for every valuable input.
    Thank you.
    Ashutosh

    Got it

  • Blocking event for the particular component

    Dear All,
    If we opened the modal dialog, all the other components will be blocked. That means the events generated for those components will be consumed by the EventDispatchThread. But my requirement is blocking speciifc set of components (not all in jvm ). How can i do that. Please help me in this regard.
    Thanks and Regards
    V.S.Saravanan

    You understanding of modal dialogs is not true. This is done otherwise: when you invoke modal dialog to be shown, it's method is invoked, a new new event pump is created and run. This pump services only this dialog, while, since show method is still executing, main pump is fozen. So there is no "blocking of selected components" mechanism availble in that point.
    You may however try to use protected disableEvents method of Component to block events.

Maybe you are looking for

  • How can I do a clean installation of Mavericks 10.9.1 on Late 2013 Retina Macbook Pro

    Hi I need some help - I bought a late 2013 15' Retina Macbook Pro and it was shipped with 10.9.0 build number 13A3017. Now 10.9.1 is out, and I wanted to download the full installation image and burn it to thumb drive and do a full clean re-installat

  • How to connect to a usb cam through acrobat api??

    I have deveopled a plugin for acrobat...and want to initiate a usb cam through my plugin...is there any method available in the api to detect or connect to a usb cam????If yes please explain how to do so...

  • How to cope with Out of Memory Errors

    Hi, I am distributing a desktop application to the general public written in Java 1.4.2. How much memory is required is approximately propertional to how many files they load so Ive tried to pre-emtp OutOfMemoryErrors by checking when memory usage is

  • How to get value of html combo box (i.e select) in jsp?

    Hello, I was just wondering how to get value of html combo box in jsp page. My code for combo box is: <select name="combo" size="1"> <% List<Project> projects = mgr.getProjects(); for(Project project : projects){ %> <option value="<%= project.getId()

  • Idoc number  as file name

    Hi I am working on idoc - file scenario. I need to get the idoc number as file name in the receiver side? How could it be done ?