Problems loading saved item in LOV :-(

I have two LOV's
these are cascaded lists
say p12_customer_name (parent) belongs to customer table
and p12_project_list_id (child) belongs to items table
When a customer name is selected , all the projects related to that customer are loaded in project_list_id LOV. I can perfectly create a new entry and it saves the data in the database as well
Now when I click on the edit icon from an interactive report it loads everything apart from selected customer name and project name.
here is how the table relation goes.
there is one table called "*Items*" based on this table the interactive report is been created.
this table has a column called project_list_item_id which is fk to "*project_list*" table which contains Customer_id column which in turn is fk to "*customer*" table.
I need help as to how can I load the saved customer data??
Any help on this would be beneficial.
Thank you :-)
ps: I am using Apex 4.2 (recent update)

Hi,
you will need a process or computation to populate your P12_customer_name/id page item, because it's not a database column.
The process/computation should fire after the "Fetch" process on your page which populates the database column based p12_project_list_id.
Try something like (if you use a computation of type SQL)
select customer_id
  from project_list
where project_list_item_id = :p12_project_list_idYou should also have a condition to only fire the process/computation if p12_project_list_id is not null, so that it doesn't fire if you are in CREATE mode.
Regards
Patrick
My Blog: http://www.inside-oracle-apex.com
APEX Plug-Ins: http://apex.oracle.com/plugins
Twitter: http://www.twitter.com/patrickwolf

Similar Messages

  • Problem loading saved documents after intall.

    Hi - In installed the pages upgrade last week, but today when I tried to open some documents saved yesterday, pages tells me I need to upgrade to a newer version. When I click on the link to the app store, it tells me I've already upgraded.
    Is anyone else having this problem?
    Please help, I can't open a job application I was filling out!

    I found the solution myself because of a related problem I had while trying to do the same in C++.
    The problem is that softokn3.dll needs to load most of the DLL files in the Program Files/Mozilla Firefox directory, but it can't find those because it's not looking for them there. When you copy all those DLL's to the WINDOWS/system32 folder, the error "Caused by: java.io.IOException: The specified module could not be found." doesn't occur anymore.
    To be able to read certificates from this store, change the pkcs11.config file as follows:
    name=NSSSoftToken
    slot=2
    library=C:\Program Files\Mozilla Firefox\softokn3.dll
    nssArgs="configDir='C:/Documents and Settings/sdm/Application Data/Mozilla/Firefox/Profiles/tjx04kze.default' certPrefix='' keyPrefix='' secmod='secmod.db' flags=readOnly"Mind the single slash / in the configDir path! If you use double backslashes \\ it won't work!

  • I have problem loading all items from XML with for each

    Hi all,
    I'm low level as3 programmer and I need help whit this code:
    I have gallery XML file:
    <gallery>
        <item>
            <id>1</id>
            <strana>0</strana>
            <naslov>Lokacije</naslov>
            <aktuelno>1</aktuelno>
            <slika>1.jpg</slika>
        </item>
        <item>
            <id>2</id>
            <strana>2</strana>
            <naslov>Coaching</naslov>
            <aktuelno>1</aktuelno>
            <slika>2.jpg</slika>
        </item>
        <item>
            <id>3</id>
            <strana>0</strana>
            <naslov><![CDATA[O.Å . Bratstvo - panel]]></naslov>
            <aktuelno>0</aktuelno>
            <slika>3.jpg</slika>
        </item>  
    </gallery>
    And:
    var loader: URLLoader = new URLLoader();
         loader.load(new URLRequest("gallery.xml");
    var xml = new XML(evt.target.data);
        for each(var item in xml..item) {
            centralniText.htmlText = item.slika;
    only shows  last item from XML file:
    3.jpg
    I want all. Please help.

    can adding count item in XML help somehow?
    <gallery>
        <item>
            <id>1</id>
            <strana>0</strana>
            <naslov>Lokacije</naslov>
            <aktuelno>1</aktuelno>
            <slika>1.jpg</slika>
        </item>
        <item>
            <id>2</id>
            <strana>2</strana>
            <naslov>Coaching</naslov>
            <aktuelno>1</aktuelno>
            <slika>2.jpg</slika>
        </item>
        <item>
            <id>3</id>
            <strana>0</strana>
            <naslov><![CDATA[O.Å . Bratstvo - panel]]></naslov>
            <aktuelno>0</aktuelno>
            <slika>3.jpg</slika>
        </item>   
        <last>3</last>
    </gallery>

  • Problem loading saved contents back in their places

    I have now gotten the idea of saving multiple components text into one file. But now when I open that file all the text in the file goes into the text of only one component. Here is the code,
    <s:Button x="14" y="4" label="Save">
                                <s:click>
                                    var f:File = File.desktopDirectory;
                                    f.browseForSave("Save As");
                                    f.addEventListener(Event.SELECT, function (event:Event):void {
                                    var stream:FileStream = new FileStream();
                                    stream.open((event.target as File),FileMode.WRITE);
                                    stream.writeUTFBytes(rte.htmlText);
                                    stream.writeUTFBytes(ta.text);
                                    stream.writeUTFBytes(rich.text);
                                    stream.close();
                                </s:click>
                            </s:Button>
    <s:Button x="92" y="4" label="Open">
                                <s:click>
                                    var f:File = File.desktopDirectory;
                                    f.browseForOpen("Select file to open", []);
                                    f.addEventListener(Event.SELECT, function (event:Event):void {
                                    var fs:FileStream = new FileStream();
                                    fs.open(event.target as File, FileMode.READ);
                                    rte.htmlText = fs.readUTFBytes(fs.bytesAvailable);
                                    ta.text = fs.readUTFBytes(fs.bytesAvailable);
                                    fs.close();
                                </s:click>
                            </s:Button>
    Some suggestions?

    I was referring to the URL displayed in the small piece of coding of your first post.
    http://www.<project>.com:8082/servlet/getviewsIf it needs parameters, you may type this in the address bar of your web browser :
    http://www.<project>.com:8082/servlet/getviews?name1=value1&name2=value2&name3= ...// and so on

  • Problem loading content from iTunes library and Netflix

    Everytime I try watching a TV episode, movie, or Netflix show, I get an error sign with loading the content.  It's not restricted to Netflix and also includeds recently purchased and saved items through iTunes library.  What can I do to resolve this problem?

    Try restarting AppleTV (menu and down on remote together for 6 secs) and your router.

  • Problem with application item and session state

    Okay, let's see if I can explain this problem coherently.
    I have a small app (one page), with an application item, F_WHERE_CLAUSE.
    This page has three regions in which there are items that the users can populate for search conditions. A couple of these items are "select list with submit" (I still need to upgrade to the AJAX method, I know). There is another region which has one hidden field, called P1_WHERE_CLAUSE. This field is defined to "Always, replacing any value in session state..." with source type of "Item (application or page.....", and a source value of F_WHERE_CLAUSE with no default value.
    I have a button called "Search" which submits the page and fires a PL/SQL process which builds a where condition based upon the other page items and stores the value to the application item F_WHERE_CLAUSE (correctly).
    For testing, I've made the P1_WHERE_CLAUSE field visible so that I can see what's going on. I've also clicked the debug and session buttons to help trace this. After I click the "Search" button and the page submits, debug shows:
    0.02: ...Session State: Save "P1_WHERE_CLAUSE" - saving same value: "1=1"
    followed later by:
    0.05: ...Session State: Saved Item "F_WHERE_CLAUSE" New Value="lower(primary_class) = 'rock' and country = 'Spain'"
    The field P1_WHERE_CLAUSE displays with the correct search criteria as signified by F_WHERE_CLAUSE above. However, If I click the "session" button to view the session state values, P1_WHERE_CLAUSE shows up as:
    P1_WHERE_CLAUSE Textarea    1=1    U while F_WHERE_CLAUSE displays the correct value still.
    The reason this "problem" came up, is that this page also has three SQL report regions which use &P1_WHERE_CLAUSE. for the where condition. While they display the correct results on-screen, each report region also has the "Export to csv" enabled, and the export seems to be using the "1=1" condition (from the "session" window) instead of the search criteria that the on-screen region is using (F_WHERE_CLAUSE and the displayed P1_WHERE_CLAUSE), resulting in a retreival of all records.
    Anybody have any idea what's going on and why, and how to get the csv export to use the correct value for the where condition?
    Thanks,
    Bill Ferguson

    It appears the "Export to CSV" functionality requires the item value to be set in session state. The P1_WHERE_CLAUSE item value never gets saved to session state. The page is rendered and the value is put in the item on the page but until you submit the page session state doesn't know what P1_WHERE_CLAUSE is.
    Create a before header computation or process to set the value of P1_WHERE_CLAUSE (which will save it to session state). It is interesting that the report regions didn't need to look at the value in session state but the "export to csv" does.
    --Jeff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Problem w/ image item using 9i BLOB field and InterMedia ORDImage Object

    Hi,dear all,
    I have a problem with image item in Form 6i. Oracle 9i is used as backend DB, and a table contains image data is created for testing:
    create table image_test(
    id number,
    image blob
    In Form 6i, there is no problem to create a block for inserting/updating the image record into the database. However, it can not be used to retrieve image (blob field), the image item remains empty after 'execute query', while the id field can be retrieved. When the same table is created in Oracle 8.1.7, and the exact same form can be used without any problem both in inserting and retrieval. It seems that the Oracle 9i does not use the same way to store BLOB column. Has anybody ever encountered this problem? How to retrieve image (BLOB) in Form 6i from Oracle 9i?
    I tried to use interMedia ORDImage as the data type in Oracle 9i, that is,
    create table image_test(
    id number,
    image ORDSYS.ORDImage
    Same problem, the form can insert record with image, but when retrieving, nothing displayed. Anybody could help! Thanks in advance!

    hi!
    well working with oracle8i and form6i.
    same problem..but i used (instead of blob or clob as datatype..) Long raw..
    it can be saved as usual..i mean Commit..
    and can be retrieved..using Execute_Query..its working fine..
    well if anybody get any other solution..do inform..
    mail_id:
    [email protected]

  • Error loading/saving PDF presets

    Error loading/saving pdf presets
    I am using CS4 and Windows 7. I have a .joboptions file I want to load in InDesign, but when I try, I get the error message: Cannot create the file. The folder may be write protected.
    I am a local administrator on the computer.
    I have tried manually copying the .joboptions file into the folder C:\Users\<my profile>\AppData\Roaming\Adobe\Adobe PDF\Settings, but it doesn’t show up in the list of available presets.
    I used the same version of InDesign with Windows XP and was able to load and save presets this way just fine.

    Thank for the tip. But unfortunately it is only a partial solution.
    When I 'run as administrator' in Windows 7 I have no problems, that is a bit of a solution, but for me it is a mere workaround.
    I want to find out how I can load and save PDF export settings without running as Adminstrator, since we have 7 people using the presets and they don't want to run InDesign everytime as an Administrator.
    I have all the rights (local admin) to all folders, therefore I was hoping somebody already fixed this in his/her system...
    Hope Adobe comes up with some sort of solution for this apperently Windows 7 problem.

  • MupdfPage: an add-on for mupdf for auto-loading/saving page numbers

    I love MuPDF, but it doesn't store page number before you exit as other viewers do. I wrote a new header 'pdfpage.h' under the 'apps' directory and hacked 'pdfapps.c' a bit so that now it auto-saves and loads page numbers. The hack is based on a svn version, which keeps changing and makes patching hard, so I put my hacks in the README.txt.
    The source can be retrived here: https://github.com/kaikaizi/mupdfPage/
    To use, clone latest source:
    git clone git://git.ghostscript.com/mupdf.git
    drop 'pdfpage.h' into apps directory, and apply the 4 changes in 'pdfapps.c'.

    Check out llpp and zathura. The former uses mupdf to render PDFs, the latter can (with a plugin). Both are very fast (llpp just FLIES), and have that auto-loading/saving page numbers. And, zathura has genious keybindings.
    But cool project. Thanks.

  • Photoshop CS4 has a problem loading

    I don't know what happened, but today when I launched Photoshop it had a problem loading on the splashscreen when it said "Building TWAIN Menu Items". I don't know what happened, it worked perfectly fine yesterday, but today it just kept getting stuck, I'm running on Vista 64-Bit Home Premium if that matters. There was an automatic Windows update last night, so I though it was that, but when I did System Restore and when I tried un-installing the updates it still didn't work. Any help would be appreciated!

    Twain is not supported in 64 bit. Maybe there is a 32 bit driver in the wrong 64 bit folder?
    Here, I found this to help you.
    http://kb2.adobe.com/cps/408/kb408849.html

  • Askmen 'problem loading page' error in FF6. Page doesn't load up.

    The Askmen website doesn't load up in FF6. The page loads to the FF 'problem loading page' page.
    At the same time the url also changes to http://uk.wrapper.askmen.com/

    No problem here.
    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • [b]URGENT : unbound items in LOV[/b]

    Hi,
    In my module component I have a table usage and one lookup. Also I have 2 unbound items in this module component. So the probleme is : I would like to put /select this unbound items in LOV that I us in this module, how I can do this????
    Thanks lot

    You don't mention the version of Designer you are working with. In both Designer 6i and 9i, in the Design Editor, you can create separate LOV and associate these with an item in your module component. These can have their own base table usages and lookup table usages and you can create and use unbound items. See the help on unbound items or LOV in the Design Editor.
    You can't use the unbound items in your module component in your LOV, you will need to create new ones for your LOV.
    Regards
    Sue

  • When I try to open contacts from the icloud control panel on my windows 7 PC, I get an error message: can't load contacts. There was a problem loading the application.

    When I try to open contacts from the icloud control panel on my windows 7 PC, I get an error message: can't load contacts. There was a problem loading the application.

  • Unable to open project - hangs at 'loading saved thumbnails'

    1. I save a 30 minute project to my local disk and shut down iMovie HD.
    2. I re-installed iMovie HD (because the help subsystem was not working for some reason).
    3. I launched the newly installed iMovie and it automatically tried to load my project. When it reaches 'loading saved thumbnails' it hangs and I have to Force Quit.
    4. I removed the iMovie plist and relaunched iMovie and started a New Project. When it reaches 'loading saved thumbnails' it hangs and I have to Force Quit.
    Any ideas as to what is going on?

    14GB is at the margin of what may be needed. 20GB is better.
    Your original iMovie project may have become corrupt.
    The following is from David Pogue's 'iMovie 6 & iDVD 6 - The Missing Manual' which I think is the best handbook for these applications you can get. It is readily obtainable from Amazon.
    David Pogue writes (on page 471):
    At some random moment when you least expect it, some iMovie project that you worked on for days or weeks refuses to open. The odds of project corruption in iMovie 6 are lower than in any previous version, but if it happens there is little consolation.
    If the worst should happen, you may be able to rescue the project by importing its timeline movie to a new, fresh iMovie project file.
    The modern iMovie 'document' is in fact a tricky kind of folder. To open it, Control-click (or right-click) the project's Finder icon; from the shortcut menu, choose Show Package Contents. In the window that opens, double-click the Cache icon. Inside you will see an icon called Timeline Movie.
    The Timeline Movie is a reference movie. That is, it contains no video or audio of its own - just pointers to the video and audio files stored in the package's Media folder. If those files are intact, then the reference movie will play the project just as iMovie did.
    Create a new iMovie project, and then drag the Timeline Movie.mov icon from the Finder window right into the Timeline Viewer of the new project.
    Now, the resulting movie will contain all the original movie project, but you should be aware that it will show up in the new project as a single, giant clip. You won't be able to edit the titles and transitions, but at least everything will play in the proper order.
    Worth a try don't you think? Post back with results!

  • Cannot directly open the browser from the icon. "problem loading webpage" and "timed out" are the messages. Access was accomplished by using yahoo messenger and opening my email. if I attempt to open a new page, I recieve the aforementioned warnings.

    no link to open access to the internet. I used Yahoo Messenger, clicked on the 'mail icon' and since Firefox is my default it opened and I was able to continue from there. If I try to click File, open New Page, I get the "problem loading webpage" and "connection timed out" messages

    changed my homepage to Yahoo. Now Firrefox works but still cannot access ANYTHING 'Google"!

Maybe you are looking for

  • How do I convert an alpha character from a text string to its decimal value

    I am trying to find out the actual decimal value of a character in a string. So far the code below is as far as I got. I am able to get what I guess is a byte value. This is for a school assignment: The idea behind what I am trying to do is to design

  • Backing Up Shared Drive with Time Machine

    I have an Airport Extreme with a shared hard drive connected to its USB port. I have TM running on an iBook connected wirelessly and would like to include the shared drive in the TM backup of the iBook. The shared drive is mounted on the iBook when I

  • Lumia 620 amber update

    it is september 30 ,(end of sept) as they promised they said that they will make sure that Amber update reaches every lumia phone's but lumia 620 didnt receive any update upto now, its very disappointing.the update is much awaitied phone has lot of p

  • How can I prevent Podcast Maker from showing direct link to media files?

    I'm brand-new to podcasting and to Podcast Maker for Mac, but I finally created a podcast (after 3 hours of trying to figure out how to get the thing to upload to the correct sub-directory). My question is: When I look at my feed in Firefox, I see so

  • Dreamweaver CS6 - MAC: How do I view / display a file path in code view?

    I work with complex applications / sites that use cross-browser ajax calls and different configurations. We use two different prod servers which flip/flop for active while the other is a backup. I need the ability to see (from a root level) exactly w