Warning Message - "Delete this row?" before deletion occurs.

I'm trying to find a way to warn the user that the button they clicked will delete the entire row. If they answer "Yes" to continue the deletion occurs. If they answer "No", the row does not delete.

Hi,
If you declare a variable to the value of the reponse from a dialog, then you can test that response and take action:
// Prompt the user
var nResponse = xfa.host.messageBox("You are about to delete this row. \n\nDo you want to continue?", "Deleting a row", 2, 2)
// Test the response: Yes = 4
if (nResponse == 4) {
     // You deletion script
Hope that helps,
Niall

Similar Messages

  • How to suppress the Warning messages while doing GR(MIGO)

    Hi ALL,
    I have a requirement while posting goods GR/GI using T-code MIGO.
    Trying to do GR against PO using MIGO.After selecting the line item quantity and entering BATCH Number for line item Material when I click on 'CHECK' Pushbutton i am Getting the below Warning msg
    'For batch RAB001 of material 1522582, no class could be determined'. Message no M7207.
    How to suppress this above warning message, I want to Post the goods by suppressing the above warning message .
    Like similarly while issuing the goods to the to the Production order using MIGO i am getting warning message when I click on 'CHECK' Pushbutton.
    I do want to issue the goods by suppressing warning message in this case also.
    I know this could be solved by customization but we are dealing with batch managed materials.
    How to suppress the the above warning messages in MIGO through ABAP coding ...
    Looking forward the helpfull answer.
    Regards,
    venky

    Hi
    Answer is pure assumption.
    Pls check the following OSS notes
    Note 319094 - Warning message during batch classification in IM
    Note 122937 - UD: Error message M7207 when you save
    Note 399416 - Message M7207 not analyzed in background
    Note 786755 - You cannot suppress message M7 207
    Note 201196 - MIGO: Error M7207 for goods receipt for batch
    Pls take opinion from SAP / Basis before implementing the OSS note
    Regards
    Madhan D

  • Warning message in Transaction VF31

    Hi,
    I want a warning message in transaction VF31 and my system is ECC 5.0.
    I couldnt locate any billing exit.
    Is it possible to throw a warning message in this case?

    Hi Ronaldo
    I do agree that it is a standard  program and that is why Copying of  standard  program to Z program and assignment of that Z program will be correctly done my the Technical consultants . So its better to take help of the technical consultants So that we wont face any problem when we run VF31 again after changing the program
    Regards
    Srinath

  • Warning messages for purchage order date?

    Hi Friends,
      I am ABAP developer, and I am developing one webservice to create value contract from dotnet front end,
    So user can enter inputs from that front end and he will get SAP generated value contract id.
       Here I did validations for all the fields and giving error messages to restrict user to dont give incorrect values.
    Now coming to my issue..,
    While entering the PO Date in the initial screen of contract creation,
    If I enter future date,
    > The purchase order date lies in the future. Please check
    If I enter the past date.,
    > The purchase order date is in the past. Please check
    I will get warning messages like this, so what should i do, I can enter, today's date to avoid these messages,
    And I can neglect these two messages to proceed, as they are warings only.
    But in my case , Can i process these messages to front end, Is it mandatory.
    I want to know the intention of these messages, then i can proceed.
    Thanks,
    Naveen.I

    Hi,
    It is telling an information about the date status and n=it is not an error message.
    so you can go ahead with this message.
    If you want the same message in front end then you can write the logic in the dotnet prog.
    Regards,
    Sumith

  • Warning message on startup

    Hi Everyone,
    I'm very new to Fireworks. Just starting to learn it with my
    trusty "Macromedia Studion 8 For Dummies"!
    On startup I'm getting the message "Problem loading the
    content XML. You've requested a language ('en') which does not have
    any available content".
    The program seems to run ok, but I don't understand what's
    causing this message or where I may have requested a language 'en'.
    Any ideas anyone? And how do I get rid of the warning
    message?
    Many thanks for your time if anyone can help - sorry if it's
    a dumb question.
    Paul

    Pwlb wrote:
    > The program seems to run ok, but I don't understand
    what's causing this
    > message or where I may have requested a language 'en'.
    >
    > Any ideas anyone? And how do I get rid of the warning
    message?
    This tech note may contain information related to your
    problem
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=61246414
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    http://www.adobe.com/communities/experts/

  • Warning message on startup and 3D disabled

    A little while ago I started receiving a message on Photoshop startup saying that 3D requires a minimum of 512mb of vRAM.I havn't made any changes to my hardware.
    I have a ATI 5700 graphics card installed, I don't really know what vRAM is but when I run a DxDiag it reports that there is 4095mb on the card, is this the vRAM, i don't know? If not how can I determine how vRAM I have?
    Thanks,
    Bernie

    Pwlb wrote:
    > The program seems to run ok, but I don't understand
    what's causing this
    > message or where I may have requested a language 'en'.
    >
    > Any ideas anyone? And how do I get rid of the warning
    message?
    This tech note may contain information related to your
    problem
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=61246414
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    http://www.adobe.com/communities/experts/

  • Warning message on MIGO

    Hi all,
    I'v set the Unlimited Overdelivery Allowed indicator at the PO.
    As client requirement, at the reception, I need to give a warning message in order to warn the user that he's receiving more than it's set on the PO.
    Can you give me a help on this?
    Many thanks,
    Afonso Pereira

    you need to take help of your technical team member (ABAP)
    During MIGO your code will fist validate if EKPO-UEBTK = X then
    If it is a first GR:-
    your Abaper need to validate EKPO-MENGE with GR Qty.
    If GR Qty is Greater than EKPO-MENGE then it should display Warning Message
    If you have already posted few Partial GR and creating another new one
    then (Sum of EKPO-WEMNG + MIGO Qty) is greater than  EKPO-MENGE then system should give Warning Message
    Hope this helps you

  • Warning message due to JSPDynpage

    Hi All,
    We have a scenario where in the jspdynpage we have only hyperlinks and One of the hyperlink is pointing to the standard uwl iview as follows
    [http://portalhostname:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fiViews!2fcom.sap.netweaver.bc.uwl.iviews!2fcom.sap.netweaver.bc.uwl.uwl_iview?sap-config-mode=true|http://portalhostname:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fiViews!2fcom.sap.netweaver.bc.uwl.iviews!2fcom.sap.netweaver.bc.uwl.uwl_iview?sap-config-mode=true]
    We are on CE7.1 and whenever I click on this hyperlink of jspdynpage, the uwl iview opens but with a warning msg  at the header of the UWL as follows
      "Another administrator is currently customizing this application. If you want to customize, please restart the application later and try again"
    Same UWL iview when I open  thru Home ->Work->UniversalWorklist , it does not show this warning message.
    Is it bcoz of any session object inthe jspdynpage? any pointers will be of great help.
    one note & Observation
    assume that all the users are logout from the portal now any user first logged into the portal then that warnong message is not displayed at the header level of the UWL iView which we are accessing thru the hyper link from the JSPDynpage . but second user onwards any number of users are logged into the portal and click on the hyperlink in the JSPDynpage and it goes to UWL Iview where it is showing the above mentioned warning message at the header level. it is happening the same for the second user, third user and all users consequently but this warning message is not displayed for the very first logged in user.
    Can anybody replys then it would be great help to us . <<text removed>>
    when we access those links directly from the browser it is not giving that above specified  warning message but  this warning message is getting displayed when we access those hyperlinks from JSPDynpage .it seems there is some session related problem or something related to that. pls help.
    Thanks
    Bindu
    Edited by: Hima Bindu on Apr 22, 2009 6:40 AM
    Edited by: Matt on Apr 22, 2009 3:46 PM - please do not offer rewards

    Hi Michael
    Excellent !!  .our issue has been resolved.
    Thank you very much & Thanks a lot for your help.
    Can you please tell me what the reason due to with ?sap-config-mode=true in the URL...??
    can you please give me the reason why this warning message is disappeared by removing the ?sap-config-mode=true.
    Thanks
    Bindu

  • Transfer of warning message to black berry

    Hi,
    I am working on Offline approval of Shopping cart and Purchase Order to blackberry. I wanted know how to transfer the error/warning message to black berry.
    Thnks

    For Account Assignment WBS element, budget check warning message. Expectation is that even if the shopping cart/PO is exceeding the budget, shopping cart/PO should be allowed for approval with the warning message. This warning message should be displayed in the blackberry.
    The Budget check warning message for WBS element from ECC should be displayed in offline approval email.
    I wanted to know how can we manage this situation
    Edited by: a.sreenivas77 on Jan 26, 2012 7:21 PM

  • Error on trying to upload document - This row was changed by somebody else.

    Hi,
    I have a portal form where I am trying to upload a file as a blob into a table in the database. While uploading, I am getting the following error message:
    Error: This row was changed by somebody else. (WWV-03312)
    I even dropped the table and recreated it, but continue to run into this problem. I would greatly appreciate any assistance....
    Thanks,
    Subbu.
    Subramanyam Ramarao
    Senior Technical Consultant
    Oracle Direct

    Hi,
    Did you remove any columns from the form which are in the table? If that is the case recreate those colunms in the form with the same name as the columns in the table.
    Thanks,
    Sharmila

  • Stop the server warning message

    How do I get itunes to recognize their own server?  I keep getting warning messages like this - iTunes cannot verify the server "bookkeeper.itunes.apple.com”?

    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    In the Category list, select Certificates. Is there a certificate with "VeriSign" in the name?

  • Slin overview - warning message

    Hi,
    In "SELECT SINGLE ...", the WHERE condition for the key field "EPCGKEY" does not  
    test for equality. Therefore, the single record in question may not be unique.  
    what does it mean?

    Hi,
    The Select will return more than one possible record but limiting with the single option in Select. 
    If you need to remove the warning then better declare one internal table and use into table <internaltable> instead of select single.
    sampe  code:
    Previoulsy the warning is due to:
    select-options : s_matnr for mara-matnr.
    data: l_matnr type mara-matnr.
    select single matnr from mara into l_matnr where matnr in s_matnr.
    This code will give warning message.
    Change the code as below:
    types: begin of t_mara,
                matnr type mara-matnr,
             end of t_mara.
    data: it_mara type standard table of t_mara.
    select matnr from mara into table it_mara where matnr in s_matnr.
    This code will not give any warning message.
    This is as per my understanding <<Text removed by moderator>>
    THANKS,
    Edited by: Matt on Nov 18, 2008 3:04 PM Do NOT ask for points

  • Display Warnning message before delete row

    i have a table and i added a column and but in it a button that perform delete action
    when i press the button a row is deleted but i want to display warning message before deleting for example
    "are you sure you want to delete this row ?" Yes or No
    If press yes the row will be deleted else no action is taken
    how can i do this ?

    You can use clientListener to do this.
    <af:commandImageLink text="Submit" id="cil1" partialSubmit="true" >
    <af:clientListener type="action" method="customConfirm"/>
    </af:commandImageLink>
    <af:resource type="javascript">
    customConfirm = function(event) {
    var answer = confirm('Are you sure you want to delete this row?');
    try
    if (!answer) {
    var component = AdfPage.PAGE.findComponentByAbsoluteId("cil1");
    ..... your action here.....
    catch(e) {
    alert(e)
    </af:resource>
    But if there is a event or event listener on the commandimagelink then it will always be called. To avoid that you could remove the actionlistener and add serverlistener and call it through the javascript function. See the "Web User Interface Developer's Guide for Oracle Application
    Development Framework" for more info.

  • Why does everyone else seem to get 180 days and several warning messages before THEIR accounts are deleted??

    I got a text message this morning informing me that my vzw pix account had been permanently deleted due to 60 days of inactivity. So I searched online to see if there was some way to get my pictures back, since I had very little room to store them on my crap phone I deleted them once they were uploaded. I come to find out that no, there is no way to get them back and also it seems that everyone else in the whole world had 180 days and more than one text message an entire month before their account was deleted. This is ridiculous and I would have preferred that Verizon not offer any storage at all if they just delete everything you save with only one warning that you can easily forget about in a month. I also want to know why everyone else seems to get 180 days of inactivity and I get 60, and why they get multiple messages warning them when I got one.

        Hello arlahalvorsen,
    I know pictures have great value. I'm sorry to hear your pictures were deleted. As you already know once the pictures have been deleted there is no way to retrieve them. The inactive period for "Free" Multimedia and Messaging accounts has been reduced from 180- to 60-calendar days. Previously, a customer would be sent messages at day 150, 170, and 180 letting them know that their account is inactive and subject to termination at day 180 of inactivity. Now customers receive messages at day 30, 50, and 60-calendar days of inactivity. Thank you.
    Tominque B.
    Please follow us on Twitter @VZWSupport   

  • I tunes won't open. No warning message, just the first terms agreement opens and when i agree itunes stopes running. I just wiped and reinstalled everything including windows. I updated everything fully. Deleted spybot unintalled and reintalled new

    I tunes won't open. No warning message, just the first terms agreement opens and when i agree itunes stopes running. I just wiped and reinstalled everything including windows. I updated everything fully. Deleted spybot unintalled and reintalled the newest and one older version of itunes. still nothing. I tried to delete some files that is hidden as directed by apple. I have been trading emails with customer support but it has been no help at all. I am running Windows XP. Before i wiped my computer I ran itunes with no problem, on this computer, this week.

    WOOOOOOOOOOOO!!!! JUST WANTED TO UPDATE Y'ALL THAT BY SOME STROKE OF HEAVENLY GLORY, ITUNES DECIDED TO WORK AGAIN!!!
    WOOOOOOOOOOOOOO!!!
    How did I do it you ask??
    after all the stuff I updated you about, I tried one last time to install....still didn't work...so once again I wiped my system of everything itunes and apple related
    well today I was trying to watch a video that required me to get the quicktime plug in, and it too me to a page that was a quicktime install + itunes 7.blah blah blah instead of the other way around
    well, don't ask me why, but low and behold
    IT WORKS!!!!
    I HAVE MY ITUNES BACK!!! (JUMPS FOR JOY)
    Just wanted to share my shear elation

Maybe you are looking for

  • How can you make the iPod tell the diff between a movie and music video

    Greetings! How can you make iPod tell the difference between a Music Video and Movie? Everything I put up on the iPod falls into Movie. So is it something I have to do in iTunes? Thanks for the help!

  • Older MacBook as a Media Server

    I have a 13" mid 2007 MacBook running OS X 10.7.3 that I'm replacing with a MacBook Air.  I also have an iPad 2 and we have two iPhones and various iPods (and a Time Capsule, which I adore).  I would like to use the MacBook as a media server (way up

  • Opinion of ur zen micro experience........

    i havent even recieved my micro and i've been havin second thoughts on my buy......im not sure if i wanna even try it in hopes of reselling it and just gettin a ipod mini.......i dont want to have to troubleshoot a brand new mp3 player just to get it

  • Populating report region using values in another region

    Hi, I have a scnerio. Help on this would be greately appreciated. Following is the explaination based on department/employy example On a single page, i want to show a region which will display a list of departments and every value of department will

  • Single Bubble does not show in bubble chart

    It would be great if there were a separate forum for Flex Charting related discussion. I noticed that you have only one row of data in your dataProvider for a BubbleChart (and hence only one bubble), the chart shows up empty. I believe this is a bug.