Prompting to SAVE while moving from one Tab to Another

Hi !!
     We are having the User entry WEB layouts where in the data entry layouts for different applications are spread on multiple Tabs .
  However i want the user to be warned to Save the data on a particualr tab when he moves to the another tab for data entry .
I have explored the options enhancing the class CL_UPWB_BSP_APPL however in there how can i check that user is moving to new Tab and how to send a prompt for saving from there to the user.
Appreciate your interest and help in the matter .

Hi,
i think it is not necessary to warn the user during leaving each tab cause a warning is standard if the user try to leave the BSP-Application with the exit-Button.
Please note that the planning-buffer is filled and not refreshed as long as they dont leave the actual planning session.
So it is enough to put one SAVE-Button on the top of the page, this will save all entries were made on different tabs.
Bye Gil

Similar Messages

  • DATAGRID FOCUS ISSUE: Focus got lost, while moving from one cell to another cell using tab key.

    Problem: Focus got lost, while moving from one cell to another cell using tab key.
    Example: In an AdvanceDataGrid, there are three columns having custom ItemRenderer with Spark TextInput control (editable=true & focusEnabled=true).
    When I try to move the focus in with in 2nd, 3rd & 4th column using tab key, focus got lost. Most of the time it’s working, but some time it doesn’t work. There’s no clue as to how may rows/columns the focus has jumped to; or whether the focus has gone out of the data grid altogether.
    Observations: I am not sure whether this problem is because of custom component implementation or it is because of some issue related to Flex Component.
    It only occurs when we perform some actions like some server call, some complex logic execution etc. at the focus out event of itemrenderer.
    There is one property of datagrid i.e. editedItemPosition which contains row & column index of datagrid. On the focus out event, it gets null when focus got lost. We tried to set it, but it didn’t work.
    Steps Performed:-
    1. Currently focus is in 2nd column i.e. Apply to #.
    2. Once I press tab key from 2nd column, it goes to 3rd column which is correct.
    3. Now if I press tab key from 2nd column i.e. Payment #, focus should go to 3rd column, but it goes out of data grid and set the focus of button which is outside data grid.

    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2Bjtable+%2Btab+%2B%22enter+key%22&col=javaforums

  • When moving from one tab to another tab data from the page is removed

    Hi,
    This issue happens only in 12.2.2 instance not reproducible form jdeveloper or in any 12.1.3 instance.
    Our page will be called form Endeca . Now based on the data we will show details on the OA page.
    Our page has multiple tabs when this page is opened everything is shown properly.
    Now once we try to move to other tab everything is removed. we are not able to see any thing.
    In any 12.1.3 instance or from jdeveloper all the data is visible in all the tabs and we can easily navigate to any tab.
    Any pointer will help this is a very urgent issue.
    Thanks
    Gaurav

    Did you log a bug for this? What is the number? We would like to see at a testcase that shows this behavior.
    Thanks,
    Gustavo

  • Net Price of PO increases when moving from one tab to another

    Hi,
    I have this issue where in a Service PO was created. Then as the user clicks on the tabs in item detail, the net price increases. I checked the vendors, parment terms and all of the currency settings and everything seems ok.
    What seems to be the problem here?
    Thanks,
    Jograd

    Hello,
    This seems to be bug. Please open a ticket on the SAP Marketplace, probably you need to apply a note.
    Best Regards,
    Arminda Jack

  • I am havig an error while shifting from one tab to the other mozilla firefox stops for some seconds.

    error while shifting from one tab to other''''''

    I've followed what I can of that error, and from what I'm reading, your hard disk is doomed. Some people report that they've been able to reinstall OSX on the same disk and use it for as long as a few months, but eventually the error returns.
    Here's what I suggest:
    Step 1: Backup everything you want to keep immediately!
    Step 2: Buy new disk.
    Step 3: Install new disk.
    Step 4: Reinstall everything & restore.
    I highly suggest backing up as soon as possible. -- On the first day of this error my MBP would no longer boot. Thankfully, I was able to save most of my stuff using the terminal window available in the installer.
    Searching for that error code here & on google returns a fair number of hits so you can read what others have done as well. Some seem to be able to get a new drive from apple if it's still under warranty.
    Good luck!

  • HT1349 I have just moved from one pc to another.  I had used 5 computers to attach to itunes.  I went in and disabled all 5 of my accounts but cant get the new computer to give me a prompt to authorize this computer.  Any ideas?

    Hellow everyone,
    I have just moved from one PC to another.  They are windows pc's not macintosh.  When i installed itunes on the new computer it stated that I already had 5 devices authrorized for this account.  I did a little reading and went in and deathorized all 5 PC from the account as I am sure it was a couple pcs ago and a few iphones.   When I try and go in and authorize an account I cant see anywhere where there is a prompt to authorize the new PC.  I go into store and all it says is that there are no devices associated to this account.  What I would like to do is associate my new PC and my iphone to this account and hopefully restore from the cloud all of my music and programs. 
    Any idea what I am doing wrong here or how I can resolve this. Thanks in advance.
    Respectully.
    CK

    if it's music then drm is not used there any more and drm can be removed from previously bought drm material without cost

  • Blank Screen while navigating from one screen to another in a web applicati

    Blank Screen while navigating from one screen to another in a web application.
    While navigating through the screens of the web-based application, I get blank screen at times. The application menu bar is still visible and the header and footer jsps are also still available. The main processing frame alone goes blank. Once I get the blank screen, I am able to choose from the menu option and contine navigating through the screens.
    The application has been deployed on WebSphere Application Server v6.0 and uses JDK 1.4.2. I have checked the application, server and systemerr logs. And there are no exceptions in any of the log files. There is no difference in the logs for a normal flow and the flow when the blank screen occurs.
    The blank screen does not occur always. It occurs around 3 out of 10 times. If you consider a particular page, mostly it loads normally and very few times, the blank screen occurs.
    Compression filter is being used and it gets invoked for every request. Size before and after compression also gets printed in the logs.
    Could this be causing any issue in terms of memory handled or could any jsp timeout be happening, though there are no exceptions in the logs.

    Well, since no one has any ideas, here is my two cents worth:
    Can you turn off compression and see if the problem goes away? If not, I suggest creating a small separate project with the same functionality as that part of the program that causes problems and see if you can duplicate it. Use System.out.println() in the java code and out.write() in the JSP pages throughout the java and JSP code to write to the log file or console as each section is run to see what section is causing problems. You can also consider commenting out sections of code in your JSP page to see if you can isolate the problem.
    I had a similar problem with the screen being blank and this is what I found:
    My JSP page had an include tag in it that included another JSP page. The outer JSP page was drawn and waited for the included JSP page to be drawn. The logic took several minutes to run and something timed out. The inner JSP page was never drawn. No log entry occurred. It appears that it was not Apache or Tomcat that caused the problem, but some firewall or similiar such device. If you have a firewall or similar device, see if the person who maintains it can temporarily set its timeout to a very long time (15 minutes) to see if the problem goes away. Apache and Tomcat probably also have a timeout feature too. You will have to read up on their configuration settings on how to set them.
    By the way, each of those devices probably has its own log file you can read to see if its reporting an error.

  • Tracking amount moved from one account to another in General ledger

    Hi,
    I have a doubt in GL.
    If we post a batch, the amount may be transferred between many accounts. How to find the total amount moved from one account to another after journal posting?
    Regards,
    Raj

    You can do it from your activeSync form:
            <!-- change organization -->
            <Field name='waveset.organization'>
                <Disable>
                    <neq>
                        <ref>waveset.organization</ref>
                        <s>Top:Global:Users</s>
                    </neq>
                </Disable
                <Derivation>
                    <s>Top:Local:Users</s>
                </Derivation>
            </Field>

  • Problem in Navigation from one tab to another

    Hi All,
    In my forms, I have three tabs. In one tab, i have a set of records displayed(like table) in which all columns are bound to a table. I want to sort the records in the tab based on one column. So i wrote the following code in WHEN-TAB-PAGE-CHANGED trigger in form level. It works fine when i click on the particular tab. But when i try to navigate from one tab to another tab which i want to sort, the records in the tab are not sorted. The buton i used to navigate from one tab to another is tab in key board.
    DECLARE
    l_order_by VARCHAR2 (70) := '(select code from emp)';
    BEGIN
    IF (:SYSTEM.tab_new_page) = 'PAGE1' OR :SYSTEM.cursor_block = 'BLOCK1' THEN
    SET_BLOCK_PROPERTY ('BLOCK1', order_by, l_order_by);
    GO_BLOCK ('BLOCK1');
    EXECUTE_QUERY;
    END IF;
    END;
    please help asap.
    Thanks,
    Gopi.

    Gopi,
    Based on your sample code, the only data block that you are modifying the sort on is "BLOCK1". Rather than combine all of your logic into the When-Tab-Page-Changed (WTPC) trigger, I suggest you simply use the WTPC trigger to set the cursor to the block associated with the selected tab page and then set your block properties and query your block in the When-New-Block-Instance (WNBI) trigger for each block. For example:
    /* Sample When-Tab-Page-Changed trigger */
    DECLARE
       tp_nm    VARCHAR2(30);
    BEGIN
       tp_nm := :SYSTEM.TAB_NEW_PAGE;
       IF ( tp_nm = 'PAGE1' ) THEN
          Go_Block('BLOCK1');
       ELSIF ( tp_nm = 'PAGE2' ) THEN
          Go_Block('BLOCK2');
       ELSIF ( tp_nm = 'PAGE3' ) THEN
          Go_Block('BLOCK3');
       END IF;
    END;Bare in mind, that clicking on a Tab Page does not move the navigation cursor the block associated with the tab page displayed. You must manually perform the navigation as demonstrated above. Now, in your WNBI triggers you would write something like the following:
    /* Sample When-New-Block-Instance trigger */
    DECLARE
       l_order_by VARCHAR2 (70) := '(select code from emp)';
    BEGIN
       SET_BLOCK_PROPERTY ('BLOCK1', order_by, l_order_by);
       EXECUTE_QUERY;
    END;You could combine this code into the WTPC trigger if you don't want to seperate the code and orgainze it according to your data blocks. The key, however, is that cursor navigation doesn't occur when you click on a tab, you have to perform the navigation yourself.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Pass Value from one tab to another

    Hi,
    I have a requirement to pass a value from one tab to another.
    For ex: I have a CC&B page with two tabs (Main, Steps).
    In the Main tab, I choose a Field Activity. Once it is chosen, I want to pass the value of the Field Activity ID to the 'Steps' tab. Once I get the value of the field Activity, I can then query up a table and populate some fields in the Steps tab. How can i achieve passing the value if FA Id from one tab to another?
    I tried to create an extension of the page using ext_page.jsp. But this extension just provides us methods like extPreOnWindowLoad(), extPostOnWindowLoad() etc which really is not helpful.
    Any suggestions?
    thanks

    Hi,
    We cannot pass multiple values using Drill Filters beause it is based on hierarchy that can take only one value at a time.
    If you want you can use Report Level Filter instead.
    Neither can we pass dril filters from one tab to other.

  • Passing items from one tab to another

    Hi there,
    I have two reports, each on a seperate tab, I would like to pass values from one tab to another, anybody know how I can achieve this. Thanks...
    Edited by: user9129179 on 10-Mar-2010 04:21

    Ahh, I see - thanks for clarifying.
    I think in that case it would be easier simply to reference the value of the item on the other page instead of pushing the value to the target page.
    e.g. on page 100...
    :P100_SOME_ITEM := :P200_SOME_ITEM; -- Read value from Page 200Would that work for you?
    Additional:
    Editing the item on the target page, under the Source section:
    - Source Used = Always, replacing any existing value in session state
    - Source Type = Item (application or page item name)
    - Source Value = <name of item on source tab>
    Edited by: FFS on 10-Mar-2010 07:35

  • Photoshop: how to drag a layer from one tab to another?

    Hello, I am trying to drag a layer from one tab to another in Photoshop and I was able to do this less than 1/2 hour ago and now it will not drag. I have closed the program, restarted my computer, everything and it will not drag. What is wrong???

    Does this work for you?
    Document A - left click to select the layer to be copied, then Layer command in the menu bar (or right click in the Layers panel) > Duplicate Layer
    In the Duplicate Layer dialogue box, Destination: Document, select the open file to which you want to copy the layer from the dropdown menu
    Click OK

  • TS4036 I have moved from one company to another and they both use iphones I backed my phone up before it was shut down I tried to retrieve contacts from my PC it did not work will it work when I get my new iphone?

    I have moved from one company to another and they both use iphones I backed my phone up before it was shut down I tried to retrieve contacts from my PC it did not work will it work when I get my new iphone?

    I updated my iPhone onto my friend's MacBook
    Why would you do that, and not on your own computer?  See the hassle it caused you?
    can he just email me the folder
    Backup files are too big to email.  Use FTP, DropBox, etc...
    how do I then put all that data back into my current phone from the new computer?
    How to restore iPhone:  http://lmgtfy.com/?q=how+to+restore+iphone

  • Moving from One Mac to Another

    I'm considering selling my 13" Mid-2009 MacBook Pro for a newer 13" i5 MacBook Pro.  It's the first time I've done a transition from one Mac to another and I have a few questions...
    What's the best way to transfer everything over to my new Mac, without having to reinstall certain software?  I'm worried about needing to re-install Logic, Aperture, Final Cut, or CS5, because these discs are packed away in boxes and I can't really get to them right now.  If I have to re-install things like Firefox or OnyX, no big deal there... just looking to backup the Pro applications.
    Can migration assisstant do what I'm looking for, or is there something better for this?  Need some insight on how to handle this.
    Thanks for reading!

    THIS ONE I KNOW!!!
    There's a Migrating your Mac wizard in the "Utilities" folder - when you start the NEW Mac - all you need is a network cable, when PROMPTED - when the new Mac turns on - it asks "are you migrating an existing Mac" (something like that) say YES - at that point, on your other system - you're going to fire up the "migrating your mac" program - which will be on your OLD system.  Once there, the Network cable (Make sure it's compatible with gigbit speeds - this process will take some time!) but the two systems WITHOUT A SWITCH, Without a hub - plugged from one to another, will move EVERYTHING to the new system.
    How?
    You sign on as YOU every time you do anything.  The program simply looks for anything NOT owned by the system - and 100% of your stuff is moved over properly, into the right places

  • Itunes duplication of songs when moved from one computer to another.

    I moved all my music and itunes from one computer to another. I now have most of my artist that have duplicate songs and sometimes three copies of the same song for some reason. Some artist it didn't affect at all but that is a minority. How can I clean this up without going through every line in my folder and deleting the copies? I have like 25K songs. I hope someone can help.
    Thanks

    Have a look at Teridon's iTunes Scripts. There's a script in there for dealing with duplicates that might be of some help to you: Teridon's iTunes for Windows Scripts

Maybe you are looking for

  • How to sync iTunes libraries on multiple machines without copying music

    Background: I have 4 machines running iTunes 9, all authorized with the same account. All music is on a networked storage device (NSA). Each iTunes points to the NSA for music files. Each user on each machine has their own local iTunes library for in

  • How to extract data using DSources which do not support Delta

    Hi forum, Iam using a data source which does not support delta. In such a scenario what should i do For subsequent extractions.Will i have to opt for full load every time, if so then how will the double data records be treated. Pls help me out of thi

  • Doubt in Book (.indb)

    Hi All, Requirement: How can we use book concept (.indb). Actually i have script for override all master page item in the active Document only. But I want to override all the BookContents in the active Book(.indb) (i.e., folio1.indd, folio2.indd, fol

  • Using Copy and Paste

    When using "COPY" where does the copied text go so I can retrieve it later and paste it somewhere?

  • IN SERIOUS NEED OF HELP !!!

    I HAVE A COMPAQ PRESARIO CQ50. MY SON PRESSED SOMETHING AND THE VOLUME SIGN DISAPPEARD, I TRIED GOING TO THE CONTROL PANEL BUT ITS NOWHERE TO BE FOUND.  HELP PLEASE