Simple navigation question

I have an htlml form region with fields for update of some database columns.
I also have a list of children in the form of a report at the bottom of the page.
These children each have an edit button that will navigate to another form page for edtiting their details.
When I am done editing the child, I want to navigate back to the original page (parent) without changing any of the displayed values on the parent. So if I type in a change on the parent, but don't save it (yet), then navigate to a child - either save or cancel there, I still want to see the unsaved changes on the parent, but I would also want to see values that have changed in the childrens row on the parent page.
As it is, when ever I navigate back to the parent form, it requeries and the unsaved changes are lost.
btw, I am not using automatic row processing on either page.
How can I easily do this?

How are you grabbing values from the child form into the parent form? I'm guessing u must have used "source type" for items on parent page as "Item (application or page item name)", and then specified the name of the corresponding item on the child form.
Just a suggestion, Make sure that your "Source used" for the items on the parent form is set to "Only when current value in session state is null", and not "Always, replacing existing values".

Similar Messages

  • Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Just a suggestion..........
    Download Thunderbird.  Easier to use when it comes to what you want to do w/your emails. 

  • 4 Simple Flash Questions that Are Stumping Me!

    What is the Frame Rate for Web Animations
    Q1. I am making an animation which will be played on the web. What is the default frame rate (fps) of Flash CS5? And what is the frame rate of for web?
    Q2. My animation needs to be 30 seconds long. So at 15 fps that would mean I need to use 600 frames in Flash?
    How Do I Mask everything so all I see is the Content on the Stage?
    I have a wide image that extends past my movies stage size so when I preview my movie the image is visible. How do I mask out anything that extends past my movies window size? I believe I can create a layer named "mask" and place it above all other layers, but I forget how to make the mask. Any help is appreciated.
    How to Fade a Graphic
    I have a graphic element (some type) and I want it to fade from 0% to 100%. In older versions of Flash I could just select the symbol and then set it's alpha value to 0%, move a few keyframes and then set the alpha to 100%. Voila! but now it doesn't seem to work that way. How can I do this in CS5?

    Ned, it says 24 fps which means there is 24 frames per second so each 24 frames is 1 second.
    Date: Fri, 4 Nov 2011 05:35:16 -0600
    From: [email protected]
    To: [email protected]
    Subject: 4 Simple Flash Questions that Are Stumping Me!
        Re: 4 Simple Flash Questions that Are Stumping Me!
        created by Ned Murphy in Flash Pro - General - View the full discussion
    1 You can create your character as a movieclip and copy/paste that movieclip from one file to another. 2. One way to create a movieclip is to copy all the frame of the animation's timeline (select them all, right click the selection, choose Copy Frames), then create a new movieclip symbol (Insert -> New Symbol...etc) right click on its only keyframe and chhose Paste Frames.  THat will put all the layers and frames you copied into the movieclip The only way to come close to being certain about the timing of you animation is to use code to keep track of the time, something like getTimer()..  The frame rate that a file plays at is not a reliable means of dictating the time it takes due to a variety of factors which include the amount of content you are trying to process and performance limits of the user's machine.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4007420#4007420
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4007420#4007420. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Flash Pro - General by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Simple performance question

    Simple performance question. the simplest way possible, assume
    I have a int[][][][][] matrix, and a boolean add. The array is several dimensions long.
    When add is true, I must add a constant value to each element in the array.
    When add is false, I must subtract a constant value to each element in the array.
    Assume this is very hot code, i.e. it is called very often. How expensive is the condition checking? I present the two scenarios.
    private void process(){
    for (int i=0;i<dimension1;i++)
    for (int ii=0;ii<dimension1;ii++)
      for (int iii=0;iii<dimension1;iii++)
        for (int iiii=0;iiii<dimension1;iiii++)
             if (add)
             matrix[i][ii][iii][...]  += constant;
             else
             matrix[i][ii][iii][...]  -= constant;
    private void process(){
      if (add)
    for (int i=0;i<dimension1;i++)
    for (int ii=0;ii<dimension1;ii++)
      for (int iii=0;iii<dimension1;iii++)
        for (int iiii=0;iiii<dimension1;iiii++)
             matrix[i][ii][iii][...]  += constant;
    else
    for (int i=0;i<dimension1;i++)
    for (int ii=0;ii<dimension1;ii++)
      for (int iii=0;iii<dimension1;iii++)
        for (int iiii=0;iiii<dimension1;iiii++)
           matrix[i][ii][iii][...]  -= constant;
    }Is the second scenario worth a significant performance boost? Without understanding how the compilers generates executable code, it seems that in the first case, n^d conditions are checked, whereas in the second, only 1. It is however, less elegant, but I am willing to do it for a significant improvement.

    erjoalgo wrote:
    I guess my real question is, will the compiler optimize the condition check out when it realizes the boolean value will not change through these iterations, and if it does not, is it worth doing that micro optimization?Almost certainly not; the main reason being that
    matrix[i][ii][iii][...]  +/-= constantis liable to take many times longer than the condition check, and you can't avoid it. That said, Mel's suggestion is probably the best.
    but I will follow amickr advice and not worry about it.Good idea. Saves you getting flamed with all the quotes about premature optimization.
    Winston

  • Simple Navigation in Flash

    Im trying to make a simple navigation system with buttons in
    flash.
    I've made a blank layer called actions and ive named the
    keyframes after the 'pages' in the site (home, about, etc)
    I've also used keyframes to change the text and title on each
    page, and just before the next page i've put stop(); in the
    action-script.
    My final layer has the buttons I'm using. How do I make these
    buttons link to the different 'pages' (frame names in the 'actions'
    layer). I think this is done in action-script so can someone tell
    me the code to input. Am I going about this in the correct way?
    Thanks

    with timeline label navigation you use: gotoAndPlay([frame
    label]); from your buttons onPress handlers. there is a basic
    timeline nav example
    HERE

  • Simple navigation iView

    Hello Gurus,
    I am looking for a way to create a simple navigation iView. It does not have to be dynamic or anything.
    My Page will hold the said navigation iView on the left side and an iView on the right side where the selected web content (JSP pages) should be shown. It is necessary to forward a parameter to the JSPs.
    The navigation tree should have a classic appearance, wich folders holding the actual links.
    I would prefer to use a readily available component.
    Thanks in advance!

    Hi Martin,
    Also check out the weblog at https://weblogs.sdn.sap.com/pub/wlg/2453. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    and the documentation at http://help.sap.com/saphelp_nw04/helpdata/en/43/0174a642406db7e10000000a422035/frameset.htm.
    Hope this helps.
    Daniel

  • A few simple Logic questions...please help.

    I have a few probably simple Logic questions, that are nonetheless frustrating me, wondering if someone could help me out.
    1. I run Logic 8, all of the sounds that came with logic seem to work except organ sounds. I can't trigger any organ sounds (MIDI) on Logic, they won't play. I have a Yamaha Motif as my midi controller.
    Any idea why?
    2. I've starting running into a situation where I will record a MIDI track, the notes are recorded but they won't playback. The only track effected is the one that was just recorded. All other midi tracks playback.
    I have to cut the track, usually go out of Logic and back in, re record for it to playback properly. Any idea why this may be happening?
    3. How important is it to update to Logic 9. Are there any disadvantages down the road if I don't upgrade. If I purchase the $200 upgrade, do I get a package of discs and material, or it just a web download.
    Any help is appreciated!
    Colin

    seeren wrote:
    Data Stream Studio wrote:
    3) You get a full set of disks and manuals.
    They're including manuals now?
    I think his referring to the booklets ...on how to install etc
    It would be great to see printed manuals though ...I love books especially Logic/Audio related !!
    A

  • Simple Quick Question

    wrong section, post was moved.
    Message was edited by:
    Rob17

    you titled "simple quick question"...
    .. complicated to answer..
    a) the TermsOfUse of the iTS don't allow any processing of purchased files, these are "copy protected"..
    b) iM has a voice-over function..
    c) iM is a video-edit app.. easy to use... just learn to handle it...
    d) iM allows to "extract" audio (=muting the original audio, adding your own..)
    e) to learn iM, spend some time here: http://www.apple.com/ilife/tutorials/imovie/index.html
    f) use pencil and paper first! WRITE and scribble, what shall happen when in your movie/parody... make a script, draw a storyboard .. THEN launch iM.. in other words: think first, then edit.. iM is just a tool, it does not "create"... Picasso needed a papertowel and half a stencil to create art....
    g) to get comfortable with iM, start with your own, small, short (3min!) project... import some stills, edit them, add a funny voice-over, add sounds, add music... good? make a bigger one...
    h) .. in our Lecture II, we teach you how to import shows from TV, youtube, wherever..
    standard disclaimer:
    be nice to ©opyrights ...

  • Simple query question

    hi all,
    I have a XMLType table with one column - I have presently one row, in my column xmlsitedata I have stored one large xml file.The schema definition is given below:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    - <xs:element name="siteList">
    - <xs:complexType>
    - <xs:sequence>
    <xs:element name="site" type="siteType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    - <xs:complexType name="siteType">
    - <xs:sequence>
    <xs:element name="nameEn" type="xs:string" />
    <xs:element name="nameFr" type="xs:string" />
    </xs:sequence>
    <xs:attribute name="code" type="xs:string" />
    </xs:complexType>
    </xs:schema>
    I have executed the query below:
    select x.XMLSITEDATA.extract('/siteList/site/nameEn/text()').getCLOBVal() "stName" from wsitelist x;
    and I get all english names of some 200 locations, however, there is 1 row selected and all names show up on one row. How do I split them into 200 or whatever rows?
    Thanks,
    Kowalsky

    Have a look at the answer provided in the following thread.
    very simple XML question
    This may solve your problem.
    use xmlsequence.
    Alvinder

  • Simple Flash Navigation Question

    Hi - great to see all these thoughts and comments.  I am making some good headway with AS3 but I'm stuck at the moment trying something really simple:  I want to load the home.swf when the site first loads.  
    I am using this script for my buttons and it works fine:
    home_mc.addEventListener(MouseEvent.CLICK, home);
    function home(myevent:MouseEvent):void {
      var myURL:URLRequest=new URLRequest("home.swf");
      myLoader.load(myURL);
      myLoader.x = 0
      myLoader.y = 150
      buttonMode=true
      addChild(myLoader);
    What do I need to change to the script so it loads "automatically" in the main.swf when the user first comes to the website? 

    If you don't want it to have to wait for user interaction then take it out of the event handler.
      var myURL:URLRequest=new URLRequest("home.swf");
      myLoader.load(myURL);
      myLoader.x = 0
      myLoader.y = 150
      buttonMode=true
      addChild(myLoader);
    Not sure what the buttonMode=true is doing in there...
    And you can shorten up one bit:
    myLoader.load(new URLRequest("home.swf");
    Also I don't see where you have created your myLoader instance. I'm sure you have some code where that is created outside the event handler. So you will need that bit too.

  • Simple photo navigation question

    First let me say, I am a print designer, so web is a bit
    foreign to me. I am attempting to create an online portfolio
    website for my print design work, and have run into a few problems.
    Does anyone know how to make a button proceed to the next
    frame when it is pressed, but not go past a certain frame number? I
    assume it requires an if else statement, but I'm a bit lost.
    Also, I need the same thing only going backwards. These
    buttons will be used for a forward and back command while viewing
    images, basically I am trying to create a loop for viewing my
    portfolio.
    I would use a slide show ... but I need the images to change
    size and page orientation. Any suggestions?

    I made a little example:
    frameadvance
    There is a red box that just shows you that the playhead is
    advancing (these could be frames of images if you want), and there
    is a frame counter on top.

  • Error messages and cancel navigation - questions about concept

    Hello experts,
    I have a very simple Web Dynpro component:
    - 2 views
    - First view has an input field that is linked to a date field in the context and a button to navigate to the second view
    - Second view has a button to navigate back to the first view
    - There are no individual field validations implemented
    If I now enter a date in a wrong format and press the button, the program navigates to the second view and displays an error message in the Message Area (comes from the WD4A framework). And in this second view the navigation is cancelled and I can't get back to the first view to correct the date.
    Is this the correct behaviour? This does not make any sense to me. I would have expected that the navigation is cancelled in the first view so that it is not possible to leave the screen with the faulty data.
    Referring to the book "Web Dynpro for ABAP" by Ulli Hoffman the validation of type definitions is the very first step in the phase model of the request/response cycle. But it seems as if navigation comes first and validation of type definitions comes second.
    Is there a way to start the standard field validation earlier (for example in the wddobeforeaction method) so that navigation is stopped in the first view until the user enters a correct date?
    Thanks, Karsten

    I'm sorry, now I read better your question.
    What about getting the instance of the message manager and verify if it is empty?
    get message manager
      DATA lo_api_controller     TYPE REF TO if_wd_controller.
      DATA lo_message_manager    TYPE REF TO if_wd_message_manager.
      IF sy-subrc EQ 0.
        lo_api_controller ?= wd_This->Wd_Get_Api( ).
        CALL METHOD lo_api_controller->GET_MESSAGE_MANAGER
          RECEIVING
            MESSAGE_MANAGER = lo_message_manager.
      IF lo_message_manager->is_empty( ) IS initial.
      fire your plug <-------
    Sergio

  • How to make a simple navigating form

    Hello All,
    i m very new to forms 6i.
    I have created a form having 2 text items and a push buttons prev,nxt to navigate rows in the table..
    To get a single record is ok .. but i want to make a navigating form ..That is by pressing prev button i can b able to c prev row and same by pressing nxt i can c next record..
    Can any one tell me how i can do for da below simple query..
    Select ename,sal from emp;

    Ravi,
    Forms has a built-in called
    next_record;
    previous_record;
    that you can try to navigate in a form.
    I interprested your post in that "c" means "see" and "b" means "be". Not sure if this was your intention, but if it was, please don't use any abbreviations that confuse the content of your question, because not everybody is willing to spend time on wild guesses.
    Frank

  • Simple (?)  question about KM Permissions

    Is it possible to make a KM Folder writeable for end-user making sure at the same time that the end-user when viewing the folder is only able to see the documents he/she created/uploaded and not the content uploaded/created by others.
    You can of course write a resource list filter to implement this, but my question is : is there a way to achieve this without programming, by simple configuration.

    Hi Theo Paesen
    You can try for this if your requirement is for creating a Personal folder for your user.This Corresponding Folder   will only be visible to the user based on his/her Userid.So the user can upload his/her documents to this folder and he/she alone will be able to see it.
    Create a KM Navigation iview.In the path to the folder in the KM Navigation iview you can use the Userid as follows.
    Path to initially displayed folder : <path from root..folder/<user.id>.So depending upon the user, the contents inside the corresponding folder is displayed.
    Eg: all personal folders inside the documents/Personal folder.
    Path to initially displayed folder : documents/Personal/<user.id>
    Regards
    Geogi

  • Simple Report Question

    Post Author: scott123
    CA Forum: General
    I want to take the information in a simple excel table and recreate it 3 times, each time sorting/grouping on a different columnHere is the tableAnd here is the report that I'm trying to generate (first sorted by name, alphabetically, then grouped by rank, then grouped by size) I'm comfortable working with excel tables in Crystal, but I'm running into a problem repeating the information and then sorting each group separately. I also have no problem doing each group in a single report (without repeating any records), but I'd like to include all 3 groups in a single report.  My apologies for how remedial this question is- I thought for sure that Crystal could do this easily but I've spent a couple of days on this and am running into a brick wall.

    Post Author: pandabear
    CA Forum: General
    That's right Scott, and maybe make them "on demand"
    sub reports so the user only has to see the data they
    really want at the moment.  Gives the report a nice clean look too.
    PB

Maybe you are looking for

  • Lion, Boot Camp and Windows 7 Issues

    Couple of questions regarding Lion, Boot Camp and Windows 7... I never had issues with Snow Leopard and setting up Windows 7 on my iMac (expcept the dreaded black screen after restart, bu got that fixed) Let me start off with my specs and then I will

  • Macbook Pro Retina (Late 2013) HDMI External Display

    I just bought a new MacBook 13" (late 2013). I have two LG displays (LG22LS4R) which I am trying to hook up. One via MB HDMI port to HDMI and the other is Thunderbolt adpater to HDMI. The issue is when I connect MB HDMI port to HDMI, my external disp

  • 1099 MISC 2011 file length

    Hi Experts This relates to 1099 MISC 2011 file length. We have applied SAP note 1666672 that pertains to 2011 changes.While the form print looks good, when i compared the file with P1220 ( The publication that specifies details on tax filing), i foun

  • If I use a sound clip in the multi-track editor multiple times; is there a way to reverse the clip w

    If I use a sound clip in the multi-track editor multiple times; is there a way to reverse the clip without change all the instances where the clip was used in the same multi-track session? I'm having to copy the clip rename it as clipreverses.wav the

  • Background application in Mac OS

    Is it possible to run a Java application purely the background in Mac OS X? I can set up a cron-like job to execute a java application every hour or something, but then the application takes up space in the Dock. I'd like it to run as a daemon or som