lov dependent first lov

Hello

I am uttering a form of tax collection and now I am facing a problem

http://Apex.Oracle.com/pls/OTN/f?p=4550:8:8775129200939711

Workspace: DESKTOP MANAGEMENT SYSTEM
:[email protected] user ID
Password: Alexander

There is a demo of name application. In this application, problem in page no 2. Using this page I collect student fees depending on the month.
When I enter student student ID details 1 then staff is available in the corresponding text field.

Behold, I have juice want when I select the cool months of checkbox and select subcategory in the selection list and then student type and the sum of the amount of the fee of the selected month and the type of student should enter in fees amount text field and student type selection without refresh list. Here student type dependent student_id.

SUM of taxes would come from Table FEE_AMOUNT_DETAILS
type of the student will come from Table STUDENT_TYPE_DETAILS


Please help me... i have been spending more time on it, but I couldn't solve it.


Thank you
Maury

Maury,

A very simple example of what you can do: [http://apex.oracle.com/pls/otn/f?p=9573:1]

On this page, select a Department. AJAX then calls an Application process that displays several batches of XML. Javascript code that retrieves and puts it in the other three items on the page - the first is a number of employees in this Department, the second is the first employee (in alphabetical order) in this Department and ultimately is a select list of all employees of this Ministry.

I added instructions on how to set up page.

You will find that the process of actually performs three operations - Gets a count, gets the first employee and creates a list - but this creates just the various declarations of htp.prn () to build a single page of XML code. Javascript code just this analysis and extract the tags it needs to complete each of the elements of the page.

Your page needs to create XML for many different bits of data, but the principles will be exactly the same - create tags XML in the process and the javascript code uses those to fill the page elements.

Andy

Tags: Database

Similar Questions

  • Second LOV data depend on selected data of first LOV

    Hi, first of all, I must say that I am new to Apex.

    In my page, I have two elements (type Popup LOV): P2_APP and P2_MOD and I created two LOVs for each item. What I want is that when I select a value in the first LOV LOV in second I get data value select first LOV.

    My logic of table in the database is correct, and some States are good.

    I think that the select statement in the second LOV is not extract data from the first element of the LOV:

    Select nom_mod as display_value, MOD_CODE as return_value
    mods
    When the APPLICATION = *: P2_APP * <-this is the first LOV element with the data previously selected
    order by 1

    What I am doing wrong?

    Thanks in advance.

    Did you follow that? http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/bldapp_item.htm#HTMDB05014

    If it does not help to return...

  • career of VCP ahead!

    Hi all

    Please will you some stress during the career now whats coming after VCP.

    Last month I erased VCP and have 2 years of Total exp.on this basis that is the opportunity to work... is it wll be any edge after being VCP.

    No matter which also do Vmware itself let me know how can I do part of Vmware mmee family. Itried on Vmware careers... but the difficult feeling of looking at this place.

    Thanks in advance!

    The big question is where are you located, even if the global economy is not strong but for VMware jobs there are about more than 1,200 jobs on dice.com whenever you search for the keyword 'VMware' which means you have a lot of chances and shot to work at VMware VAC partners and most likely you get an implementation of the P2V project that makes pretty decent 40-$50 / hour + depends first on how to negotiate and oenophile evidence.  I would start by VMware VAC for more hands on experience and after you feel comfortable with everything and with 4 + years of experience I would contact the VMware PSO for the possibilities of employment, but now its better to continue to learn and get your hands on as much as possible through partners VAC.

    If you found this information useful, please consider awarding points to 'Correct' or 'useful '. Thank you!!!

    Kind regards

    Stefan Nguyen

    VMware vExpert 2009

    iGeek Systems Inc.

    VMware, Citrix, Microsoft Consultant

  • E530 - i7-3612QM - Vt - d support?

    Hello

    the thinkpad E530 could be delivered with a core i7-3612QM. This processor are available in two versions, one with the support of Vt - d without him.

    Do you know if E530 with the core i7 is ok for Vt - d?

    Hello

    VT - d support depends first of all on the main motherboard chipset.

    The Intel HM77 chipset built on the edge of 530 with i7-3612QM has no VT - d support.

    So even if the i7 processor supports the MB does not work.

  • Join the table orders from clause

    Hi all

    Who is the effective way to join the tables in from clause. I have two tables first with 20 lakh records and second containing 10 lakh recods.
     
    QUERY 1:  SELECT T4.ID,T4.ISO_NAME  FROM T,T4 
    WHERE T4.ISO_NAME LIKE '%US%' AND T.ID=T4.ID;
    
    QUERY 2:  SELECT T4.ID,T4.ISO_NAME  FROM T4,T 
    WHERE T4.ID=T.ID AND  T4.ISO_NAME LIKE '%US%';
    
    T(ID IS PRIMARY KEY) 
    (20 lakh records)
    
    T4 (ID IS PRIMARY KEY ) 
    (10 lakh records)
    ---------------------
    ID     ISO_NAME
    100  US,UK,IN,BR
    101  UK,US,BR,IN
    102  BR,UK,US,IN
    
    
    Note: No index on ISO_NAME .
    Who is the effective query 1 or 2. Please suggest me if you have an idea to rewrite the query.



    Kind regards
    Rajasekhar

    Published by: SuNRiZz68 on January 29, 2009 04:22

    In practical terms, Alex is right. Sometimes it matter what table is selected first, but does the CBO generally a very good job of deciding what you need to select the first (assuming that your statistics are up to date) but this is the situation you are trying to avoid as much as possible.

    If you specify a table main command tables in the clause is not reliable and should be used - but think before using advice and don't do that when necessary.

    Which table to select depends firstly on the join method in the execution plan. Nested loops joins perform better by selecting in the smaller table first, make a loop on the largest table. Joins the smaller set hash table in memory first, and then go through the larger table, perform searches in memory. He can't make any difference, what table is read using first the merger joins and sort.

    Back to your original question. Using the cost-based optimizer, both queries will probably roll the same because newer versions of Oracle (9i, 10g) often transform queries for efficiency before the execution anyway. According to what do you or do not request should probably run a nested loop or hash join. With a small set of data creaing index and using a search of nested loops will probably be faster to avoid full table scans. the '%' in the LIKE clause leader would ignore an index on the ISO_NAME column in any case if a main column may be used in a composite index. All this is based on the approximation using the information provided; Tuning questions should always be tested to unexpected developments.

  • LOV dependent inside the OFA

    Hello

    I'm looking how to implement LOV dependent within a table.

    I have two columns inside the so-called A, B.

    I have a value in a (text style) and then B (LOV). After mark I will be showing the values in the table so A is completed by research and B will take A value of show the dependent values of the a.

    Hope I'm clear with the tip.

    Concerning

    RAM

    This can be achieved by using the following steps.

    To make the second LOV to be dependent by the first style of message text.

    Create a form value in the same region and make the viewobject definition is the same as the message text style (MST).

    now, use the VALUE of the criteria for the lovmap element in the ENTRANCE of the LOV.

    as the value of the form is in the region it will choose the value whenever the LOV is interviewed and helps in implementing this feature.

  • Error: A selection is required in Nested (Cascade or depends) LOV!

    HII

    When I select the first lov and then I select it second display error... .second lov will display the values depend on the first statement select lov it's (cascade or depend on or nested lov)

    This error occurs

    in the module of the Application works properly... but by page fault occur

    Untitled.jpg

    Hello

    Select your second list on the editor page and look in the Properties Inspector, you will see a "Required" property

    Change its value to false and then check it.

    Due to this validation required the second list is not updated and you are not able to see the values in the list

    Ashish

  • My requirement is, if we click on the POP UP LOV element so I want the dependent value of this item in column of the text element in a table.

    My requirement is

    If we click on the POP UP dot LOV button then I want the dependent value of this item in column of the text element in a table.

    How do I get this as a table?

    Hi Dan,.

    I have a table, in the first column is popup LOV.and second column key is text element.

    So my question is if we click contextual key lov and select employee name, then I want to show the email address of this employee in the second column of tabular presentation.

    This can be done with AJAX. Write a JavaScript function on the onchange event of popup LOV item (Employee) key and pass the number of the employee selected to your AJAX call, go get the employee email and assign it to your entry corresponding to the key LOV popup text has changed.

    As your dealing with Form (Wizard Based/APEX_ITEM Based-not specified) in a table, you take insofar as each column is the table of elements mapped to APEX_APPLICATION input. G_FXX tables and therefore to write JavaScript to locate the item to update.

    I hope this helps!

    Kind regards

    Kiran

  • ADF: CREATING DEPENDENT LOV

    Hello world

    I created two LOVs just to sort the values (2 your separate but both are in the same table).
    Now, I want to subordinate the 2nd lov values to first lov.
    How can I create lov to load?
    Please provide the detailed steps for creating lov dependent as im new to this field of the ADF.

    Thanks in advance.

    Kind regards
    RAJA.

    Published by: Kumar on May 18, 2012 19:39

    Sorry, but as far as I know samples do exactly what you want. If not should be able to adapt the samples to your needs.
    In general here on this forum we only point you in the right direction...
    According to the information that you have given so far the samples should you get.

    Timo

  • Got a 27 "monitor from Apple, with thunderbolt (error). My MacPro can't love at first sight. Apple won't bring back the monitor. Will using a USB 3 map and then using a hard drive with USB 3 and Thunderbolt works?

    Got a 27 "monitor from Apple, with thunderbolt (error). My MacPro can't love at first sight. Apple won't bring back the monitor. Will using a USB 3 map and then using a hard drive with USB 3 and Thunderbolt works?

    N ° you need a computer logic board which has built in Thunderbolt.

  • Love at first sight and disk utility

    Hello

    With the old version of disk utility, I could start in the repair using the command + R section, click disk utility, and then copy my computer perfect HD over to another Mac connected via Thunderbolt and in target disk mode. This process took about 7 minutes. Is it possible to do it again? Use the migration wizard is not a viable option because it takes over 30 minutes to copy it to the users and applications and I have several computer at image Labs.

    You try to restore your hard drive to another on a target machine?     If so, you can always do this.   Reboot from Recovery HD and use disk utility.  To 1 restore another disc, you select 1st target drive.  Then on the Edit menu, select Restore.  Then in the drop-down list, select the source drive.  If you love at first sight, this should go pretty fast.

  • Using a disc of love at first sight with thunderbolt-gigabit adapter

    Hello.

    I have a bit of a strange situation.

    I bought an IMAC 27 the retina used 5 k with a SSD of 256. end of 2015 model - still under warranty.   Frame background... before I made the purchase, I called in the SN and the Apple representative said that she had a 1 TB fusion drive.  It turns out it's a SSD of 256 custom. Great machine, nice and fast, but the disk is too small to hold all the photos we have on site. I called apple and they said, it is easy to put the photos on a disc of love at first sight and it wouldn't make much a difference of access time for the photos as thunderbolt comms is actually faster than the speed of the drive SATA external drive.

    Now for what is strange.

    I don't want a hard drive off my IMAC clean looking nice.    I have however ethernet cable in the wall.

    Does anyone know if I can use a gigabit for thunder bolt on side installation mac converter, use the ethernet cable wall I allows me to drive to the top of my structured cabling Panel, then connect the drive to love at first sight with another converter gigabit/crush?

    To them and to specify that the installation again:

    -IMAC

    -crush / converter gigabit

    -about 100 feet of ethernet cable

    -crush / converter gigabit

    -By car thunderbolt

    or am I crazy?

    upgrade the drive on the IMAC without voiding the warranty is WAYYY expensive.

    See you soon

    Mac

    You do a lot of complex, just get an of:

    https://www.twelvesouth.com/product/backpack-for-iMac

    hook upward drive external hard and you're done.

  • I just bought an iPhone 6plus, I love, but have been told by others never to install updates. That's what they say ruined my iPhone 5, so I'm a bit hesitant to go ahead and install this update first. Suggestions?

    I just bought an iPhone 6plus, I love, but have been told by others never to install updates. That's what they say ruined my iPhone 5, so I'm a bit hesitant to go ahead and install this update first. Suggestions?

    Upgrade and to ignore your so-called friends who have no idea what they're talking about.

  • Love at first sight for usb cable will work for migration?

    Love at first sight for usb cable will work for migration?

    Migration from what to what?

  • Extension of love at first sight. Will it work?

    The thunderbolt attached my Thunderbolt display cable is about a foot short of my Mac Pro. I see where it is is an extension of 1 meter (man/woman), available per person interposed. This will affect working on FCP X on my screen?

    Thank you.

    See you soon.

    Tom

    Last time I looked, there was no work of extensions for love at first sight. Everything that makes that claim ends up being a Mini DisplayPort cable.

    Could you please send link to the device that you are considering?

    How long is the one you have?

    How long is the one you need?

Maybe you are looking for

  • I have almost 40 000 emails! Help!

    Hello Yes! I have a big problem that I can't solve everything. On my PC, it says I have no unread emails but on my Iphone 5, it says that I have almost 40 000! I use gmail and I had this problem for 2 years and it really does not use a lot of space o

  • What is FinderSynchAPIExtension

    The "Choose the Application" Finder window wonder: 'where is. FinderSynchAPIExtension. I was not able to find it. It's happened to me a couple of days and I followed the General advice "reinstall OS x." did this, symptoms went away about a week. Now

  • Why there are other computers in my section shared on the finder?

    I have other computers not appearing in the section shared of my side bar of the Finder.  I suspect that my computer is see other computers on nearby wifi networks, but I want to know with certainty what it means.  How does if affect the security of

  • How to limit the voltage common mode for the switch

    The user manual mentions a maximum of ±12V ground for my switch (pxi-2536) but I do not see an entry in the field on the pinout of the connector. If I have a floating supply, should I connect the ground to the chassis on the ground on the back of the

  • my command prompt has been disabled by the administrator

    I want to fix this problem.