How to display plugin buttons-some seen some not seen :all are enabled after restart

xp sp2 2.4 gh i86 1gb ram java installed java platform se 6 U23 6.0.230.5 next gen for Mozilla browsers
java deployment toolkit 6.0.230.5 NPRuntime script plugin Library for Java deploy
'''a better rtm 0.0.2.5'''
'''alert check 1.0'''
aviary0.8.7.3 button seen with 3 options in dropdown menu
'''favicon picker2 0.6.1.14'''
'''firefox sync extension 7.3.3.42'''
google shortcuts 2.1.4
'''java quickstarter 1.0'''
lastpass 1.70.0
'''tab kit 0.6'''
'''web exposed 1.0.7''' web exposed sidebar option in view menu sidebar sub menu
'''world IP 2.1.4'''
'''wot 20100908''' option seen in tool menu dropdown and also as button in toolbar
xmarks 3.8.7 password sync and my marks buttons(3) seen -enabled
''locked as a duplicate - https://support.mozilla.com/en-US/questions/773063''

for now I have a bit dirty solution: I created implicit enhancement
and the end of the form adress_bank_account_show_k in the include
LFDCBFA0 saying:
ENHANCEMENT 1  Y_ENH_LFDCBFA0_IMPL.    "active version
reading TIBAN-IBAN and BNKA-SWIFT, these will be displayed on screen 0070
  if not ( lfbk-LIFNR is initial and
  lfbk-BANKS is initial and
  lfbk-BANKL is initial and
  lfbk-BANKN is initial ).
reading TIBAN-IBAN
    select single IBAN into TIBAN-IBAN from TIBAN
      where BANKS eq lfbk-BANKS
      and BANKL eq lfbk-BANKL
      and BANKN eq lfbk-BANKN
      and BKONT eq lfbk-BKONT.
     and VALID_FROM ge sy-datum.
reading BNKA-SWIFT
     select single SWIFT into BNKA-SWIFT from BNKA
       where BANKS eq lfbk-BANKS and
             BANKL eq lfbk-BANKL.
    endif.
ENDENHANCEMENT.
This seems to be working, but I have no good feeling :o). Do anyone has some
better solution?

Similar Messages

  • How do you remove buttons icons from a large pdf all at once?

    How do you remove buttons icons from a large pdf all at once? I have a 1400 + pg doc that I am updating. It has icon buttons to return to the home page on each page but they were not duplicated properly and when you scroll through the doc, the buttons dance around. Now I want to redo these buttons but hate the idea of having to go to each page to delete the icon button so I can start new. Can it be done all at once?

    It's probably worth adding to try67's suggestion above that, if you're using the first option, you need to make sure the page display is continuous. (If you've got it set to view a single page only, Command+A will only select the fields on the active page.)

  • Hi Guys 'n' Gals! I have a problem with my computer going into 'Display Sleep' mode and it actually goes into full sleep mode. anyone know how to keep my Mac running software and not go into full sleep after I have set it to 'Never go into computer sleep

    Hi Guys 'n' Gals!
    I have a problem with my computer not going into 'Display Sleep' mode but actually goes into full Computer Sleep mode. Anyone know how to keep my Mac running software and not go into full sleep after I have set it to 'Never' go into 'Computer Sleep' within the 'energy saving' section!
    Any ideas guys?
    Miffa!

    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the  appropriate method.

  • Have copied my iTunes library back-up from my external hard drive (saved from my iTunes on my pc) onto my new Macbook and loads of the tracks have been duplicated, some four times some not at all?? any ideas guys?

    Have copied my iTunes library back-up from my external hard drive (saved from my iTunes on my pc) onto my new Macbook and loads of the tracks have been duplicated, some four times some not at all?? any ideas guys?

    Have copied my iTunes library back-up from my external hard drive (saved from my iTunes on my pc) onto my new Macbook and loads of the tracks have been duplicated, some four times some not at all?? any ideas guys?

  • How can i fix my iPhone cus its not syncing all of my songs from iTunes

    how can i fix my iPhone cus its not syncing all of my songs from iTunes

    Assuming you haven't taken up too much memory from apps to hold the 11 gigs of music...
    After you plug in your iPhone, go to the music tab. Make sure you have it set to sync all music.
    If apps/books/etc. leave you with less than 11 gig of space for you music, make playlists and sync those instead

  • All notes on 4S gone. Any idea how this could happen? Have never synced notes. They are just gone.

    All notes on 4S gone. Any idea how this could happen? Have never synced notes. They are just gone.

    Well, I know in iOS 5 they can be linked to e-mail accounts, not sure if you had that setup or not.
    For future reference, use a program like Evernote, amazing and free, plus dedicated PC apps if you want to view notes on your computer.

  • How to display action buttons on iPad app?

    Hi all,
    I'm trying to display "action buttons" in my custom BO's TI in advanced list panes. For each of these table I created LayoutStackPanel where inside I have icon with defined event handler. In web UI version everything works fine. "Action button" appears and event handler is triggered on click.
    When I open same TI on iPad, first of all Table is displayed as grid, not table, but I assume that is how iPad player generates that. But my created icon is not visible in specific row (I haven't allowed hover option as I thought iPad can't handle hover event), and even switching TI into edit mode it's not appearing and event handler isn't triggered.
    I wonder if there is around some detailed guide, best practice doc which covers how we can design our screens for iPads.
    Thanks,
    Uldis

    Hello Uldis,
    Please try to follow these steps to create it from scratch. It guides you on how to create a Delete button, so you can use is as a reference for futher action buttons:
    1. Drag and Drop ‘LayoutStackPanel’ from ToolBox to List Column.
    2. Right Click on the column and Select Model ‘LayoutStackPanel’. Add an icon over there.
    3. Set the property ‘Visible on Hover’ of Layout Control to True.
    4. Create an action on your BO node called Delete<NodeName>. Generate the script file and add this snippet:
    this.Delete();
    5. Set the property ‘On Click’ in UI Designer.
    Create EventHandler calling the BO action. The EventHandler and "Misc" name must contain "Remove" or "Delete" as prefix to identify as a deletion column. As sample you can check the "Account Team" facet of account Thing Inspector:
    /BYD_COD/SalesOnDemand/Account/UI/COD_Account_TI.TI.uicomponent
    Click on the "Items" collection as following figure shows:
    Then set the Icon ‘OnClick' event to your delete event previously defined.
    Let me know if that worked for you.
    Best Regards,
    Fernando Giroleti
    Cloud Service Center AMEA

  • How to display Radio buttons with default selection on

    Hi
    I want to display Radio buttons using jsf
    i have done it using
    <h:dataTable id="apartmentList" value="#{userBean.allApartmentList}"
                   var="apartments">
                   <h:column>
                        <h:selectOneRadio id="selectedApartment" onclick="javascript:setSelectedApartment(this);">
                             <f:selectItem itemValue="#{apartments.apartmentVO.apartmentId}" />
                        </h:selectOneRadio>
                   </h:column>
    inside a data table
    now when i click some page i want to display the radio's with default radio button selected
    also when i select one radio button and click on some command button
    eg:<h:commandButton action="#{userBean.setSelectedApartment}"
    the Radio button's Selection should not disappear
    i have written a javaScript
    function setSelectedApartment(oRadio)
              oForm = oRadio.form;
              elems=oForm.elements;          
              for(iIndex=0;iIndex<elems.length;iIndex++)
                   if(elems[iIndex].type == 'radio')
                        if(elems[iIndex].name != oRadio.name)
                             elems[iIndex].checked=false;
              document.getElementById("apartmentListForm:selectedApartmentId").value=oRadio.value;
    To check which Raio button is Selected
    How do i show the Default Selected button and How the selection should not disappear
    Can any one suggest me links or the solution to this problem
    Thank you
    Geetanjalee

    -set the value binding expression of select items to a request scope bean
    - on the page load event() ,do
    setdefaultval("ur default value")
    so each time on the page load it sets the default value. and you can get selected value by getdefaultval()
    --raju                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to display addtocart button using Liquid

    I'm trying to output a custom layout of a product using Liquid, but can't figure out how to display the add to cart button as it's not included in the JSON. Liquid markup is all new to me so forgive me if I'm missing something obvious. Here is what I have for the layout but need an addtocart button.
    {module_product template="" collection="Classes" render="collection" catalogId="277528" productId="9231800"}
      <h1>{{Classes.title}}</h1>
       {{Classes.description}}
       <h3>Cost</h3>
       <p>{{Classes.saleprice}} + {{Classes.taxCode}} {{Classes.custom1}}</p>

    Ahh, Your rendering a product on just a page as a collection. May I ask why your trying to do that? Why are you not using the product eCommerce layouts.
    Doing what your doing you will only ever display information. You will never be able to do grouping, attributes or anything like that because they are more then just data output, they have functionality, BC script features and more to run off.
    Unless you 100% know how and you had all the info available (which you dont yet) to completely replicate every BC script feature etc - You will not be able to do what your doing.
    Liquid runs in layouts, just use product layouts and do things in there. I not seen on that page any reason why you would not be.

  • How to display only one role to show , not double show on role

    Dear Sir,
    I have the problem on Role , Normally, we will create the user and add in the group . And then to assigned role in group. However, the user can add in many gropus. Sometimes ,  the role will be assinged double. And show in the menu the same. How can to make the role which double not display.
    Thank you and best regards,
    Vimol

    Hi,
    if this is really the same role than this role should be assigned to the user only once -- regardless of how many groups this user belongs to and how many times this role is assigned to the groups.
    You can check this by searching for the user and clicking on assigned roles (with the recursive flag activated). Then you should see the role only once.
    If the rolename is different however, then you might have to work with MergeIDs (http://help.sap.com/saphelp_nw70/helpdata/en/53/89503ede925441e10000000a114084/frameset.htm)
    Hope this helps,
    Holger.

  • White screen displays sporadically during interactive content and not for all users

    We have an unusual thing happening with some users (5% or less) experiencing a white screen/program lockup when interacting with the training.  We think this is related to missing java script file(s), but we aren't 100% sure.
    Training is occurring on a variety of different laptops and workstations across the country.  All are suppose to be using the latest version of IE (and java).  There is no commonality between hardware, users or where in the program the issue occurs.
    Some people experience it in module 5 when they have to type data, and others may experience it in module 2 where they just have to click the continue button ( any module for any action - it truly is that random).  What's more we can't reproduce the problem on machines that have the latest java files.  We have looked over the physical layout of each slide but can find no commands or objects that would cause the problem.
    Has anyone experienced this type of sporadic issue?  Does anyone have a suggestion for how to fix it? -
    Any insight or advice would be greatly appreciated, Debra

    think they blocking us all and not telling us why think they have manger problems with new cloud atm im useing a  stand alone portable phtotoshop cc till they get it fix .

  • How to display value withing some range?

    Hi,
    I am trying to display months name using map and my results are as below:-
    1)January
    2)February
    3)March
    4)April
    5)May
    6)Jun
    Now I want to display the result in some range i.e. display from 2) to 5) or from 4) to 9); whatever user inputs the range.
    So how can I achieve this?
    Regards,
    Prateek

    Hi,
    With the help of Range droplet I am able to set the limit of my month list like if I give the value as 3 in howmany parameter;it shows the following result-
    1)january
    2)february
    3)march
    But as I said previously how can I show te result as below if user gives some input like (3-4):-
    3)march
    4)april
    5)march
    Thanks.

  • Some text displays incorrectly (in bright colours) or not at all on Macbook Pro Retina

    The text in the image is actually white and say "learn more" but for some reason, it displays like this, and even worse exports like this.
    If I select the text, it looks like it should, but as soon as I deselect it, it reverts to the above corruption. (it varies in how corrupted it looks, sometimes it's the whole word, sometimes it's bright green etc) - I've switched off the graphics card in "performance" but it doesn't help.

    Hate to tell you this but that corrosion is caused by body chemistry and more then likely Apple will do nothing for you.
    Your body chemistry is of a pH that reacts with aluminum and is causing the corrosion. The only thing you can do is put a plastic film product on the palm rests to minimize any further damage.
    Good Luck & Best Wishes.
    brryanlee wrote:
    I've contacted them just now, they clarified the situation.
    On their side as well as what AASP will be able to see on the case is corrosion on palmrest exactly as i filed in the complain.
    it only appears differently on My Support Profile.

  • How to display Radio buttons?

    Hi all,
    I have a textfield say P18_No_OF_RADIOS.In this if the user enters 4 then immediately below the textfield four radio buttons needs to be displayed with editale textfields for radio buttons so that user could give values for each radio buttons.If 5 then 5 radio buttons...i.e with respect to the number radio buttons needs to be displayed!Is it possible?
    ~thanks

    Hi sweetcha,
    Check out following link
    http://download.oracle.com/docs/cd/E10513_01/doc/apirefs.310/e12855/apex_item.htm
    In this link check out function APEX_ITEM.TEXT and APEX_ITEM.RADIOGROUP
    Of course the task which you have mentioned is very much feasible using this utility. Let me know if you find some issue in it.
    Sunil Bhatia

  • How to display a button with an icon?

    Hi,
    I'd like to display an SAP-icon on a button.
    In this thread How can I show an Icon in the tapStripItem-title?
    Thomas Jung gave the following example:
    > I don't know if this definetely works with tabstrips
    > items but it does work with buttons and toolbar
    > buttons.  What I do is create a BEE and render that
    > to a string. I then use that string as the text of
    > the element I want to place my image into:
    >
    >   <%
    >   data image type ref to cl_htmlb_image.
    >   data: image_string type string.
    >   create object image.
    >   image->id = `UserSelectionCancel2`.
    >   image->src = cl_bsp_mimes=>sap_icon( `ICON_CHECKED` D`).
    >   image->tooltip = ``.
    >   clear image_string.
    >   image_string = image->IF_BSP_BEE~RENDER_TO_STRING( G( page_context ).
    >   %>
    > <xhtmlb:toolbarButton id            = "UserSelectionCancel"
    > onClientClick = "closeiframe();"
    > enabled       = "<%= enabled %>"
    > text          = "<%= image_string %>" />
    I didn't find anything else about this topic and
    tried to adopt this for a button, but that doesn't work for me either.
    <htmlb:button id            = "byButt"
       text    = "<%= image_string %> ENTER"
       onClick = "myClickHandler"  />
    Is there a way/documentation to get this done?
    Thanks in advance.
    Cheers.
    -Alf

    > This technique is really just using a BEE, there is
    > documentation on the BEE concept in the online help
    > and Brian McKellar has a weblog on the subject as
    > well.
    OK, I think I get the idea. Will check the stuff. Thanks.
    > Notice the strange D at the end of the line. This
    > isn't in the original posting. Perhaps this is just
    > bad cut and paste.
    Just bad copy paste. Yes.
    > You say that this isn't working for you - but you
    > don't describe the results. Is there an error?  Does
    > it render anything in the button at all?  Does the
    > raw HTML get rendered?
    I just saw coding in the button.
    > You want to make sure that the
    > text doesn't get encoded - which would cause the HTML
    > source to display instead. On the htmlb:button you
    > will want to set the attribute encode = FALSE.
    OK, that was right on spot. This shows me the Icon! Strike!
    > Also I am not sure that you can also pass in text
    > with the image like that.  You might have to create a
    > full BEE and add the image and a textView separately
    > into the BEE.  Then render the entire BEE to a string.
    I'll check the documentation on BEE and give it a try.
    Thanks for your answer.
    Thats a starting point for me.
    Alf

Maybe you are looking for

  • Cannot perform a clean install of CF 10 - ODBC Agent and ODBC Server are not in Services - Win2k8 R2

    I've tried to perform a clean install on a Win2k8 R2 x64 server several times and I can't seem to get it to install. I was upgrading from CF 9, which took several attempts. I eventually got CF 10 working and running with the latest updates. But the s

  • Oracle application server 10g and apex

    Hi allm Can someone show me a guide on how to use Oracle Application Server 10g with APEX. I'm currently using Oracle HTTP Server but decided to use OAS instead so that I can use the Report Server and the Oracle BI Publisher for the reports. I'm curr

  • What does the folder with a question mark mean?

    When I power on my black Macbook a white screen appears with a folder with a question mark flashing. what does the folder with a question mark mean? I just replaced the hard drive. When I put the install disc in the cd drive makes a very loud whirrin

  • Search Crawl status = Paused for:External request

    Just checked my search crawl history and it hasn't run in a week. Saw another post that said it may be a Symmantec issue, but we're not using Symmantec. Thanks, Scott

  • EMConsole : ADF_FACES-60098 and NullPointerException

    Hello All, I have setup a SOA Cluster in a distributed environment. The topology of cluster (AS with 2 MS in a domain) is like AdminSever -> Machine 1 , MS1-> Machine 2, MS2->Machine 3. They are using unicast methodology and cluster is running fine.