Two reports's entries to the same form, the DELETE button works unproperly.

I have two reports refrencing one form in which I have one item whose value is set by the refrencing report. In the form I build two branches back to the two resports by the item's value(conditional branch). when press the SAVE or CREATE button all work properly. But when press DELETE button, it seems the system clears all caches so that the item loses value. Then my two branches don't work. If I change "Javascript:apex.confirm..." to "Javascript:confirmDelete('...');" ,the two branches work, but the validations are always working, even if I change then validation option to "No". Can anyone help me? Thanks.

I have found the answer.

Similar Messages

  • Is it possible to make the delete button work properly with google apps hosted gmail accounts?

    The subject says it all.  This has been ungoing problem for YEARS.  Has anyone come up with a fix or work around?  It is ridiculously annoying to have to come home and delete 100 messages I already saw over the course of the day and know are worthless...

    Unfortunately I do not have that option. 
    That screen gives me the following:
    Account
    Mail on/off
    COntacts on/off
    Calendars on/off
    Mail days ot sync
    Mail folders to push
    Delete account
    That is all I have.
    If I go into account form there I have:
    Email:
    Server:
    Domain:
    Username:
    Password:
    Description
    Use SSL on/off
    That is all I have.

  • Use the same form with different button turned on in different calls

    Can I use the same form with different buttons turned on in different calls?
    Thanks!

    This is to avoid piracy. What could happen is, people could buy music, and give it away for free online. Usually it is then you buy a complete album off iTunes that it will only be available on one device. It is tied to that account, and the device must be registered to that account to listen to it.

  • Under "History," a specific website with 6 line entries would not respond to the delete button. Is this a dangerous website?

    I delete websites I visit in "History" line by line, and I save the ones I find valuable for viewing in the future. Last week I visited a new website and checked out a few articles. A few days later I was deleting that day's line items I did not want to revisit. This particular website would not let me delete any of it's line items, no matter what. It was Just this website. Never have I encountered this problem. I had to go into Firefox and delete this particular website under "Forget this Site." Any answer as to why?

    ''guigs2 [[#answer-680061|said]]''
    <blockquote>
    That is how I delete individual websites from history, what steps were you taking to delete the site entry?
    </blockquote>
    I usually just highlight websites under a specific day of "history" and hit the delete button on my keyboard. Gone.
    When that didn't work for the one website, I tried right clicking that line, and a variety of other things. The specific website just would not go away. I just did not want to delete 7 days of history at one swipe of the delete key. Finally I went out to Firefox's 'Getting Started,' and in the left column was 'Privacy & Security Settings.' There is a section under Privacy & Security Settings called Delete Browsing Search and Download History. I read those items to see if there was something I was missing. One was called "How do I remove a single website from my history?" Followed instructions and just that website popped up. Highlighted those items from that site and deleted. Gone. Still do not know why the website would not delete in the first place. Makes a paranoid more paranoid about websites watching you.

  • How can I delete bookmarks on my toolbar when the 'bluestar' isn't illuminated? (Same for the 'delete' button in the library menu).

    Dear Sir/Madam
    I have had a look at your solutions page and have tried to use all the advice suggested however, when I try to delete three items on by Toolbar, none of them illuminate the 'BlueStar' which is beside their address. (I have successfully got rid of other items). I have also tried to delete the items in Firefox's library menu, however, the delete button their isn't illuminated either. I am now concerned that the items are spyware. I was thinking of reinstalling the software but, this would mean loosing all my Bookmarks.
    For your information, I have just updated Firefox to 28.0.
    I would appreciate your help with this matter.
    Kind regards
    Suzanne

    Dear sludge7051-x
    Thank you so much for all your help.
    I did as you said (after trying to find a very old mouse in my computer box in the attic!), and managed to delete the offending tags.
    Really appreciate your prompt response to my problem.
    Have a lovely weekend.
    Kind regards

  • How to make the delete button save before deleting?

    Hi all,
    I created a tabular form. What I want to do is when the user click the Delete button, it saves the chagnes AND delete the checked row(s). I tries putting the request "Delete" in the Conditional Processing of the multirow delete process, but I couldn't get it to work.
    Does anyone know how to do that? Thank you very much for the help in advance!

    So, instead of having two separate button, one for Apply Changes and the other for Delete , you want to have one button that will do both. However, if you do that you may miss out on the delete confirmation or end up having a confirmation for both the actions.
    Here is how to do it.
    1. Lets say we will retain the Apply Changes (label) button with request SUBMIT. So make the Condition on Delete button 'Never'.
    2. Now edit the ApplyMRD process and make the condition When Button Pressed = 'SUBMIT'
    3. ApplyMRU will also have the same condition.
    Now both processes should fire on the click of one button.
    BTW, you many have to change the sequence number of the ApplyMRD process and make is greater than the sequence number of the ApplyMRU process.
    Regards,
    Edited by: Prabodh on Aug 17, 2010 8:28 PM

  • XML forms / news - delete button

    In the RenderListItem form, I did included two buttons :
    - edit button to edit the news => work perfectly
    - delete button to delete the news => the problem
    When I click on the delete button, I receive the following message :
    XML - Forms
    Item /BvD-it SEPNews/Others/0056c04e-7c12-2a10-8185-c74e6f577c75.xml does not exist
    but the file do exist.
    When I click on the OK button (at the end of the message), the news is effectively deleted.
    So this is functionnaly working, but it comes with a non relevant error message.
    Thank you for your help
    Vincent

    Thank you Matthias,
    I did add the buttons to the xml forms, not to use the FlexUI command.
    This solution bette fits the layout requirements I've.
    Are you sure about your statement that these buttons are no more supported ? Because I did opened an OSS message about the error, and discussion is going on, they never said it was no more supported. (Next step is to connect to our Portal)
    I'll keep the Treath updated with the solution provided by SAP.
    Thank you and kind regards
    Vincent

  • HOWTO: Hide the delete button in a NavigatorBar

    HOWTO: Hide the delete button in a NavigatorBar (JSP)
    Goal: Hide the delete button in a NavigatorBar or JSNavigatorBar Data Web Bean. This example works for either bean.
    Solution: Edit the .jsp file containing your NavigatorBar bean. For a generated BC4J JSP application, the file is YourView_Top.jsp.
    Find the code that instantiates the NavigatorBar. It will look something like:
    <jsp:useBean class="oracle.jbo.html.databeans.NavigatorBar" id="tb" scope="request">
    <%
    tb.initialize(pageContext, "MyProject1_bizcomp_BizcompModule.MyView");At this point, add the following line of code to hide the delete button:
    tb.getButton(tb.NAVIGATE_DELETE).setButtonVisible(false);You can find the variable names for the other navigator buttons in the javadoc for oracle.jbo.html.databeans.BaseNavigatorBar. In the online help, this is under Reference -> Business Components Reference.
    null

    Georges,
    This has come up before, and after some experimentation, there's not a straightforward way to do it.
    There are two possible solutions that I can think of:
    1. Write your own custom bean and/or extend the beans provided to modify them to your needs.
    2. Wait for the 3.2 release at the end of the month. This release provides custom data tags with much finer grained control over specific items such as the buttons.
    I think 2 is preferable, if you have the time to wait.

  • Mac OS 10.6.8.  In address book I have tried to delete some groups (created when I created an account in mail which I then subsequently deleted).  However in address book edit the delete button is greyed out.

    I cannot delete groups in address book because the delete button is greyed out.  I have deleted the original mail accounts which created the address book.  I could just leave the groups there but the problem it creates is that address book tries to connect to the relevant server every time I open mail, then I get various error messages because it cannot connect.  Thanks for any assistance.

    I found this link for a similar problem someone had with a Lotus Notes account. I used it to resolve my issue with a different email account (basically followed the same steps, and then looked for the particular account I needed to delete)... hope it helps!
    http://aumja24-usa.blogspot.com/2010/10/iphone-removing-lotus-notes-traveler.htm l

  • Hi, I would like to know how can I recover a document from pages that I didn't save anytime and instead of clicking the button save I clicked the delete button at the end. Is there any way to recover it?

    Hi, I would like to know how can I recover a document from pages that I didn't save anytime and instead of saving the doc I clicked the delete button. Is there any way to recover it?

    Regardless of application, the first step that I take is to save and name the current document — even if it has no content yet. With Pages, this good habit enables autosave. As you add content, your document revision history is restorable via the File Revert To menu. The delete key has the same document foreboding as only teaching a pet raven to speak "Nevermore."

  • HT4101 I discovered a fatal flaw in the iPad procedure for downloading images from camera to iPad: after selecting the images to be downloaded, an accidental touch of the "delete" button, wipes all selected images from the camera, with no warning?

    After downloading some 60 images from camera to iPad, I was "scrolling" down to select the last images, and inadvertently touched the "Delete" button that appears at the top right of the screen, when the "Select" option is chosen. I did not notice the warning "Delete 60 Images?", and continued scrolling down, when my finger touched the warning message. All my precious images were instantly deleted from the camera The sensitive touch screen feature makes this a real problem. Apple should "fix" this unacceptable feature, surely! I suggest that the images on the camera memory card should not be able to be deleted from the iPad, and this shpuld require to be done using the camera controls only. Similarly, the "Delete" or "Keep" options that appear after importing a selection from the camera, should NOT allow the images on rthe camera to be deleted, but only the imported (downloaded) images on the iPad. This unnecessary option could easily delete precious images from the camera!
    Apple should remove the option to delete images from the camera, and the iPad touch screen commands should olny delete images on the iPad. (Alternatively, the "delete option should be on a separatly accessed "page".)
    Surely enough users of the "Lightning to USB Camera Adapter" will agree with the above?

    No, I don't agree. Whenever you connect a camera to a computer you are given the opportunity to delete the photos on the camera after downloading in precisely the same way the iPad does this. The fact that you touched Delete and then ignored the Warning doesn't change anything.
    I've loaded thousands of photos on my IPad and never have had that problem.
    Don't blame a moment of carelessness on your device.
    If you want to make such a suggestion to Apple use http://apple.com/feedback

  • Hide the DELETE button in EditCurrentRecord !!!

    Hi,
    Who can tell me how can I hide the DELETE button of the EditCurrentRecord ?
    Thank You !

    Georges,
    This has come up before, and after some experimentation, there's not a straightforward way to do it.
    There are two possible solutions that I can think of:
    1. Write your own custom bean and/or extend the beans provided to modify them to your needs.
    2. Wait for the 3.2 release at the end of the month. This release provides custom data tags with much finer grained control over specific items such as the buttons.
    I think 2 is preferable, if you have the time to wait.

  • HT201436 voice mail management is really bad with the newer version of software for my iPhone5  my old version deleted VMs instantly but now my phone freezes up and at times the delete button does not work until i set the phone aside for up to a minute.

    I am having a hard time deleting unwanted voice messages with my new phone and software as compare to my iphone4 which was as easy as clicking on the delete button.  VMs would delete instantly.  with my iPhone 5 7.0.4 software ver the first one or two delete immediately then the phone freezes up for several seconds making the process frustrating.  I am wondering if either I am doing something wrong or if there is a fix out there.  its a giant step backwards for Apple.

    I am having a hard time deleting unwanted voice messages with my new phone and software as compare to my iphone4 which was as easy as clicking on the delete button.  VMs would delete instantly.  with my iPhone 5 7.0.4 software ver the first one or two delete immediately then the phone freezes up for several seconds making the process frustrating.  I am wondering if either I am doing something wrong or if there is a fix out there.  its a giant step backwards for Apple.

  • How to add the delete button

    Hello Guru's and Experts.
    I am working on a change request , the change request is as follows
    Once a cost simulation is run for a maintenance item and the data transferred to BI, it cannot be deleted from BI, only overwritten with an updated cost simulation. In the instance where the such items are no longer required to be included in the simulation, it must be made possible to delete the simulation costs in BI.
    The current design in my project significantly increases the effort required to identify unwanted cost simulations and greatly increases the potential for incorrect data to be used in Budgeting and forecasting.
    My question is how to add the delete functionality in the report. is it acheavable through the portal or WAD,
    iam new to SAP BI , if possible can anyone kindly suggest me the steps to do this functionality.
    Appreciate your quick response..
    Thanks
    Ravi.

    Hi Guru
    Thanks for your valuable information.
    We got the requirment changed now from the users , the delete button should display in the report, i mean in protal, Now the user wants to delete with the selection criteria, for example, once the user hits the row in the report, that means if he selects the Main work center, and selects the delete button , he wants all the data related to that main work center to be deleted.  and another senario is what ever row the user selects  the characteristics in the row, for example, if the user select  for any row, i mean it can be any cost center or fiscal year, maintaiance item, cost elements, ..etc.  
    Once the user  selects the row and hit the delete button,  and he wants to hit the save save button in the report to make sure it deleted, the other way around , if the dont want to hit save, then he wants the data to be in the report.
    In the above  scenario's  can  you please suggest me with the steps how can we acheive it.
    Please reply back if you need any other info., Apprieciate your quick response. its very urgent requirment which we have to start...
    sorry to bother u..
    Thanks
    Ravi.

  • How do I take pics off my photo albums when the delete button is muted?

    How do I take pics off my photo albums when the delete button is muted?

    Were these photo albums synced onto the iPad through iTunes? If so, the only way to remove them is to do another sync (from the same computer) without the ones you want gone.

Maybe you are looking for

  • Need to find Iphoto library

    I was following earlier suggestions on making a test library for iphoto. I did this. " Yes, you can create more than one library. Hold Option while you launch iPhoto, click "Create Library" give it a different name from your first library. To switch

  • Is the Iphone 5 Activation at Store at Time of Pickup Optional?

    I bought an Iphone 5 as an upgrade to an existing phone last night and chose the "in store pickup" option. I got an email stating it was ready and went to pick it up. All was well until the associate told me that the by completing the checkout proces

  • Send multiline container into receiver (SP14)

    I need to validate each object in xml I created BPM, 1:N mapping,  1:1mapping for validation and value mapping. Then I need to insert data into DB (JDBC Receiver). I want to improve performance and to insert all validated data in one transaction as b

  • System Landscape (Dual Development System)

    Dear SAP Experts, We have Two-System Landscape(DEV-PRD) Whereas cross-client data is used in both the Customizing and quality assurance clients. Currently, our company, just merged with another non-SAP-using company. The First move is to implement FI

  • Windows 2000/jdk 1.4.x install problems

    Neither of the installs work - the online or offline. The online version says a cab file is missing or corrupt, and the offline install process just tells me it cannot finish. I am on Windows 2000 server, sp 4. HELP!!