User no click in a button of block multirecord

I have a block multirecord in the trigger when new record instance put code to disable some buttons in these record
This function very good, but my problem is when user navigable a record where the button are enabled, but this user do click in other record (no current ).
How resolve this problem.
Sorry for my English . Is not good.

Thank you for your reply. I am aware of the scriptUI keyboardState.
To detect that event inside the photoshop html panel would require a function call to the jsx before it can be available inside the html panel.
The reason my question is relevant to this forum is that the html panel's run on chromium inside the photoshop environment, which I think might pose some limitations to what can be achieved with javascript on the html/panel side.
I was looking into a way to change the appearance of a button so it would give the user some indication that when "ALT-clicked" another precess would take place.
Regards,
Patrick Deen

Similar Messages

  • How can detect user's click on "Back" button in browser?

    Hi java gurus:
    I use servlet as a controller to show pages. If user click "Back" button several times, and execute an operation in the page, at that time the attributes in the session is for the page before clicking "Back". So the operation run with the wrong data. How can I deal with this condition? Can I detect user's click on "Back"?
    Thanks for any suggestion.
    allan

    Any request made by a client could be "stopped" after
    the session has been updated with the new timestamp.
    This would leave the client sitting viewing a page
    that has an "out of sequence" timestamp in the hidden
    field with no way to get out.Yes, the client could stop the request and have no valid unique String to submit. However, the technique is only designed to detect out of sequence pages, it does not mean the user has no way out! Remember that the server side code can respond to the fact that the request is out of sequence in any way. Certainly, they could choose to lock the user out, but more often than not it will be a more intelligent response than that.
    This problem could also manifest itself if the client
    makes a request of type a then changes their mind and
    makes a request of type b before the type a request
    has been returned.Yes, in this case the request would be considered 'out of sequence'. It's really a variation of the condition you mentioned earlier.
    Any ideas?Again, the code can respond to the fact that the request is out of sequence in several different ways. It may, for example, ignore the fact that it is out of sequence if it finds the data it needs in the session store. It may force the user to start over, or any other action which makes sense -- It's going to be very application dependent.
    Good luck,
    -Derek

  • Service Order creation from CRM Web-IC hwen user click the push button.

    Hi experts,
                        I need to create the service order (in IS-U) when the user will click the push button in CRM-Web-IC.
    I know the RFC for the same to be used in IS-U but for that I need to get order type which is mandatory importing parameter for RFC.
    I know BP, Premise & Installation.So,How can I get order type for that?
    Reply will be greatly appreciated.
    Thanks in advance.
    Regards,
    Abhay.

    Hi Gagan
    Could you please share with your solution, i am kind looking help in same are. We are using CRM 7.0, but i can not find BOL component which is ISUSRV.
    My requirement is to create Service Order from Webclient, example meter problem reporting, etc
    Please kindly reply or by email shankar no dot vangari at gmail com
    regards
    shankar

  • Create new vi by clicking on a button in front panel

    Hi. I'm quite new with Labview.
    I have to use an if statment to enable a button(I dont know whether it is possible or not in LabVIEW) then when the button is enabled to user should click on the button(lets say NEXT button) to close that vi and open another vi from a specific address.I don't need to save anything from the previous vi I just need to close it and open another one .
    Does anybody know how to first enable a button as a result of getting correct answer from an if statment and also how to close and open new vi by clicking on that button.
    Many thanks.
    Solved!
    Go to Solution.

    I think that the attached will help you a lot further.  I've documented where needed.  If you have any more questions, don't hesitate to ask.
    Open Main.vi and run it
    Kind regards,
    - Bjorn -
    Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's
    LabVIEW 5.1 - LabVIEW 2012
    Attachments:
    en99.zip ‏32 KB

  • Unable to click on any button

    Hi all
    I encounter a problem, when I go to the URL of PIA, but when I sign in and I am unable to click anything thing such as update details. Why did this happen? Can anyone please assist me please.
    Thanks

    We had an issue similar to this.
    It was caused by the user re-clicking a link/button before the page had time to load. It caused the page to load with errors although nothing looked wrong. But none of the controls worked when clicked.
    Basically, it was caused by the user not waiting long enough.
    Somtimes, even when the twirling thing in the right top corner has stopped, the bottom loading bar is still working. Have to wait till the bottom loading bar is finished.

  • Stop the report from firing until the user clicks the Go button?

    Hi All,
    Is there a way to stop the report from firing until the user clicks the Go button? At the moment it is populating when I open the dashboard page. I found something online that said i could use the Page Options>Save Current Settings> For Others.. but even though i am signed in as an administrator i only see a For Me.. option. Also, even after setting this option i would like to be able to hit the 'Go' button to run the report and have it uncollapse the section. Is this possible?
    Thanks

    Thanks for the replies,
    In my report i am trying to constrain the report to todays data only. However the only prompt i have is for another column. If i place a filter on the date column with Year=0000 it will not change with the prompt selection and so will never return any results. Is there any other way?
    It seems wasteful to fire a request to the database onload of the page. Is there an option to only fire a request what the prompts are entered? I will be using a stored proc which needs parameters to run the request so it would be good to be able to set the report to not run until it has parameters entered
    Thanks

  • How to open a new IE page when user clicks on a button or link

    Hi Experts,
    I have created WD program which fetches data from R/3.
    I have to create a link or button on the WD program. When the user will click on the link, another IE page should open. Some processing will be carried out by WD. The result of WD processing should be displayed in this new IE page.
    Regards,
    Gary

    Hi Gary,
    You need to create a seperate window and embed a new view in it. and yeah for accessing that window you need to create one apllication also which is connected to this window.
    Then in the event handler of the button's click action write the follwing code:-
    String deployableObjectName =
                   wdComponentAPI.getDeployableObjectPart().getDeployableObjectName();
    try {
                   // Get deployable object part of target application.
                   // Precondition: assume, that other application belongs to the same
                   // Web Dynpro Project (Deployable Object)
                   WDDeployableObjectPart deployableObjectPart =
                        WDDeployableObject.getDeployableObjectPart(
                             deployableObjectName,
                             <window name>,
                             WDDeployableObjectPartType.APPLICATION);
                   urlToTargetApp =
                        WDURLGenerator.getWorkloadBalancedApplicationURL(
                             deployableObjectPart,
                             UrlParam);
              } catch (WDURLException e) {
              } catch (WDDeploymentException e) {
                              IWDWindow win1 =  wdComponentAPI.getWindowManager().createNonModalExternalWindow(urlToTargetApp,"Ouput");
    win1.show();
    This will open a new window and then in the wddoinit of the new window's view you can execute the bapi and display the content accordingly.
    Regards,
    sarbjeet Singh

  • How to cancelling email submission after user clicks "yes/no" button of message box?

    could some one tell me, how can i cancelling the submission event after one user clicks "yes/no" button of message box? The scenario is the following:
    After data input in a dynamic form clicks the user send mail button. Before the email submit, the user has to decide going back to the form and validate the input or continuing to submit email.
    In case of going back to validate input the submission event must not solve. So, how can i implemente it in java and/or form calc script?
    Thanks so much for your help in advance and i am very glad to hearing from you soon!
    Djinges

    Hello,
    The most easy way to solve your problem is to add two buttons, the first should be regular button and the second is submit by e-mail one. Set the
    'presence' property of the second to 'hidden' and add to it your email address. To the first button on 'click' event add the script like this
    form1.#subform[0].Button1::click - (JavaScript, client)
    var answer = xfa.host.messageBox("Send e-mail?","e-mail",2,1);
    if(answer==1){
    EmailSubmitButton1.execEvent('click');
    Hope this helps.

  • When user clicks on "Like Button," the counter increases but nothing shows up showing the user recommends my site to their friends. What did I do wrong?

    When user clicks on "Like Button," the counter increases but nothing shows up showing the user recommends my site to their friends. What did I do wrong?
    I used the iframe code from Facebook's "Like Button" site; and inserted the code in the html widget popup box, then positioned it where I wanted it on my page and published. It looks fine (though I had to add "http" before my url to get it to show up).
    So, when a user clicks on button, a pop-up opens asking for Facebook password. When I (the user) enter a password, nothing happens after that. I thought the idea was that a user would be able to show their friends that they like my website. After I entered my password in pop-up after clicking on "Like" I went to my facebook page (a company page) to see if it showed that I (the user that clicked on "Like" on iweb) recommended the website. But nothing showed up. I thought maybe it was because Facebook associated my password as the admin for the Facebook page so didn't count it. But a friend tried it and same thing happened. I went back and on one page I put in another facebook code for a combo Like/Send button. It shows up but acted the same as the regular Like button.
    Questions:
    1. Is this the way the Like Button is suppose to work? Only benefit of Like button being that it just counts the clicks on the Like button and does NOT let users share their recommendation with their friends?
    2. If it's suppose to let users share their "Likes" with their friends, what did I do wrong? There were three types of code but in reading discussions, they all say to use iframe. (I used the first choice which I think was html for Javascript SDK and put that in my HTML Snippit box and the Like/Share button showed up on my iweb page next to the facebook icon and the words "likes this" but when I click it, I don't see instructions that it's sending my recommendation to my friends.)
    I must have done something wrong, but can't figure out what. Does anyone know? If the only benefit of the Like Button is the counter, it doesn't seem worthwhile.
    Thanks to anyone who can figure this out!  My website is couponsforfun.com

    You want something like this?
    http://home.wyodor.net/demoos/facebook/
    The send button sends the link to their friends in the address field with a message.
    They recieve a message in the inbox.
    There's no post on a page.
    If they want that, then they should share the link themselves.
    Perhaps it's best to study what facebook has to offer and how it works instead of guessing what it is supposed to do and be disappointed.

  • How to Validate a User on the click of a button in Oracle APEX

    Hi,
    How to Validate a User on the click of a button in Oracle APEX.
    say for e.g: I want to allow only a specific user to go beyond after clicking on a button and restrict all the other Users. Any ideas please.
    Thanks in Advance,
    Af

    Well , the actual idea was to hide the button for specific users and show the button only for some specific users... is this possible...?
    @ AndyH: yeah, what you have suggested also fits well for my requirement... Could you please let me know how can i achieve it...
    Regards,
    Af

  • Need to send mail to user while clicking update button

    Hi
    I am new to APEX.
    I have a requirement. When clicking an update button the a mail should automatically send to user mentioned in the form. How can i achieve this. Please help.
    Regards
    Hisham.A

    Hi,
    Do not create duplicate post about same problem
    Re: need to send a automatic mail to an id while clicking a button
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Using Cap6, need to create menu screen that allows user to click a button, branch to other screens, and return to main menu. When returning to the main screen the button that was clicked will be grayed out or inactive.  How do I do this?  I created image

    I am trying to emulate a piece of equipment.  I need the user to be able to click on specific buttons that will take the user to another screen(s).  After viewing those screens the user will be directed back to the main screen where the user would know which buttons had been pressed and which still needed to be pressed.  I create image buttons with the 3 states - that worked except when the user returns the slide is reset and so the user does not see the 3rd state of the button.  How can I get that 3rd state to stay after user returns to the main screen? 

    Hi Elizabeth,
    Since I just did this morning what you are currently attempting to do, I thought I'd share my method.  I must provide a disclaimer and tell you that I am not an expert in Captivate advanced actions--like you, I am still figuring them out.  However, I am happy to share here anything I have learned thus far.
    First, here is what my initial slide looks like (see interaction slide below).  I created all of the icons (including the 'grayed out' icon on the second screenshot) in a few minutes using Adobe Illustrator. The icons have been imported as custom multi-state buttons so that I could have the desired effect when the user hovers over the image--the yellow 'explore' flag appears only when the mouse is over the icon. When the learner click either image, they are sent to the corresponding slide.  Once both slides are viewed, a 'continue' button will appear at the base of the screen (something I've not figured out--I sent an email to Lieve begging for some guidance). 
    The initial slide (interaction slide):
    Second, here is a depiction of what happens when the learner returns to the interactive slide from the content slide (see image below):  Once the learner visits the 'Battery Content' slide and then returns to the interaction slide, the images have changed.  The multi-state button is hidden (through the advanced action), the replacement image (the image with the completed banner over it) is shown, and a hidden click box to allow the user to return to the previously visited page (just in case they desire to do that) is "shown" to allow navigation since the button is no longer there (because it is magically hidden).
    Content Slide 1:
    Remember, there may be an easier way to do this in Captivate.  I am using Cp6 for this module.
    1. I created two user variables as follows
    Name: v_batteryExplore
    Value: 0
    Name: v_fuelExplore
    Value: 0
    2. I created an advanced action for each as shown below (showing only one--duplicate the first and change the names to match the content):
    Credit: I learned these steps from @Lilibiri and Dr. Pooja Jaisingh!
    I have also noticed that it matters where the buttons are located on the timeline.  It seems best to have buttons above all other content.  Not sure why, but I have had images not appear when I have not done this.
    And the last step you do not want to forget; you need to remember to tell Captivate to use the action.
    As a final note, remember that the elements you do not want to appear on the initial screen must not be initially visible.  Make sure to set them to invisible by removing the checkmark in the 'Visible in output' box located next to the button name.  In my case, the image of the completed battery and the invisible button to allow a revisit of content was initially hidden.  Here is a final screenshot of my timeline for this interaction.  I hope this information helps you!

  • Letting user to click a button and run an application

    Hi all,
    I'm trying to do this: once the user logged on, the user can click a button to run an application. If it's the first time he/she use it, it'll let user to download the program and then run it. How can I do that?
    Thank you.
    Cal

    Find out about Java Web Start.

  • Invoke user Reports in a click of a button

    Hi All,
    i have created SQL queries for reporting purposes in the Query Manager and have designed a report layout for the same. How will i be able to invoke the report from the click of a button in an user form?
    Pls help me out...
    Thanks,
    Vishnu Kumar

    Hi Vishnu,
    Once you have added a report to the query manager you can find its "Menu UID" in the application menu Tools --> Queries --> User Queries
    Then use code to click that menu item:
    Application.Menus.Item("Menu UID").Activate()

  • Insert a new value while the user clicks create insert button

    Hi,
    I am using jdev 11.1.5
    I had created a HD and ln Eo's with corresponding Vo's
    I had dragged and dropped as the master-detail relationship
    I had dragged and dropped the create insert button
    while i click the insert button
    The last value must be added by 1 and it should be inserted in the new row
    eg:
    JlNo      Type
    1           CCCC
    4           yyyyyIf the user clicks the create insert button it should insert 5(4+1) as the value in new row
    can anyone help me..,

    Thank you jhon for your reply..,
    I will suerly follow ur words if i m havin more than 1 user but in my project i m having only one user so that i think this would be the best one.,
    could u pls tell me the solution for this..,
    I had used this code in my EOImpl method
        protected void doDML(int operation, TransactionEvent e) {
            if(operation == DML_INSERT){
                RowSet seqForThisEmp = (RowSet) getgljrnlctVO1();
                gljrnlctVORowImpl nextSeqNoRow =(gljrnlctVORowImpl) seqForThisEmp.next();
                Number next_seq = nextSeqNoRow.getSeqNo();
                this.setGjhJrnlNo(next_seq); // In this line we have the value 45120
            super.doDML(operation, e);
        }But after create insert and commit operation in the UI i m having the values as -5565656565650000000000000
    pls tell me if there any other solution for this
    Edited by: wilhelm wundt on Oct 11, 2011 2:43 AM

Maybe you are looking for