Form disappears when clicking search help multiple times

Hi All,
I have created an interactive adobe form with Web dynpro application.
We have multiple multiple search helps (custom and standard) on the form.
when the user clicks on any search helps multiple times (4-5 times), the whole form disappears.
Please provide some solution / hints.
Best regards,
Meep.

We are not facing this problem on Adobe 9.4. The newest v10.1 has this problem.
Also, this issue is only on 1 server and on other, it works fine.
We are using Native control with ZCI layout.

Similar Messages

  • Zzxc: When click search in google web, firefox error and disappear

    When click search in google web or yahoo web, firefox error and disappear
    == Operating system ==
    window xp sp2

    Did it crash again while in [[Safe Mode]]? If you haven't started in safe mode yet, try that first.
    I also need some additional crash reports after you've tried safe mode. To look up your crash reports, I need the list of crash ID's from Mozilla Crash Reporter. Follow [https://support.mozilla.com/en-US/kb/Mozilla+Crash+Reporter#Viewing_crash_reports these steps] to get the reports, and reply back here.

  • When a click a button multiple times it opens multiple windows instead of only one. Is this a bug in Firefox?

    If i click a link multiple times, it should open only a window(login popup window), but it opens multiple windows.
    This does not happened on any other browser(IE, Chrome, Safari, Opera).<br />
    If this helps i'm using a jquery plugin popupwindow( http://rip747.github.com/popupwindow/ ).

    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • How to triger a event when select search help

    code like this
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: pa_werks LIKE t001w-werks.
    SELECTION-SCREEN COMMENT 20(10) g_werks.
    SELECTION-SCREEN END OF LINE.
    AT SELECTION-SCREEN ON pa_werks.
      g_werks = pa_werks.
    I want when select search help ,g_werk changed,but now  only press enter g_werks will be change
    how can I do ? when select a value from search help  g_werks change

    Hi,
    Use something like this:-
    PARAMETERS : p_werks TYPE t001w-werks.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_werks.
      PERFORM get_f4_help.
    *&      Form  GET_F4_HELP
    *      -->P_WERKS  text
      "populate an internal table with all possible values to be displyed
      "Use FM F4IF_INT_TABLE_VALUE_REQUEST
    Hope this helps you.
    Regards,
    Tarun

  • Search help for time

    HI,
    I need a Search help for time field in case of input field ie the one similar to the date field.In webdynpro we have mapped the Tims data type to our input field.here Tims data type is the data type for time in  the backend(R/3 system).Pls help me out its urgent.Pts will be awarded to any of the helpful  solutions.

    Hi Nikhil,
    Create an attribute of type 'time' in context. And inputfield to this attribute.
    Later, while calling BAPI, you can pass this value to Tms type field.
    Regards,
    Deepti

  • My apple I'd has been discarded for security reasons. The site asks me to give my email and they would send me the further instruction. But no Emil has arrived so far. Since January. And I did requested help multiple times. :( any ideas where can I solve

    My apple I'd has been discarded for security reasons. The site asks me to give my email and they would send me the further instruction. But no Emil has arrived so far. Since January. And I did requested help multiple times. :( any ideas where can I solve

    Who discarded the Apple ID? Apple? or You?
    Did you answer the Security Questions? Is the backup email accurate? Have you tried contacting them?

  • Form disappeared when running

    I have a form which is built up by 4 blocks. Each of these 4 blocks are querying the same table with different where clause.
    when the form opens, the when-new-form-instance trigger will go to each block and execute query.
    But the form disappear after launch it. I change the trigger, let it only query 2 blocks, the form run time comes out. I guess it's the memory problem, how can i solve it?
    Thanks in advance
    Minny

    If you are using forms 6i, then yes, I have also encountered such situations when the form aborts without any message.
    In case of Memory issues, Forms 6i creates a dump file in the start in path. Please search for ifrun60_dump_xxx file
    in you concerned path. Open the file and check for the last item/ trigger fired before the form aborted. This may be
    of some help.
    I check the following in such conditions:
    1. check the logic, maybe, it has to do with it more than actual oracle error. Most of the time it is the code that is at fault.
    2. Shutdown and restart the pc, re-run the form.
    3. Compile all (ctrl+shift+k) and then re-generate (ctrl+t) and then run the form.
    4. Check the dump file, if generated, trace the trigger that failed, put a blank line in that trigger and re-run.
    5. Use debugger or debug mode to trace the point of exit.

  • Issue with When Validate Trigger firing multiple times

    Hi guys,
    I have Designed a Form Personalization on a Form which Fires a concurrent Program (built in:execute Procedure) when a Record is Saved.
    Below are the issues I am facing:
    1.Concurrent Program is Firing Multiple Times after Saving the Record.
    2.2 input Values to Concurrent Program are passed as NULL though I have Data but they are in Different Block of Form.
    Note :I have When Validate trigger on 1 Block but i am trying to pass 2 Values on Another Block as input parameters for Concurrent program.But those values are getting as null when program fires.
    Thanks.

    If EBS then post in {forum:id=475}

  • Search help multiple selection of search results

    Hi,
    I have a search help (SE11) and it is correctly integrated in my WDP4A application using 'automatic' search help integration. Unfortunately multiple selection of search results does not seem to be supported (the ok button greys out when >1 result is selected). Is there a standard way to link a search help to an attribute in a 0..n value node, so that at runtime a new context element is created for each selected search result? Or do I have to recreate the search help from scratch to get this behaviour (OVS)?
    If the latter is true, then why is it even possible to select multiple search results?
    Kind regards,
    Jeroen

    Hallo Jeroen,
    OVS standard configuration does not allow you to select more than one configuration, You need to specify that explicitely on Phase-0 of OVS using the set_configuration method.
    see
    [Multiple Selection in F4 help|Multiple Selection in F4 help]
    [http://wiki.sdn.sap.com/wiki/display/WDABAP/InputhelpofObjectValueSelectioninWDABAP|http://wiki.sdn.sap.com/wiki/display/WDABAP/InputhelpofObjectValueSelectioninWDABAP]
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70cee684-ccbb-2c10-3c94-91e806e5f7ac?quicklink=index&overridelayout=true|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70cee684-ccbb-2c10-3c94-91e806e5f7ac?quicklink=index&overridelayout=true]

  • WDA Search Help Multiple Selection

    Hello everyone,
    I've managed to integrate a standard search help into my WD ABAP application.
    The thing is that from the search help pop-up I can select multiple rows but when I select more than 1 row in the help value list the OK button is greyed out.
    I would like to select more than 1 entry and transfer it back to the associated input field, like a list of values separated by a comma.
    How can I implement this?
    Thanks!

    To be honest I didn't mean that.
    I've integrated a standard search help in my WDA, just defining a context attribute bound to a dictionary field having a search help. Now I'd like to have a multiple selection enabled for it.
    What I am getting is a General Value List from which I cannot transfer multiple values back to the caller.
    Is there a way to do it?

  • Open page in new window when click on HELP TAB

    Hi
    I have a number of tabs which work on my pages. My very last Tab is a Help Tab.
    What I'm trying to achieve is that when a person clicks on the Help tab, the page should open in a new window.
    The rest of the tabs should function normally, ie just switch pages in the same window.
    Message was edited by:
    Keith Jamieson
    Made it more readable

    Hi all
    is there any other property along with the target frame what we need to set to get this working?
    i have tried it again and still the new page when clicked on the link opens in the same window
    I am using a link item which has a fire action set to yes
    In the fire action i am calling a new page using
    pageContext.setForwardURL
    thanks
    abc
    Edited by: abcdxyz on May 18, 2011 1:56 PM

  • Scroll bar disappears when clicking on up or down since v32.0.0

    The scroll bar disappears in the main window and also in scroll boxes when clicking on up and down.

    '''Note;''' Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''

  • Search Help: Multiple Return Values in WD4A

    Hello,
    I would like to fill more than one fields on my WD4A screen when executing a search help for one input field.
    So I need to manage somehow to get all the export parameters from the search help and post them to a context node.
    Simple example: The customer sales view consists of sales org and customer number. The search help contains both of them as export parameter. So when the user selects one user I need to get and show the sales organization as well.
    In "normal" SAP Dynpro development its quite easy as shown in thread
    Re: Export search help results to more dynpro fields.
    But how can I execute a search help in WD4A to get all the export parameters?
    Thanks for you help!!
    Kind regards,
    Hendrik

    Hi,
    found the answer by myself.
    The solution is:
    - Create a structure which contains the fields for the search help.
    - then create the search help with all required export parameters.
    - Assign the search help to the corresponding field in the structure.
    - Create the context node with reference to the structure.
    All context node attributes are then filled automatically.

  • Error when open search help

    Hey,
    I am getting the this error :- "Sending of dynpro SAPLHRBAS00SEARCH_INTERNAL 4100 not possible: No window system type specified" while using the search help PLOM.
    Any info will be of great help!
    Thanks
    Salah Afia

    Hi Salah Afia  ,
                Try using the search help KRED_C instead. please use and reply ..
    Regards
    Puneet

  • HCM Processes & Forms: Web Dynpro ABAP Search Helps

    Hi,
    I was working with new functionality for adding Web Dynpro ABAP Search Helps to HCM P&F. Similar to described in http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/17919. [original link is broken] [original link is broken] [original link is broken]
    Can somebody tell me if its possible to submit some custom event round trip to back end SAP_PA and Generci Services after selection is made in the Search Help and "OK" selected. Right now it looks like its just closing help and can not submit any events automaticaly.
    Thanks,
    Oleg

    Hi Oleg
    As mentioned on the blog, this functionality was in place but has been 'disturbed' by the latest support packs.  I have an OSS request in for this but only since yesterday.  Once I get a satisfactory reply, I'll post it here and on my blog.
    Cheers
    Ian

Maybe you are looking for

  • Training & Event Management - Business event appraisal

    Dear all, Wish you all a very Happy new year. I hve two questions. 1. For e.g. there is one trainer who has conducted many training program in an org and business event appraisal has been performed where there is criteria to capture instructor inform

  • My Slot Drive is giving me trouble. Doesn't burn or read discs that i have/want to work!!

    My Slot drive is giving me trouble. It will not burn or read discs that i have/want to work on. It makes a strange noise when i put in a blank cd and spits it back out after 20seconds. It will read third party discs no problem which is very strange i

  • Extra Charges

    I signed up for Verizon mifi in September 2013, paying $80 for 10 GB, plus $10 for every additional GB. Like this wasn't already a ridiculous cost, I went from pre-paid to monthly, and now somehow I'm paying $100 for 10 GB, plus $15 for every additio

  • Navigational attribute in aggregates

    Pls. answer. -How do you include the navigational attributes in aggregates. Aggregates are created over the characteristics(InfoObjects), how to include the Nav. attr. to aggregates? -Does the usage of Nav attr in aggregates reduces the performance?

  • Electronic signature and intranet security

    Hi, I find the 9.0 version of Adobe Acrobat professonal really annoying. I am creating a lot of PDF-documents which are to be presented on my company's Intranet pages. What is really disturbing is that I have to electronically sign all the PDFs - oth