Keyflex value disappears from page when lov event is fired

Hi All,
There is a keyflex field and one lov field in my page. When i select the value from kff and after that selecting any value from lov item my kff value disappears from page.
Plz help asap.............

Hitesh,
Mukul, i can put my own Add another row button and do cusom code,but what about other events?
Yes, see dev guide and old threads. It has been explained in dev guide claerly and have also replied this in old threads.--Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • MessageStyledText value disappers from page when clicked on Apply

    Hi,
    I have two fields in advanced table - OrgnCode(LovInput) & OrgName(MessageStyledText)
    For OrgnCode, i have following LOV mapping
    a) Return item & criteria item = OrgnCode
    b) Return item = OrgName
    On the basis of OrgnCode selected in LOV, OrgnName must be populated. This is is happening but when i click on Apply, the OrgnName dissappears from the page but is committed in database.
    To solve this, i created a OrgNameFL( FormValue) which is mirror of OrgName(MessageStyledText). The View atribute for both the fields is same.
    This approach worked for other such cases but is not working for OrgnCode LOV.
    Any pointers to what i may have missed in OrgnCode LOV code or any other solution to this problem?

    Hi,
    As per my understanding this is the known problem with LOV that the item returned by LOV should not be readonly fields(formValue is an exception), so whatever
    issue you are facing is known issue.
    what you can do to get rid of this problem is you can write your own logic to populate the field in LOV's event handller in controller.
    Let me know if you need further help.
    Regards,
    Reetesh Sharma

  • Why all the domain values disappeared from ESB control after chinese map?

    hi,
    when I creating a domain value in chinese in the ESB control and confirm it, After I restart the
    soa service, all the domain values that I created before and the one in chinese disappeared.
    Although the domain values in english desappeared, in the code they are still can be used.
    But the domain values in chinese can not be used.
    All the maps(both english and chinese ) are in DVM Repository.
    Can you help me ??? Why all the domain values disappeared from ESB control ?? thanks
    wanglinli

    two collegues of mine ran into a similiar problem. Their ESB console seemed empty as well.Until one of them let the console open for about 10 minutes and the services/system re-appeared.
    Indicating that when the services do not show up could also be caused by a serious performance glitch or the services are calling external systems which time out.
    Another option is to wait for a few minutes and see if your services etc show up again.
    I don't know where this performance degradation is coming from though. The only thing I noticed is that the ORAESB schema ( advanced install ) is installing al of its objects in the USERS tablespace and that most ( almost all ) tables do not have any indexes / pk / fk's on them.
    Maybe one or two indexes could speed up the ESB repository considerably.
    Dave, In the upcoming 10.1.3.3 release is the repository in any way altered? Default tablespace? PK/FK and/or extra indices on certain tables/columns?

  • Trying to print a document from Pages, when I go to print it won't let me select the document.  It is grey and I can't click it.  What should I do?

    Trying to print a document from Pages, when I go to print it won't let me select the document.  It is grey and I can't click it.  What should I do?

    I'm not clear on how you're trying to print. When you select Print from the file menu in Pages the current document is already selected. Perhaps you need to show the details in the print dialog. The first screenshot is from Mountain Lion the second from an earlier OS where you click the blue down-facing triangle button (sorry, I can't remember which one).

  • Values disappearing from my JSP page

    HI Guys
    i am stuck with a problem for which i need your help.i will list my query below
    In my JSP i am having a combo box from which i can select values needed for data manipulation and navigation to other page.Firstly i select a value from the combo box in my main JSPand do necessary processing.After navigation to other JSP pages i have a condition that if input successful then return to the main JSP other wise to someother jsp.
    Here my problem is that when on successful manipulation when i come back to the main JSP all the values in the combo box disappear. i know that i need to set the values before coming back ,i have done that but i am not able to figure out what is happening still values disappear.
    please let me know what i shoud do to resolve this issue.waiting for your replies.
    Regards

    hi :-)
    1. put the value in session
    or
    2. after successful submission, pass the submitted value in the previous page
    Please dont cross post, thank you :-)
    http://forum.java.sun.com/thread.jspa?messageID=4487269#4487269
    regards,

  • How to call the custom  code in Seeded OA pages when an event Occured.

    Hi,
    I need to call a Oracle Create Task API when User saves the data from Seeded OA Page(Sales OA Page).When User Pressed on the Save button,based on Value he selected in " Sales Methodology" Field ,I need to call Call API.
    How can I achieve it.Is it suggestable to call Custom Code in OA Page.
    Thanks
    Raju.

    hi
    extend the controller
    1.) In PFR method of controller capture the event of save button.
    2.) If the save button event ocurred capture the value of Sales Methodology.
    3.) if select Sales Methodology is required value then call the API using the below method (change it accordingly)
    import java.sql.CallableStatement;
    import java.sql.SQLException;
    import java.sql.Types;
    OADBTransaction txn = getDBTransaction();
    CallableStatement cs =
    txn.createCallableStatement("begin dbms_application_info.set_module(:1, :2);
    end;");
    try
    cs.setString(1, module);
    cs.setString(2, action);
    cs.execute();
    cs.close();
    catch (SQLException sqle)
    try { cs.close } catch (Exception(e) {}
    throw OAException.wrapperException(sqle);
    thanx
    Pratap

  • Recordsets disappear from menu when adding mysql_query ("SET NAMES 'utf8'"); below the connection in php

    I hope someone can help with this. I'm trying to create a
    dynamic site using dreamweaver CS3, with php5 and mysql5 in the
    background but I'm having difficulty with recordsets disappearing
    from the server behaviour menu when tweaking the code to allow set
    characters or set names for utf8.
    For a while, I've been having a problem getting my
    dynamically generated master list pages (eg lists of jobs) to
    display international characters like an accented french e (and
    other languages) and for these to display correctly when viewed in
    phpmyadmin also. So, I've placed headers at the top of the page for
    utf8 and created the content metatag for utf8 in the page code.
    Where needed I've added ENT_QUOTES utf etc for htmlentities and
    added accept-charset utf-8 in the <form> action area.
    (one thing I haven't done in the form action area is add
    <enctype="multipart/form-data">, but I'm not sure if this
    will make any difference)
    In the backend, the innoDB database is collated and built
    using utf8_unicode_ci. I'm on a shared host -so can't directly
    access php.ini or adjust the connection settings through
    phpmyadmin. But I can write .htaccess files (currently with the
    defaultcharset set to utf8 also).
    At this point - all list pages display the correct characters
    when retrieved from the database - indicating that the headers are
    working. But - in phpmyadmin the letters are garbled, and garbled
    on return on update forms (content management). I solved this by
    adding the &#xxxx; equivalents in insert and update forms to
    display the text correctly on the list pages - but again it's not
    convenient to see all of this in phpmyadmin, as I'd like to be able
    to read it there as it should be, and to dispense with the need to
    add &#xxxx references on the insert and update forms.
    So...a bit of searching, and I read that in order for the
    international characters to display in phpmyadmin correctly, I
    needed to amend my php page code so that for all instances where I
    see the connection to the database, before the SELECT, INSERT and
    DELETE queries, I need to add either mysql_set_charset('utf8',
    $connection) or use three lines of code referencing mysql_query SET
    NAMES, SET CHARACTER SET and SET COLLATION_CONNECTION for utf8.
    I did that, and it removed all of my recordsets in the
    sidebar menu! Not too good. I'm left with a task of rebuilding
    pages now.
    So I placed the mysql_set_charset line in the connection.php
    file in the DW Connections folder below the connection there
    instead. [I didn't precede the mysql etc line with a $ sign - I
    wonder if that's the issue?]
    With this change I could use the Insert forms to add the
    international characters directly into the database and see through
    phpmyadmin that all was hunky dory. But then the problems came with
    first loads of the master list page.
    So, I can get international characters into the database now
    (which is a step in the right direction for me), using an insert
    form on the website, but I still can't get the international
    characters to display on the returned page on first loading eg on a
    list of jobs. Note that the detail pages display fine when clicking
    the master links, and when I return from the detail page back to
    the master list - the characters are ok. They just don't seem to
    display when the master page loads for the first time which is
    really perplexing me.
    I suspect that I need to add the mysql_set_charset line below
    the $connection and before the selects, inserts etc at all
    instances on the webpage, but this just removes the recordset from
    the menu, so this doesn't seem to be a good option.
    Can anyone point me in the right direction as I'm been stuck
    on this for ages. It may be something simple like adding $ in front
    of the mysql_query, but then again maybe not.
    I've tried other forums - but people seem to be content with
    viewing but not offering assistance. I don't believe that what I'm
    doing here hasn't been done before....all I want is for my pages to
    display international characters and for these to display correctly
    in phpmyadmin so that when I insert, update and delete records
    using webforms I don't have to resort to using &#xxx inserts.
    Help please!

    .oO(08Green)
    > So...a bit of searching, and I read that in order for
    the international
    >characters to display in phpmyadmin correctly, I needed
    to amend my php page
    >code so that for all instances where I see the connection
    to the database,
    >before the SELECT, INSERT and DELETE queries, I need to
    add either
    >mysql_set_charset('utf8', $connection) or use three lines
    of code referencing
    >mysql_query SET NAMES, SET CHARACTER SET and SET
    COLLATION_CONNECTION for utf8.
    Usually you only need to send a SET NAMES 'utf8' right after
    the
    connection to the DB has been established. That way all data
    that is
    transferred between the DB and your script will be handled as
    UTF-8.
    > I did that, and it removed all of my recordsets in the
    sidebar menu! Not too
    >good. I'm left with a task of rebuilding pages now.
    >
    > So I placed the mysql_set_charset line in the
    connection.php file in the DW
    >Connections folder below the connection there instead. [I
    didn't precede the
    >mysql etc line with a $ sign - I wonder if that's the
    issue?]
    I've never used mysql_set_charset().
    Here in my applications it always works like this:
    * the default charset in my InnoDB tables is ISO-8859-1, I
    only use
    UTF-8 in the columns that really need it (text data, but not
    INT or
    DATE columns)
    * SET NAMES 'utf8' at the beginning
    * all files (HTML and PHP) are encoded as UTF-8 without BOM
    * all pages delivered as UTF-8 (my pages are
    script-generated, so I use
    an appropriate header() call to define the content-type and
    encoding)
    That's it. Oh, and I don't use phpMyAdmin ...
    > With this change I could use the Insert forms to add the
    international
    >characters directly into the database and see through
    phpmyadmin that all was
    >hunky dory. But then the problems came with first loads
    of the master list
    >page.
    In the first part of your posting it sounded as if it worked
    almost
    correctly, before you tried to fix the broken phpMyAdmin
    appearance.
    Is that correct?
    > So, I can get international characters into the database
    now (which is a step
    >in the right direction for me), using an insert form on
    the website, but I
    >still can't get the international characters to display
    on the returned page on
    >first loading eg on a list of jobs.
    They did display correctly first, didn't they? So it seems
    that you
    broke your script just in order to fix some PMA problem.
    Revert that.
    Make your script work for normal input/output from/to a
    website first
    and don't worry about PMA for now.
    What do you need PMA for BTW? It may have many other issues
    as well and
    should only be used if really necessary or if you're not
    familiar with
    the command line interface. The only thing that we are using
    it is to
    get a dump from a remote DB, where I don't have shell access
    to call
    mysqldump directly (yes, I could also write a little PHP
    script for
    that, it's already somewhere on my TODO). But here on my
    local system I
    always use the MySQL command prompt if I have to directly
    work on some
    tables or to import the dump from remote.
    Anyway, if you need PMA, your might try their group or forum.
    I'm sure
    there's an FAQ as well. Maybe it's just a configuration
    issue.
    > I've tried other forums - but people seem to be content
    with viewing but not
    >offering assistance. I don't believe that what I'm doing
    here hasn't been done
    >before....all I want is for my pages to display
    international characters and
    >for these to display correctly in phpmyadmin so that when
    I insert, update and
    >delete records using webforms I don't have to resort to
    using &#xxx inserts.
    The bug here is PMA itself. ;-)
    Micha

  • Crashes during a session and also photos disappear from page and also in Face Book

    No more information other than photos or pictures disappear from any website page including when using Face Book. Also noticed that even Google Logo above search box disappears including the green arrow for returning to previous page or next page. Firefox also crashes during sessions and a widow message appears advising of the crash and requesting to send this on so the problem can be fixed. I have sent this crash report on numerous occasions but have not had any responses yet and the problem continues. Sometimes it works fine for a few days and then down it goes with same issues as mentioned above.

    It is possible that you clicked "Block Images" in the right-click context menu while saving an image.
    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    You can use these steps to check if images are blocked:
    * Open the web page that has the images missing in a browser tab.
    * Click the favicon ([[Site Identity Button]]) on the left end of the location bar.
    * Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    * Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    * Select the first image link and scroll down through the list with the Down arrow key.
    * If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.1 r53
    # Java Plug-in 1.6.0_04 for Netscape Navigator (DLL Helper)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Exchange tasks disappear from Outlook when they appear on the Pre

    I am using EAS on my pre, with Outlook 2007 (and Exchange Server 2007).  In Outlook, I use the calendar weekly view which shows the tasks at the bottom on the day they are due.  My pre has synced without any trouble.  However, when the reminder for a task shows up on my pre, the task disappears from my calendar in Outlook.  It is still in my master task list and to-do bar, but doesn't show up "on the day it's due".  Once I've completed the task, it shows back up on the calendar, marked as completed.  I see all future tasks on the calendar as usual until the reminder shows up.  I was trying to see if I could sync via EAS, without syncing tasks, as a possible solution, but haven't found a way to do that.  Has anyone else encountered this?
    Post relates to: Pre p100eww (Sprint)

    Hi Joseph,
    Could the emails be deleted via OWA and not displaying in Outlook?
    Please try to create a new profile and set it to online mode, then test the issue and see if it still appears in OWA.
    If it doesn’t work, I’d recommend you contact with Exchange admin for further troubleshooting.
    Regards,
    Rebecca
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Is it possible to keep the outline auto formatting from Pages when copying and pasting that outline to the Presenter Notes on Keynote?

    I have been using my iPad for my notes, but I want to start using it as a remote for my macbook. When I copy and paste the notes into the Presenter Notes section of Keynote on the macbook, it unformatted. Any bullet point formatting that I do on my macbook is not showing on my iPad's Remote view Presenter Notes. Is there a way to create consistency here that does not involved formatting each one separately?

    Use Drag and Drop
    Have both applications open side by side
    select the text in Pages
    with the mouse drag the text from pages into presenter Notes pane in Keynote

  • Movies disappearing from AppleTV when iTunes not running

    I have synced my iTunes content to my AppleTV several times and have found that I continue to experience jerky playback of movies (AppleTV will pause to buffer data) and that the movies totally disappear from my AppleTV menu when I shut down iTunes. I believe that the movies files have been copied to AppleTV (ie I am not streaming the files). When I restart iTunes, it appears to need to re-sync only the movies with my AppleTV (music, Podcasts, and photos remain available on AppleTV while iTunes is not running). Please advise 1. why the poor flow when movie is playing on AppleTV and 2. why does it seem to need to keep re-syncing movies to the AppleTV?

    Hi Drew-Bob,
    iTunes should not have to re-sync your purchased movies if they transferred over correctly,
    You might want to try restarting the Apple TV, or restoring it. Information on how to perform this is in knowledge base article 305190 (http://docs.info.apple.com/article.html?artnum=305190).
    Cheers,
    John

  • Email disappearing from iPad when I download in iMac

    My wife is having the problem that looks like the ISP's (GCI.net) email server is deleting email from my iPad.
    With her iMac off, when she is traveling, she can download and read email on her iPad. All the email stays there, unless she intentionally deletes something.
    BUT, when she get home from a trip and goes to check email using Apple's Mail on her iMac, which is set to "Remove from server ...," she can WATCH as the email disappears from her iPad -- I have watched this. This has been very frustrating, as I have tried everything I can think of to no avail. My old PowerMac and my older iPod Touch has no problem with GCI email. I have gobs of savedemail on the iPod with the same Mail settings on the PowerMac (I do plan to upgrade to an Intel Mac, this fall, btw).
    Searching the web and here inthe Apple forums, I have so far not found anyone with this situation. It acts like the email content on the iPad is only what is on the GCI.net servers. When my iMac removes those, they disappear from the iPad. But, I seen no settings on the iMac or iPad that will fix this. I have tried everything I can think of.
    Her Gmail account works fine on her iPad.
    The iMac is set up with POP account. (As is my PMG5). The iPad was forced to set up a POP account (as a possible solution) for GCI email because the default IMAP is where we first discovered the issue of the server appearing to delete email from the iPad.
    Thanks in advance for your help.

    Some of the older 30-pin-to-USB cables have catches on the iPad end. The connector block on them extends further from the iPad than the ones without the catch; they are almost square. You have to squeeze the sides of the connector to disengage the catches.
    I'm not sure what being in iTunes has to do with it, though.

  • My library keeps disappearing from view when I open itunes

    I recently bought a laptop and have transferred all my music from my old PC computer to my laptop. I have noticed that when I open itunes from time to time my library has disappeared from view. It's annoying as I have to keep bringing my library back in from my music folder, importing my playlists and then the podcasts have to be resubscribed. It also means I keep losing my play counts and history. It has happened about 4-5 times now. Then when I restore the library and I link my classic ipod to sync all the content has to be reloaded, which all takes time. Is there something silly that I have not done. I have been searching to see where I am going wrong and now about to lose the plot alltogether! My laptop is using Windows Vista, my PC was Windows XP. Any help much appreciated. I'm sure it's something simple!

    Hello Goldie24,
    And welcome to Apple Discussions!
    I don't have any direct answers for you when it comes to this issue, but I can point you somewhere where others might. Check out this older thread. It may end up leading you to another older thread, but it should lead you to the solution needed for this issue.
    http://discussions.apple.com/message.jspa?messageID=9345281
    Hope this helps.
    B-rock

  • Emails disappear from inbox when forwarded

    I have an iPhone 4S with Verizon service. The phone was set up as new. When I forward an email from the inbox to someone, the original email being forwarded disappears from the inbox. In all other mail applications I have used, the original email stays in the inbox. Does anyone know of a way to fix this? Thanks.

    I'm running ios7 and this is still an issue.  Has nothing to do with organize by thread. 
    If you forward an email on a device, the original message disappears from your inbox - on any device (even my mac).
    I'm using a POP account.  I see several messages on this in the discussions but no resolution or acknowledgement from Apple.

  • IBook disappears from network when using Airport

    Hi there. Until recently my wife and her iBook have happily shared files back and forth with my Mini, and she has been able to use my shared printer. Now, when she's connected to the internet through our Airport Graphite, our computers no longer show up on each other's network, and she can't find my shared printer.
    I'm not sure if I have a software or hardware problem, but I can't figure it out on my own.
    We have two desktops (a Mini and an eMac) connected to a cable modem through an ethernet hub. The Airport Graphite is also connected to the hub. The Airport is configured to distribute IP addresses, and ethernet client computers also share a single IP address (using NAT).
    If we unplug the ethernet cable from our eMac and plug it into my wife's iBook, the iBook and Mini can once again "see" each other, and my wife can access my shared printer. When we unplug the ethernet from the iBook and go back to using the Airport, the iBook can still access the Internet, but it disappears from the local network.
    I'm hoping there's a simple explanation that I'm missing. I'd be grateful for some help!
    Mac Mini 1.2 GHz   Mac OS X (10.4.8)  

    Thanks so much for responding, Tesserax.
    My hub is a "Linksys 5-Port Workgroup Hub," model EW5HUB.
    The cable modem is plugged into the port called "Uplink." The Mini is plugged into port 1, the eMac into port 2, and the Airport into port 3.
    The network has functioned properly in the past (the iBook used the printer plugged into the Mini, and we shared files back and forth). Recently, I had to reset the Airport, but I thought I had reconfigured it correctly. In short, Airport configuration would be my main suspect here.
    I'm afraid I don't know what (if anything) is supplying NAT service. I assumed it was something the Airport does -- allowing it to sort out the flow of data to the various computers. The question is beyond my expertise level because I don't really understand what NAT service is. Is the problem in my Airport's Network configuration?
    My ISP assigns IP addresses dynamically, so my Airport doesn't have a static IP address. However, my ISP allows for only two IP addresses, so I need my ethernet computers to also share the Airport's address.
    I hope that, somewhere during my ramblings, a light has gone off in your more enlightened mind. Thanks again for your help!

Maybe you are looking for

  • How to set a numeric field to the difference of two dates?

    hi, I need to create a table with a field containing a date (by def. current date) and another numeric field whose value is to be set to the difference (in days) between the current date and the date field. Something like this. CREATE TABLE Tabdate (

  • Canon G10 Raw and Others fixed

    Check you software update for: This update extends RAW file compatibility for Aperture 2 and iPhoto '08 for the following cameras: Canon EOS 5D Mark II Canon PowerShot G10 Pentax K2000/K-m Leaf AFi-II 6 Leaf AFi-II 7 Leaf Aptus-II 6 Leaf Aptus-II 7 L

  • How do i delete all the music off my iPad mini?

    how do i delete all the music off my iPad mini?

  • Error backing up a catalog: "low on disc space"

    I have problem backing up my catalog in Photoshop Elements 11. I have a new computer and want to move my Potoshop catalog to this one. But when trying to back up on the existing PC, it first says «Please wait while Elements Organizer prepares for bac

  • Easiest way to move a project/workspace?

    Hi: I have an existing workspace and a project within it that I would like to copy to a remote (unconnected) machine (at home, for example). What is the best way to do this? I see no export/import for source at the workspace or project level. I can c