Broken Delete button in Dynamic Form. For the ADDT gurus!

I have a feeling i may be at Günter's mercy on this one. Hope you have time to look at this; of course for any and all, the same applies!
I have a dynamic list which i spent quite a lot of time with - rearranging elements within the ADDT generated KT_tng table. Just moving one recordset piece can take up to 30 seconds, so it takes QUITE a while with a lot of data to move.
Anyways, i seem to have "broken" the delete button in mine. I hope someone can help me fix it, i really dont have time to redo all the changes i did to the dynamic list layout. (i did test as i went to make sure i didnt break it, but guess i just missed a piece..) I changed mainly the location of things, and CSS.
I have an older version where the delete button works. I have compared but cannot find the answer. Both versions do everything else, live, with the database & their respective dynamic forms.
I have all 4 files live, and unprotected, for now, and txt versions of all four. If you need to test anything with the live pages, its ok, most of the data is dummy data.
Ive been saturated in ADDT dynamic lists, and dont have a background of hand coder, but am learning a lot, quick. so i have tried hard to understand this exact issue i created - im not looking for others to do my work. just my little disclaimer :)
/* TEXT VERSIONS */
/*Broken delete button*/
http://www.aquatictrainingservice.com/admin/courses_list.txt
http://www.aquatictrainingservice.com/admin/courses_form.txt
/*Working delete button */
http://www.aquatictrainingservice.com/admin/courses_list2_.txt
http://www.aquatictrainingservice.com/admin/courses_list2_detailsl.txt
/*LIVE PHP VERSIONS*/
/*broken delete button*/
http://www.aquatictrainingservice.com/admin/courses_list.php
http://www.aquatictrainingservice.com/admin/courses_form.php
/*working delete button*/
http://www.aquatictrainingservice.com/admin/courses_list2_.php
http://www.aquatictrainingservice.com/admin/courses_list2_detailsl.php
best
ben

Include the following javascript code under the onClick event of the delete button.
It works for me.
onClick:
var x=window.confirm('Are you sure ?')
if (x)
do_event(this.form,this.name,1,'ON_CLICK','');
else
return false

Similar Messages

  • Where is the delete button on iphone 4 for the removal of photographs /

    Can anyone tell me where the delete button is for removal of photographs on iphone 4 ?

    For photos in your camera roll, photo stream and other photos in folders you created on the camera, select the photo, the select the trash can icon below it.
    For photos you synced to your camera from your computer, you have to deselect the photo on the computer and sync again.

  • Can I use "Delete button" in intaractive form?

    Hello Expert.
    Please tell me the phenomenon of interactive form in Performance Management(MbO or OSA) .
    I use "off line" solution.
    Now our customer would like to delete button as delete some objectives who does not entry any comment.
    Can I use this delete button in interactive form?
    I cannot find the delete button in this form...
    Best regards,
    Makoto

    You should try the LiveCycle Designer forum, but from my experience with Acrobat forms it's not possible. What you can do is either save the file using the desired file name and path (without user interaction), if the script runs from a trusted context, or you can prompt the user with the desired file-name for the file, but not enforce them to use it, nor populate it into the Save As dialog itself.

  • How to disable delete button in a form

    HI
    can anyone show me the procedure to disable the delete button from oracle forms seeded and custom form oracle applications 11i. We are on form patch set level 18
    Regards

    Hi ,
    there are various ways of doing it..
    You can try as the previous post says or also you can try When new block instance trigger and disable the item
    using set_item_property , it all depends on when and how you want to diable that item.

  • Dynamic configuration for the application

    I'm a newbie and trying to evaluate JSF. I took part in a project with struts framework and i could say i don't like struts cause of some limitation and i suspect that JSF has the same limitation. First of all, there are JSP pages. I can't use JSP pages/templates stored somewhere else except web application. I'd like to store my templates in the database. This will give me ability to add/change/remove jsp page without redeploying war-archive. Yes, i can use exploded war-archive and add JSP pages straight into file system, but i don't like this way. Next problem is the configuration file like struts-config (faces-config, whatever). I have to write down all my navigation logic and beans mapping to this file and it's really annoying me. This kind of project requires dynamic configuration for the all web application and i'd like to add/change/remove pages, beans, actions without restarting/reconfiguring webapp. Today, I looked thru documentation and source code and found that FactoryFinder class could use my own classes but i'm not sure it will be enough for the dynamic configuration for the beans. In any case, it's a huge problem with the templates.
    Right now i'm thinking about 1(one) JSP with XML/XSLT rendered HTML content and JSF for event/action handling. I mean, i'll use XSLT to render dynamic content and JSF for dispatching events. In that case i have to render form tag names in the HTML as JSF engine (i'm not sure if it possible). If it will take a lot of time to do this i'll have to switch a home-grown framework.
    So, i really need advices how to implement this sort of dynamic behavior in the web application.
    regars,
    anton

    A lot of what you're seeing are genuine limitations, but happily, JSF is so pluggable that you can overcome them.
    JSPs are problematic in exactly the way you describe - unless your app server has support for pulling JSPs out of a database, etc., you're SOL. JSF, however, lets you use something other than JSPs by replacing the ViewHandler. That's a fair bit of work, but it is doable.
    For navigation logic, you'd replace the NavigationHandler. As long as you're willing to write the code that can pull navigation rules from an external source, life is good.
    For managed beans, all you need to replace is the VariableResolver - again, if you can pull the rules from an external source, you have full control.
    This is all far from easy - and it's a huge amount of work for one person - but I'd imagine these pieces will become available from various sources. A core goal of JSF 1.0 was making the framework as a whole pluggable so that others can innovate on top of the framework.
    -- Adam Winer (EG member)

  • Insufficient space on the form for the pasted content

    I am getting an error when i am dragging the table to the form
    "insufficient space on the form for the pasted content"
    how to rectify ?

    Hi Tarang,
    When you drag and drop data source to the form, it automatically sets the length equal to the field's data length.
    So you need to resize it to fit in the screen.
    for example:
    if you have a long text object in data source.
    when you drag and drop it gets both the coulmns TDLINE & other.
    but you only need to display the TDLINE so delete the other coulmn of this field in the form.
    thats how we resize tables. this is quite offen in nested tables.
    hope this helps,
    Cheers,
    Sai

  • Different LOVs in af:query and af:form for the same VO attribute

    Hi,
    We need to display different LOVs in af:query and af:form for the same attribute in VO.
    Is it possible to use LOV Switcher for this ?
    What condition can we use in LOV Switcher attribute to check if it is View Critearia row or VO row ?

    We have a VO attribute "User" which needs to be displayed as LOV in a Search Panel ( af:query component created using View Critearia ) and in a af:form.
    When this VO attribute is displayed in search panel, in LOV, we need to show all users.
    When this VO attribute "User" is displayed in a form for editing, in LOV, we need to show only active users.
    For this, we created two LOVs "ActiveUsersLOV" ( which shows only active users ) and "AllUsersLOV" ( which shows all users ) on VO attribute "User".
    LOVSwitcher attribute should return "ActiveUsersLOV" if the LOV is displayed in form and "AllUsersLOV" if the LOV is displayed in search panel.

  • ITunes has deleted all my music except for the genre I was listening to yesterday.  It has also deleted my purchased movies and all my podcasts and playlists.  Grrr

    iTunes has deleted all my music except for the genre I was listening to yesterday.  It has also deleted my purchased movies and all my podcasts and playlists.  Grrr.  Is there a way to find it all again???

    Hey there MotherMarthaMayhem,
    Welcome to Apple Support Communities.
    This article provides information and troubleshooting tips that may help you find the media that recently went missing from iTunes on your MacBook Pro.
    iTunes: Finding lost media and downloads - Apple Support
    Cheers,
    -Jason

  • Spain: Statutory forms for the Spanish Government Fiscal Authority

    Hi
    We are implementing FI in several
    Spanish companies. Our client has requested to produce directly from SAP some fiscal statutory forms for the Spanish Government Fiscal Authority, and they need to produce them in the exact format that the fiscal authority request. We mean that our client wants SAP to print a form that can be sent directly to the Spanish Fiscal Authority. 
    We have made a research (help.sap.com, OSS notes…) in order to identify what of those forms are produced (or may be produced) and printed directly from SAP, and for what of those forms SAP just produce a report with the information needed but NOT in the exact format that the Spanish Fiscal Authority request.
    We have also propose our client to send the information with an txt file produced by SAP, but they request not only the DME but also to produce the form directly from SAP for some companies.
    We will really appreciate if you can tell us if SAP can produce the exact format that Spanish Government request for the followings tax statutory forms:
    ·     300 - Régimen General. Declaración Trimestral. We know that S_ALR_87100833 is used for that form, but we need to know if SAP printout is valid for the Spanish Tax Authority.
    ·     320 - Grandes Empresas. Declaración mensual. We know that S_ALR_87100833 is used for that form, but we need to know if SAP printout is valid for the Spanish Tax Authority.
    ·     349 - Declaración recapitulativa de operaciones intracomunitarias. We know that S_ALR_87012403 is used for that form, but we need to know if SAP printout is valid for the Spanish Tax Authority.
    ·     390 - Declaración resumen anual I.V.A.  We know that S_ALR_87100833 is used for that form, but we need to know if SAP printout is valid for the Spanish Tax Authority.
    ·     392 - Declaración resumen anual I.V.A. grandes empresas. We know that S_ALR_87100833 is used for that form, but we need to know if SAP printout is valid for the Spanish Tax Authority.
    ·     110 and 111 - Retenciones e ingresos a cuenta. Rendimientos del trabajo, de actividades profesionales, de actividades agrícolas y ganaderas y premios. Declaración – documento de ingreso.
    ·     347 - Declaración anual operaciones con terceras personas. We know that RFUSVS14 is used for that form, but we need to know if SAP printout is valid for the Spanish Tax Authority.
    ·      349 - Declaración recapitulativa de operaciones intracomunitarias. We know that RFASLD11B is used for that form, but we need to know if SAP printout is valid for the Spanish Tax Authority.
    Thanks a lot in advance and best regards

    Hello Rafael BV,
    Have you read the SAP note 929649? It explains how to send model 347 via internet.
    We send 347 and 349 files via internet and it works. About the other models that you ask for, we generate the information with the report and complete it in the web site manually.
    We have another problem with the 347 model, some customers that send us invoices with IVA soportado and in this model, the system checks if it is a customer and appears as IVA repercutido. The program doesn't check the type of task, check only if it is a customer or vendor.
    Do you have any idea?
    Thanks in advance.

  • Dynamic selections for the FBL5N report

    Hi Experts,
    Can any body help how to add the account assignment group field in dynamic selections for the FBL5N report.
    rgds / Srini

    Hi Alex,
    Thanks for your quick response, here for the report FBL5N the logical database is DDF and the field which should be add in dynamic selection is (KTGRD) account assignment group is available in KNVV table but this table is not available in DDF logival database.
    Please suggest us how we can pickup this field into the report FBL5N for dynamic selections.
    regards / Srini

  • Finding output type and form for the transaction

    hi all,
       i have a problem finding output type and form for the transaction j1iv .actually i need to find the standard output type and form name for the transaction j1iv. how can we do it.

    Hi Abinash,
         Go through the following steps.
                     1 . Go to the transaction <b>NACE.</b>
                     2. You will be able to see the <b>Application and description</b> tab over  
                         there. Select the Application for which you need the output type.
                     3. After selecting the Application..on the top you can see the tab--
                        output types...click in that..here you will be able to see all the <b>output
                        types for that application.</b>
                    4. Now select a output type ..and on the left side u will be able to see
                       the tab for processing routines...double click on it...
                    5. Here you will be able to see the standard SAP program...the form
                       routine...the form..attached to it..
                Please Reward..if helpful..
    Regards,
    Himanshu.

  • Standard prgram and the standard form for the AR Bill of Exchange

    I need to configure AR Program for Bank bills and Bill of Exchange. This configuration is for France.
    Can you let me knoe the standard prgram and the standard form for the same.
    Regards,
    Senthil

    Hello,
    You can refer to the below sap help link whcih describes about the Bill of exchange understanding in sap
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/FIBP/FI-AP-AP-BE.pdf
    http://help.sap.com/saphelp_45b/helpdata/de/e8/f0c10a0a6911d294f200a0c929f4c9/frameset.htm
    Alternatively you can also check the customizing settings for the BOE which details on the settings needed foractivating of BOE
    hope this helps
    regards,
    radhika

  • Dynamic name for the physical table

    Hi Guys,
    How to setup dynamic names for the physical table? Where it is useful?*
    Pls help me out on this.
    thanks

    Check this similar post which might be of help dynamic physical table source schema
    Cheers,
    KK

  • Smart Form for the CRM Survey

    Hi Experts,
    I want to do a smarform for the CRM Survey, is there any standard smart form for this.
    How do we trigger the smart form for the same.
    Thanks in Advance,
    Praveen

    Hi Praveen,
    As per my understanding u have to make a custom smartform for CRM.
    Try using  FM CRM_ORDER_READ with importing Parameters IT_HEADER_GUID and for Bar Code
    use standard smartform BC470_FLOWD_LABELS.
    Hope This Helps...
    Thanks
    Ravi

  • How to Generate a complex smart form for the Sales Order different pages h

    How to Generate a complex smart form for the Sales Order different pages has different page Layouts  explain me?

    in print program in interface when calling the form there should be some option to tell it to make a NEW spool everytime.
    I have it in mind for sap-script it is ITCPO-TDNEWID. Dont have it in mind for SAMRTFORMS but still it should work somehow similar.

Maybe you are looking for