Tabular form and the value of the element

Hello people:

I certainly hope that your holidays are festive.

I have a question for you.

I have a tabular form which is filled, based on a list of selection (with the type of delivery).  I placed a form on the same page (based on a table), and I would for a question to be filled as well following the list of selection even completing the tabular form.  What is the best way to go about this?  Calculation?  I'm not sure how to do this...

Thanks for your help!

Aqua

AquaNX4 wrote:

I have a tabular form which is filled, based on a list of selection (with the type of delivery).  I placed a form on the same page (based on a table), and I would for a question to be filled as well following the list of selection even completing the tabular form.  What is the best way to go about this?  Calculation?  I'm not sure how to do this...

If the selection list submits the page then you can set the value of the element using a calculation after the presents. Make sure that it will not be reset by any statement of process or branch of State later clear session.

Tags: Database

Similar Questions

  • Table of attributes in the XML element and the element values. Is this possible?

    I use BI Publisher generator model for Word. I'm using Word 2007 and the patch 9821068 generator model.

    I'm trying to create a table using the table Wizard. The values in the column must be based on the attributes of the element and the element values. I have no control over the incoming data.

    Given the following XML:

    <? XML version = "1.0" encoding = "UTF-8"? >
    < valuesOverTime type = "fromServer" >
    < name aValue = "xyz" date = "2010-07-21" time = "" 15: 55:26 ' > 2 < / aValue > "
    < name aValue = 'abc' date = "2010-07-21" time = "" 15: 55:26 ' > 0 < / aValue > "
    < name aValue = "xyz" date = "2010-07-21" time = "" 15: 55:26 "> 42 < / aValue >"
    < name aValue = 'abc' date = "2010-07-21" time = "" 15: 55:26 "> 100 < / aValue >"
    < name aValue = "xyz" date = "2010-07-21" time = "" 15: 55:26 "> 17 < / aValue >"
    < name aValue = 'abc' date = "2010-07-21" time = "" 15: 55:26 ' > 0 < / aValue > "
    < name aValue = "xyz" date = "2010-07-21" time = "" 15: 55:26 "> 1 < / aValue >"
    < / valuesOverTime >

    Table I need should look like this:

    name date time aValue
    XYZ-2010-07-21 15:55:26 2
    ABC-2010-07-21 15:55:26 0
    XYZ-2010-07-21 15:55:26 42

    So far, that I can understand it.

    Any suggestions?

    Thank you
    -Matt
    
      
    
    
  • I finally got CS2 installed on my system. But now the menu background color is black and the elements are not visible until the cursor is over them. It is very difficult to read. How can I change this?

    I finally got CS2 installed on my system. But now the drop-menu background color is black and the elements are not visible until the cursor is over them. It is very difficult to read. How can I change this? I tried to go into change preferences but it does not work

    I changed it to the value default them and that worked. Thank you very much

  • can I take a form and put a pic within the form and the picture becomes the form?

    can I take a form and put a pic within the form and the picture becomes the form?

    Yes mel, you can do it. This video tutorial will allow you to do exactly that:

  • creating more then a tabular form in the apex of the magician

    Hi all
    I am unable to create more then one table in a page form... don't we have another way to do... ?
    a solution may be greatly apprecieted.
    Concerning
    Vishal Roy

    Hi Vishal,

    You can have only one tabular form on a page. However, there are several threads associated with this topic, which you may find useful to consider. Some users have posted to their workarounds, so it would be interesting to search the forum for such offers. To start:

    How to have several forms of table on one page
    Multiple tabular forms with updates on the same page
    Re: why not 2 tabular forms on the same page?
    Multiple tabular forms
    2 tables form MRU/MRDing in the same table

    Kind regards
    Hilary

  • Manually created the tabular forms and Firefox 4 problem

    I have a tabular presentation created with pl/sql dynamic content using the apex_item Toolbox areas. A collection of the apex is used to maintain the State of the tabular data entered. It is an application originally created at the APEX 1.5 and improved over the years to 3.2. Never a problem with the application so far. I've recreated the question on the site of apex.oracle.com here:


    http://Apex.Oracle.com/pls/Apex/f?p=28213

    Run the application in Internet Explorer (I use 8), then run it in Firefox 4. Enter a quantity in the first element, then the next and previous then several times. See the problem? The problem doesn't occur in FF 3.6 or Chrome either. I have not tried Safari as my mac at home and I'm at the office.


    Here's the code for areas of pl/sql and the update of the collection (after submitting). Page 2 is just a selection of the collection report. I spent a day trying to solve this problem. Any help will be appreciated. Redesign without pl/sql dynamic regions is not an option at this time.

    Dave




    Report region 1: (there is no collection)

    declare
    Other1 varchar2 (2000) value default null;
    other_char varchar2 (32000) value default null;


    Start


    HTP.p ("< table border ="1 "width =" 100% "> '");
    HTP.tablerowopen;
    HTP.p ('< th > Description < /th > < th > price < /th > < th > quantity < /th >');
    HTP.tablerowclose;

    for rec in (SELECT id, description, to_char(price,'$9,999.99') price
    FROM foodbev_items by id) loop

    Select apex_item.hidden(1,rec.id) in the double other_char;
    HTP.p (other_char);

    Select apex_item.hidden(3,rec.description) in the double other_char;
    HTP.p (other_char);



    HTP.tablerowopen;
    HTP. TableData (Rec.Description);
    HTP. TableData (Rec.Price, 'right');












    -quantity here
    Select apex_item.text(6,null,5)
    in double other1;
    HTP. (Other1) TableData;




    HTP.p ("< tablerowclose >" ");

    end loop;


    HTP.p ("< /table >" ");


    end;


    Report region 2: (collection exists)


    declare
    Other1 varchar2 (2000) value default null;
    other_char varchar2 (32000) value default null;


    Start



    HTP.p ("< table border ="1 "width =" 100% "> '");
    HTP.tablerowopen;
    HTP.p ('< th > Description < /th > < th > price < /th > < th > quantity < /th >');
    HTP.tablerowclose;

    -collection BREAKFAST_SELECTION
    --
    -1 is item_id, 3 is description 6 is Qty.
    --

    for rec (item_id SELECT a.c001, description, price, a.c006 entered_qty to_char(b.price,'$9,999.99') a.c003
    Htmldb_collections a, foodbev_items b where a.c001 = to_char (b.id) and a.collection_name = 'BREAKFAST_SELECTION"to order by b.id) loop

    Select apex_item.hidden(1,rec.item_id) in the double other_char;
    HTP.p (other_char);



    Select apex_item.hidden(3,rec.description) in the double other_char;
    HTP.p (other_char);





    HTP.tablerowopen;
    HTP. TableData (Rec.Description);
    HTP. TableData (Rec.Price, 'right');













    -quantity here
    Select apex_item.text(6,rec.entered_qty,5,5)
    in double other1;
    HTP. (Other1) TableData;



    HTP.p ("< tablerowclose >" ");

    end loop;


    HTP.p ("< /table >" ");





    end;


    Collection update:

    declare
    la_cks wwv_flow_global.vc_arr2;
    other_char varchar2 (2000) value default null;
    other_char1 varchar2 (2000) value default null;

    Start

    htmldb_collection.create_or_truncate_collection ('BREAKFAST_SELECTION');

    because me in 1... htmldb_application.g_f01. Count
    loop

    --
    -1 item_id, 2 is digital price, 3 is description, 6 Qty
    --
    --
    () htmldb_collection.add_member
    p_collection_name = > 'BREAKFAST_SELECTION ',.
    p_c001 = > htmldb_application.g_f01 (i),
    p_c003 = > htmldb_application.g_f03 (i),
    p_c006 = > htmldb_application.g_f06 (i)
    );



    end loop;


    end;

    don't know if this is the problem or not, but

    ...
    htp.tabledata(other1);
    
    htp.p('');
    
    end loop;
    
    htp.p('');
    ...
    

    should be

    ...
    htp.tabledata(other1);
    
    htp.tablerowclose;
    
    end loop;
    
    htp.p('');
    ..
    

    Thank you

    Janet Tyson

  • Validation of tabular form regarding the item master detail

    Hi guys,.

    I have installation master detail on my page with a layout table below.

    The master record has a field called RCV_QTY.

    The tabular presentation has a column called box_qty.

    What I'm trying to do is to validate it against the user to add lines in the table form which when added, is more than the amount of heading RCV_QTY.

    I tried the following function returns the validation text error but it's not enough work.

    As the line in the custom of tabular form be seen by the following SELECT INTO statements on submit, I guess I need more of a process of dynamic action type?


    DECLARE

    v_hdr NUMBER;
    v_line NUMBER;

    BEGIN

    SELECT hdr.rcv_qty
    IN v_hdr
    OF XXMEL_VMI_RCV_HDR_TMP hdr
    WHERE the hdr. VMI_RCV_HEADER_ID =: P2_VMI_RCV_HEADER_ID;

    SELECT SUM (line. BOX_QTY)
    IN v_line
    OF XXMEL_VMI_RCV_HDR_TMP hdr
    Online XXMEL_VMI_RCV_LINE_TMP
    WHERE the hdr. VMI_RCV_HEADER_ID = line. VMI_RCV_HEADER_ID
    AND hdr. VMI_RCV_HEADER_ID =: P2_VMI_RCV_HEADER_ID;


    IF (NVL(v_line,0) - NVL(v_hdr,0)) < 0
    THEN
    RETURN (' ERROR: the sum of the quantities of tag is greater than the quantity of the received header ');
    ON THE OTHER
    RETURNS A NULL VALUE.
    END IF;

    END;

    Any help would be great.

    I use Apex V4.0.

    Hello

    You must use the API APEX_APPLICATION total up to the Box_Qty of detail in Validation, and compare with the RCV_QTY. something like

    DECLARE
      V_BOX_TOT NUMBER := 0;
    BEGIN
      FOR I IN 1..APEX_APPLICATION.G_F01.COUNT LOOP
         V_BOX_TOT := V_BOX_TOT + TO_NUMBER( NVL(APEX_APPLICATION.G_F01(I),'0'));
     END LOOP;
     IF V_BOX_TOT > :P1_RCV_QTY THEN
        RETURN FALSE;
     ELSE
       RETURN TRUE;
     END IF;
    EXCEPTION
      .....
    END;
    

    Kind regards

  • tabular form - update the non-visible fields

    Hi gurus!
    I built a tabular form over a table composed of 6 fields and I use the MRU to allow the user to edit the record; Two field in that table are not visible and editable by the user; I want to use the two fields to track which change the record (both fields are Modify_USER, Modify_date).
    I want to insert in the two fields the values the user variable and the sysdate.
    Is it possible, is there a way to do this with MRU or do I have to manually write the PL/SQL for this?
    I'm on APEX 3.2
    Any suggestion will be appreciated.
    Thanks in advance,
    DDF

    Instead of doing it this way, why not watch a trigger in the database, which will fill these columns when you perform an update on the table? The user will be & user_id. and the sysdate you already...

    CREATE OR REPLACE TRIGGER Update_Table_X
    BEFORE UPDATE
    of Table_X
    ON R_RECORDS
    FOR EACH ROW
    BEGIN
    
    :new.Modify_date := sysdate;
    :new.Modify_USER := app_user;
    END;
    

    Thank you

    Tony Miller
    Webster, TX

    A lady came up to me on the street, pointed at my suede jacket and said: "do you not know that a cow was murdered for that jacket?
    ' I didn't know there are witnesses ', I replied: "now, I'll have to kill you too. '

  • Parameters of forms and the reuse of the LOVs

    Hello

    I read in other threads on the use of parameters of forms to re-use the same LOV repeatedly when the selected value in the LOV should be placed in different areas.
    Are there resources to explain this technique better? I have not found a lot of research myself.
    Or if someone did, and he could give a few simple step by step instructions?

    I have a number of different paintings, and all need to use the same LOV (same query RG).
    The selected value must be inserted into a couple of items in the same block of data as the element where the LOV has been posted.

    I hope that my question is simple,

    Kind regards

    Abigail

    Here is an example:

    DECLARE
         VALUE BOOLEAN;
         BOTTONE NUMBER;
         conta_record number;
    BEGIN
         VALUE := SHOW_LOV('YOUR_LOV');
    
    IF NOT VALUE THEN
          message('You have not selected a value');
             message(' ',no_acknowledge);
    else
         :your_block.your_item := :parameter.your_parameter;
         :your_block.your_item1 := :parameter.your_parameter;
         :your_block.your_item2 := :parameter.your_parameter;
    
    end if;
    END;
    

    Hope it helps you,
    Fabrizio

    If this answer is useful or appropriate, please mark. Thank you.

  • New form and the corresponding code... !!! ???

    I created as an expense in forms6i... with the following fields.
    No, site name, site id, stc MC, district, region

    in this form, I have variouss the boxes that are around 15 i.eSDH - MX, DW - DM, SYNC

    and I got four buttons in this form as the first record, next record, previous record, last record...

    So, when I click on the first disc I want the first record to display and even to the other 3 buttons also...

    can any1 help me how shud that I proceed with this... I mean what u shud writing code for the 4 buttons to work...!

    Hello

    If you set block properties and item correctly, then there is no need to write code to insert, update, or delete.

    Make sure all the properties of the block (query Source data, query data Source name, Type Insert domestic, admitted, update delete allowed) and the properties of the element (element of database, the column name, domestic application, insert, Update Allowed) are set correctly.

    Kind regards

    Manu.

  • Where to start to make a form and the landing page?

    I want to know where is the tool that offers a platform to start the coding and the shape and the landing page?

    You need to buy the Eloqua app before you start anything construction such as forms, Landing Pages, Emails etc.

    Visit http://www.eloqua.com/products/ for more details...

  • Name of forms and the associated management rules

    Dear all,

    I'm looking for a list of the forms in the planning of an application as well as the associated business rule.

    Is it possible to have this information from database

    kindly Guide.

    Concerning
    ACE

    Depends on the version, but here's an example

    --Form Names
    
    select object_name as "Form Name" from hsp_object
    where object_type = 7
    
    -- Form Names and associated rules
    
    select frm.object_name as "Form Name",calc.calc_name as "Calc Name" from
    hsp_object frm, hsp_form_calcs calc
    where
    frm.object_id = calc.form_id (+)
    and frm.object_type = 7
    

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Muse, forms and the FTP download

    Does anyone know a work-around for the forms of the Muse when using outside hosting? I created a site, including forms, forgetting that they only work with BC. My client has specifically requested forms, and now I have no idea what to do. Thank you.

    Since the launch of Muse 5, widget form now works for most web hosts - http://helpx.adobe.com/muse/release-note/adobe-muse-release-notes.html#June 17, 2013. If the forms of the Muse do not work with your hosting provider, see this FAQ - http://forums.adobe.com/docs/DOC-3581.

    Thank you

    Vinayak

  • By using a data form and the display of graphics

    Hi guys,.

    Don't know how to approach this issue.

    My partner has a severely autistic son who has aggression and the wild emotional changes. Then we wanted to use a predetermined list of control on a Web page, so it can record and save daily moods were a few displayed graphics (for example a graphical pie or line graphs etc.) to show trends in its conduct on a daily, weekly and continued basis.

    Seemed much easier that trying to record everything on paper as we do now and we well on the use of a Web page so she can access and save if we are away from home or at one of the clinics.

    Can is this possible in Dreamweaver and someone suggest how to on this subject? I think that we would need a data graphic radio button or something like that, a database and then a way to extract and view a chart.

    Kind regards

    Paul

    Public static HTML has no opportunity to do such things. We could use use the script on the server with a database to preserve the history of day to day information side. As a result, with limited experience (static only), I would say your chance to be able to produce something like you describe in a reasonable amount of time would be low. I agree with the suggestion of Ben to use an online tool which is able to give you what you need. Try it and see if you can adapt the features of Google spreadsheet.

    However, with your experience, you can pick up enough information PHP and MySQL just Google search for tutorials online on the subject. David Powers has a great resource of information out there that could help you get started-

    Amazon.com: David powers: biography, Blog, audiobooks, Kindle books

  • How width measured for the forms and the stroke is converted?

    How is the width and the height calculated in the Panel processing for an object? Should I use an average? An example can be seen in the first picture. The lines are not a uniform width.

    In addition, how are traits converted from pts to pxls? For example, if I make one related 2.3 pt, when I expand the subject of the width of the transformation Panel will say 2.3px; However, I thought that the point conversion pixel (even for a screen resolution of 72 dpi) was different. An example can be seen in the last two images, where a line was made with a width of line specified and then expanded.

    Screen Shot 2013-09-03 at 3.33.45 PM.png

    Screen Shot 2013-09-03 at 3.35.58 PM.pngScreen Shot 2013-09-03 at 3.36.28 PM.png

    Ah, dasikins.

    For an extended object as described and illustrated, I think that you can get a medium width.

    Approximate simple, which is near when you have a relatively long object, divide the area (A) of the length (L) the path trajectory and multiply by two (2 * A/L).

    For most of the versions (up to CS4 and CS6), you can use the free Patharea filter (which provides you with an area and length available here)

    http://www.Telegraphics.com.au/SW/browse/filters

    and I think that the latest versions have the information in a range of information.

Maybe you are looking for

  • Tecra S5 (PTS53E) - can not find drivers

    I plan to upgrade to windows 7 on my tecra S5 model PTS53E. From what I've read here, it is possible to use the Vista drivers, but I can't even find them on http://www.toshibadriverscenter.com since this model is not on the list.Any idea?

  • There is no point of files system 10 days ago?

    I need to do a system restore, but there is no system restore points beyond 10-14 days, even when I try to use them it will not restore say it could be due to my anti-virus. even if I disable this option it always used to restore the system:(quelqu'u

  • P1102W

    I have purchsed several HP P1102W printer for my producer of network for compatibility "AirPrint" for our iPads. Since we have several of them will be P1102W in different places, is there a way to get into the settings of the printers /GUI and change

  • How to send an email to my entire contact list in windows mail?

    How to transfer a message to everyone in my contacts list?

  • Audio problem with WIndows 8 OS of the beats on the Pavilion DV6-6109tx

    Hello! First of all, my apologies if I posted in the wrong section or the bad, hp support forum do not know where to post. Now, coming to the point, encircled sliders Beats Audio Control Panel do not work as shown in the attached snapshot, makes no d