form of multiple tables on the same page for apex 5?

Hello

Oracle Application Express Feature Requests, in the form of multiples would have been applied as a new replacement grid editable (feature ABBI).

but I do not see this new feature of 5 APEX EA1.

It would be delayed in the next version of Apex?

concerning

Jean-Marc

in the EA apex 5 feedback, I have my answer:

"

Thank you
Thank you for your comments. Yes, we plan to remove the restriction of a
Unique IR by page and it is our intention to deliver it in the context of
AI2.

We * don't * the intent of the APEX to allow several tabular
forms on a single page. On the contrary it is provided under the new
Several rows to change the region that we plan to implement. Kinda like when IRs were
introduced and SQL reports were kept also, this new region
will be executed as a whole new type of region, not replace
Tabular forms. The implementation of the new multi-line Edit region type has
been moved to the APEX 5.1. Our intention is to have a relatively short SUMMIT
5.1 development of the time for items such as this
reprogrammed. The management representation statement will be updated soon
These changes are reflected in our planning.

Kind regards
APEX Team. "

Tags: Database

Similar Questions

  • Form and a report on a related table, on the same page.

    Hello.

    I use Apex 2.1 in Oracle Express on Windows.

    I have a table, SUPPLIERS, whose primary key is ACCOUNT_CODE, and an INVOICES table, which has a column also called ACCOUNT_CODE, and of course the idea is ACCOUNT_CODE can be used to join the two tables.

    I created an application, then a 'form on a table with the report' for PROVIDERS, while I have page 1; a report on the SUPPLIERS and page 2; a form for editing a particular record of SUPPLIERS.

    So far so good.

    Now, on page 2, I also want to have a summary of the invoices of the supplier which I am editing the record. So I created a region and in a report on the BILLS.

    The question is: How can I make sure this invoice report shows only the records where the BILLS. ACCOUNT_CODE corresponds to the value of SUPPLIERS. That is currently used by the form ACCOUNT_CODE?

    Thank you
    Nick

    Hi Nick,
    If I understand your question then for the report of the Bills on the second page. do the SQL code for the report of something like:
    Select * from invoices where Account_Code =: P2_Form_Item_Containing_Account_Code_From_Suppliers.

    If you do not have this code of behalf of the providers already in the form, you could do a hidden and protected field that contains the account_code of this provider. I hope this helps.
    -Marc

  • How to do a partial update of a form and a report on the same page?

    Hi all

    Im trying to make a page where you have a report on the top, and when you click on the link instead go to the form page, the form on the page is on the bottom of the report. Let's say that im trying to send an id from the report to the item below so that I could go get the rest of the element. However when I pass, other elements would still refer to it as null.

    If I am not wrong it could be done with the quote, but I want it to be partial refresh...

    I tried the steps detailed here, but it didn't work when the lower part is an also a report:

    https://forums.Oracle.com/thread/2345863

    I also tried, but this actually submits a page...

    Base Oracle: Tutorial Apex - form & amp; Report shares the same page

    would it not possible to get a form and a report in a partial refresh page?

    Post edited by: T101_cyberdyne

    Hello

    Do you mean something like this:

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

    If so, you must create a dynamic action with a javascript action to set the id of the report line in the form of code field and further action from pl/sql to retrieve the record based on the identification number. You can use this record to set the shape of other items in the field.

    For the example in the link above, the code is as follows.

    action of javascript:

    var empno = $(this.triggeringElement).find('td[headers="EMPNO"]').text)

    $s ('P26_EMPNO', empno)

    action of PL/SQL:

    declare

    cursor c_emp is

    Select * from EMP

    where empno =: p26_EMPNO;

    BEGIN

    for r_emp looping c_emp

    APEX_UTIL. SET_SESSION_STATE ('P26_ENAME', r_emp.ename);

    APEX_UTIL. SET_SESSION_STATE ('P26_JOB', r_emp.job);

    APEX_UTIL. SET_SESSION_STATE ('P26_MGR', r_emp.mgr);

    APEX_UTIL. SET_SESSION_STATE ('P26_HIREDATE', to_char (r_emp. HireDate, 'dd-mon-yyyy'));

    APEX_UTIL. SET_SESSION_STATE ('P26_SAL', r_emp. SAL);

    APEX_UTIL. SET_SESSION_STATE ('P26_COMM', r_emp.comm);

    APEX_UTIL. SET_SESSION_STATE ('P26_DEPTNO', r_emp. DEPTNO);

    APEX_UTIL. SET_SESSION_STATE ('P26_ORDNO', r_emp.ordno);

    end loop;

    END;

    Make sure you list the item id in the field "Page of Items to submit" and ALL your form elements in the field "Page of Items of return" as follows:

    http://www.vincentdeelen.com/images/OTN/plsql_action.PNG

    A screenshot of the configuration of dynamic action:

    http://www.vincentdeelen.com/images/OTN/dynamic_action.PNG

    Kind regards

    Vincent

  • Multiple LOVs on the same page

    Hello

    I have several columns like below:

    First field would be a static list of selection.

    Second one, because of the FAILURE, he works with the following code:

    Select REASON_OF_FAILURE as display_value, OUTPUT as return_value

    of AUDIT_REASONS where reason =: P3_MANAGING_PED and process = "MANAGEMENT of developing Countries".

    order by 1

    So that this works, I have to change the definition, of the Action of the Page when the changed value Redirect and set the value.

    If I follow the same process for the second group, when I select the assessment for Dispatching IN tasks, I lose what I chose for the select previous. (this has a little sense).

    How can I avoid this?

    Kind regards
    Leonard

    Lalu-Oracle wrote:

    First field would be a static list of selection.

    Second one, because of the FAILURE, he works with the following code:

    Select REASON_OF_FAILURE as display_value, OUTPUT as return_value

    of AUDIT_REASONS where reason =: P3_MANAGING_PED and process = "MANAGEMENT of developing Countries".

    order by 1

    So that this works, I have to change the definition, of the Action of the Page when the changed value Redirect and set the value.

    No, you haven't. You need to implement a cascading select list as described in the documentation.

  • [ADF, JDev 12.1.3] How to display multiple records on the same page... not in a table but they appear a form for each record

    Hallo,

    I need to create a page that displays the records of a VO, but I would not use a table.

    Instead, I would like to display a form for each record to be displayed.

    Forms must appear one above the other and each form should have 2 buttons: one to remove the file/form itself and one to add a new file/form.

    When you press the button Add a new empty form should be dynamically added to the page (so that the user can fill) and created related record.

    When REMOVE button is pressed the form (which contains the operated button) should be disappear and the record shuould be deleted.

    Creations and destruction must be applied only if the user clicks a button on CONFIRMATION / COMMIT.

    Maybe this http://digilander.libero.it/flattit82/OTN_FILES/MultiFormPage.png picture can help to understand what I want to do.

    You kindly help me?

    Thank you

    Federico

    Hi Federico

    I was saying that your page layout can be achieved using af: table

    See this image:

    This provision is af:table (I think same as yours), just add a column in the table and put all the fields in this column then correct layout allows to design as a provision on the form or group layouts

    I'm not saying it's the best approach, but you can try this

    Thank you

  • Multiple tables with the same field name

    Hi, I have a query that pulls a field named 'Total' from 20 different tables (week1 - semaine20). When I try to view the results as #Week1.Total #, for example, I get an error saying that Total is not defined in week1. I also tried totalHours.Week1.Total (totalHours is the name of my request), but get the same thing - Week1.Total is not defined in totalHours. Help, please! Thank you!

    Alias your colunms...

    SELECT
    request.ID, request. FirstName, request. LastName,
    Request.SEM, request.year, request.banner,
    Week1.id AS wk1_ID, Week1.Total AS wk1_total,
    Week2.id AS wk2_ID, Week2.Total AS wk2_total,
    Week3.id AS wk3_ID, Week3.Total AS wk3_total,
    Week4.id AS wk4_ID AS Week4.Total wk4_total...
    ... etc.

    They will now have different names in the output. (The table name prefix that is used in your query on each column is never displayed in the output.)

    Phil

  • Display and update of fields in different tables on the same page.

    I am facing two problems...

    (1) I have a report on which I show several fields of 4 different tables. For each row of data, there is a link to change on the first column. By clicking on the link change, I show you a form where I want to show the respective data. On the link change, even if I send you the data in the report, they do not appear on the form (what edit link is clicked). Also, there is only room for 3 items to ship through the link change.
    How to display the data correctly on the form? Is there another way to use the link change?

    (2) on the form, how do I update the data from different tables?

    Thank you

    Gargi

    Hi Lisa,

    The text of presentation on the INSTEAD OF triggers is in: [http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7004.htm#sthref7918]

    First of all, your SQL View contains a unique key so that your triggers and the two Apex know what is updated.

    Then, you can create instead of triggers for "instead of INSERT ON viewname", 'instead of UPDATE ON viewname' and 'DELETE ON viewname' on your SQL view. What do these triggers depends on what you need. In the trigger code, you refer to new data using: NEW.column_name and old data using: OLD.column_name (updates both: OLD and: NEW values).

    I'm not sure of the SEPARATE, the GROUP IN question. You would certainly have a unique key on each record. It could be that the DISTINCT or GROUP BY clause will have to be taken out of the SQL view and is part of the source of the region, so that the SQL view does nothing with the data other than to join several tables in a single "table" from the Primary Key/Foreign Key relationship.

    Andy

  • Why do I get multiple versions of the same page showing the previous buttons (and next)?

    I had this problem with Firefox 4.x - and I just upgraded to FF5, but the problem persists.

    What happens is, when I surfed on more than one page (or site) on a tab, then want to go back, I find that my back button history has often several versions of the last loaded page, so that when I press the button to return once, it does nothing. Instead, I have to hold the button to view any recent history tab, to return to the page that immediately preceded the current page.

    This could be a problem with a plugin, which loads the page several times, or something? This is certainly an annoyance.

    Thanks in advance for any help you may be able to provide!

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Styles of multiple links on the same Page - problems

    Thanks in advance for your help. With the help of CS5.5

    Problem:
    I'm designing a model that uses images by hovering in the top nav links. When the style
    other links in the main content and the footer, sections, the style becomes hereditary since the links at the top.

    Tried everything, including:
    -Spry
    -separate style sheet for the page footer
    -Renaming the div
    -using the class instead of div

    -renamed CSS
    -curse/pray/crossing my fingers

    Have not tried to reinstall the software.

    Here is the html and CSS (as attached):

    HTML

    <!-TemplateBeginEditable name = "doctitle"-->
    < title > Untitled Document < /title >
    <! - TemplateEndEditable - >
    "" < link href = "... / _css/pages.css" rel = "stylesheet" type = "text/css" / >
    <!-TemplateBeginEditable name = "head"->
    <! - TemplateEndEditable - >
    < / head >

    < body >
    < div id = "outerWrapper" >
    < div id = "headerPages" >
    < ul >
    < li > < a href = "#" > link 1 < /a > < /li >
    < li > < a href = "#" > Link 2 < /a > < /li >
    < li > < a href = "#" > link 3 < /a > < /li >
    < li > < a href = "#" > Link 4 < /a > < /li >
    < li > < a href = "#" > link 5 < /a > < /li >
    "< li > < a href ="... / index.htm "> link 6 < /a > < /li >"
    < /ul >
    < div id = "logo" > placeholder logo < / div >
    <!-TemplateBeginEditable name = "pageTitle"->
    < div id = "pageTitle" >
    "" < h1 > < img src = "... /_images/NAV-Icon-Big.jpg" width = "66" height = "66" / > Page title < / h1 >
    < / div >
    <! - TemplateEndEditable - >
    < / div >
    < div id = "contentWrapperPages" > <!-TemplateBeginEditable name = "mainContent"->
    < div id = "contentCol1Pages" >
    "< p > < a href ="... / web - design.htm "> 1 < /a > < /p > column"
    < / div >
    <! - TemplateEndEditable - > <!-TemplateBeginEditable name = "sidebarContent"->
    < div id = "contentCol2Pages" >
    < p > < a href = "#" > column 2 < /a > < /p >
    < / div >
    <! - TemplateEndEditable - >
    < / div >
    < / div >
    < div id = "footer" >
    < ul >
    < li > < a href = "#" > the footer elements go here < /a > < /li >
    < /ul >
    < / div >
    < div id = 'copyright' >
    < p > & copy; 2011 < /p >
    < / div >

    < / body >
    < / html >

    CSS

    {body
    background: #EEF4F7;
    }
    {#outerWrapper}
    Width: 960px;
    margin-right: auto;
    left margin: auto;
    Background: #FFF;
    }

    #logo {}
    Width: 200px;
    height: 75px;
    padding-top: 10px;
    }
    #logo img {}
    padding-left: 50px;
    text-align: center;
    vertical-align: middle;
    }
    {#pageTitle}
    height: 66px;
    Width: 525px;
    top of the margin: 30px;
    }
    #pageTitle img {}
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    padding-left: 25px;
    }
    #pageTitle h1 {}
    do-size: 2em;
    make-style: italic;
    color: #039;
    do-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    }

    {#headerPages}
    Background: url (.. /_images/pages-Header.jpg) no-repeat;
    height: 200px;
    Width: 960px;
    }
    #headerPages ul {}
    list-style: none;
    float: right;
    / * width [disabled]: 680px. */
    }

    #headerPages ul li {}
    float: left;
    }
    #headerPages ul li a {}
    text-decoration: none;
    display: block;
    do-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    }
    #headerPages ul li a: link, a: visited {}
    padding: 5px 15px of 35px.
    color: #039;
    }
    #headerPages ul li a: hover, a: active, a: {emphasis
    padding: 5px 15px of 35px.
    Background: url (.. top of /_images/NAV-ICON2.jpg) no-repeat center;
    color: #039;
    }

    {#contentWrapperPages}
    Background: #FFF url (none) horizontal;
    float: left;
    Width: 960px;
    padding-bottom: 15px;
    Police-family: 50;
    }
    #contentWrapperPages a: link, a: visited {}
    color: #039;
    text-decoration: none;
    }
    #contentWrapperPages a: hover, a: active, a: {emphasis
    color: #0 C 0;
    text-decoration: none;
    }
    #contentWrapperPages img {}
    float: left;
    height: 75px;
    Width: 75px;
    }
    {#contentCol1Pages}
    Background: #FFF;
    float: left;
    Width: 650px;
    padding-right: 10px;
    padding-left: 10px;
    margin left: 25px;
    margin-right: 10px;
    }

    {#contentCol2Pages}
    Background: #FFF;
    float: left;
    Width: 200px;
    padding-right: 10px;
    padding-left: 10px;
    Clear: right;
    }
    #footer {}
    Width: 960px;
    Background: #FFF;
    margin: 0px auto;
    Clear: both;
    height: 50px;
    }
    #footer ul {}
    list-style: none;
    text-align: center;
    / * Displays [disabled]: block; */
    }
    #footer ul li {}
    display: block;
    text-align: center;
    }
    #footer ul li a {}
    padding: 10px 5px;
    color: #039;
    text-decoration: none;
    }
    #footer ul li a: link, a: visited {}
    do-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #039;
    }
    #footer ul li a: hover, a: active, a: {emphasis
    color: #0 C 0;
    }

    #copyright {}
    Width: 960px;
    margin: 0px auto;
    }

    #copyright p {}
    do-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-align: center;
    }

    Much better if you post your problem webpage and post a link here so we can see the direct page in our browsers.

    However, the first glance to the CSS, the syntax of selectors together needs to be amended.

    Each element separated by commas in a grouped list of selectors should be clearly explained in its entirety

    e, g,

    change

    #headerPages ul li a: link, a: visited {}

    padding: 5px 15px of 35px.

    color: #039;

    }

    #headerPages ul li a: hover, a: active, a: {emphasis

    padding: 5px 15px of 35px.

    Background: url (.. top of /_images/NAV-ICON2.jpg) no-repeat center;

    color: #039;

    }

    TO

    #headerPages ul li a: link, #headerPages ul li a: visited {}

    padding: 5px 15px of 35px.

    color: #039;

    }

    #headerPages ul li a: hover, #headerPages ul li a: active, #headerPages ul li a: {emphasis

    padding: 5px 15px of 35px.

    Background: url (.. top of /_images/NAV-ICON2.jpg) no-repeat center;

    color: #039;

    }

    It is for all other groups of rules separated by commas.

  • OWB, I need to update the target table with the same field for game/update

    OWb, I try to update the target table with the game and the update on the same ground is this possible. I'm a match merge error indicating that you cannot update and match on the same ground. But in SQl is my selection

    Update table
    define RFID = 0
    where RFID = 1
    and ID_processus = 'TEST '.

    Can HWO I do this in OWB.

    I have check but in the case later (last one) that he warns no error if you can go with it.
    and I tested it it works

    You can check the first case (from where we start) if it has been warned and then try to run.

  • Multiple downloads of the same update for Windows Vista HP

    Could Hello, please someone help?  I've had no luck so far with the Microsoft support line.

    On October 13 and 14, I got 10 downloads of updates to MS came on my computer whenever I turned it on and outside - in total 19 times for each download for about a week.  He seems to have stopped now, but it is now constantly try to configure something - whenever I turn on it tries to do it but then past my welcome screen and whenever I turn off the phone it tell me also if you can download a update that always fails to load.  I searched an error code - 800 b 0100 - and tried a fix - KB3093983 I think.  In addition, the machine seems to be freezing intermittently, once I'm in.

    Dowloads/updates that appears 19 times in my updates are history - some of them anyway - KB3085544, KB3085618, KB3080446, KB3093513, KB3094996, BK3097966, KB3088195.

    I don't know what to do - find out if I have a virus somewhere - not show on my antivirus, if I should try to uninstall 18 19 updates, if I should disable the automatic refresh for the moment, etc..

    Any notice received with gratitude.  You will probably be able to tell from my language/mistakes here that I am very untechy then please also patronizing that you like - the simpler the better.

    Thank you very much in anticipation.  Sara

    I'm sure that you see the effects of an ongoing infection & probably to long date of a certain type. (Yes, there are infections the scanners can't detect.)

    As if that wasn't enough, my other concerns include:

    • The fact that the most recent (i.e., 13 Oct-15) for Internet Explorer Cumulative security update is not installed. [Do not know how many cumulative updates you miss but I suspect his way more than just a].
    • The fact that IE8 has never been installed, AND the fact that the sine qua non updates for IE9 have never been installed. [12 Jan-16, IE7 & IE8 will allow more be supported.]
    • The fact that the two published 2½ & 4 years critical security updates were installed only a day or two ago.
    • Your misguided use of registry cleaners.

    In view of the foregoing...

    The computer must NOT be connected to the internet [regardless of the browser you are using] or local networks (i.e. other computers) in its current state. All business & personal data (including passwords online banking & credit) must be considered at risk, if not already compromised.

    OPTION A: Trash of all your data (for example, all emails; contents of the My documents folder etc), format the hard drive and then do a clean install of Windows Vista (or pay someone mucho buckos to do it for you).

    OPTION B: Buy a whole new (e.g., Win7;) WIN8.1; Computer Win10) & move on your life.  [Yes, computers with Win7 preinstalled are always available - but.] I suspect, not much longer.]

    Wish I had better news for you. Good luck!

    PS: Mark my messages as being HELPFUL would be highly appreciated. Marking my last answer as the ANSWER, too. You can also post your comments here: http://answers.microsoft.com/en-us/feedback/forum

  • How to rename multiple tables at the same time?

    Hello
    I would like to know how to rename several oracle both tables? for example, I test, test_1 test_3 ETC... THE TABLES and I would like to rename them with KC_test, KC_test_1, KC_test_3, etc...

    How to make them at once rather than one by one...

    Thank you.

    Use replace ('KC_table_name', 'KC_');

  • How can I select multiple messages at the same time for archiving

    I want to archive multiple messages in a folder from archive. How can I select multiple messages at once?

    To select a block of eg: 10 emails.

    • Click on the first email
    • Hold down the SHIFT key and click the last email.
    • This will highlight all in the interval

    To hightlight all the emails in a folder.

    • Click on the first email to focus.
    • Press on and hold down the 'Ctrl' key and press 'A '.
    • This will highlight all emails.

    To select several emails:

    • Press and hold down the 'Ctrl' key and then use the mouse to select multiple e-mails
    • they will appear as "conversations in the messages pane.
    • Click on archives.

    Info on setting up your archive' Options ': '.

  • Mail in Outlook Express 6 does not leave the box shipping and beneficiaries say they receive multiple copies of the same message.

    original title: Outlook Express 6.0

    Recently, when I send an e-mail message by using Outlook Express 6.0 three things happen:

    (1) he does not leave the Outbox, unless I have to go in and manually remove it.

    (2) my report of recipients receiving multiple copies of the same message (for example, received the same email 6 times)

    (3) my sent folder is not updated with the emails I sent.

    I'd appreciate any help that could be offered.

    Thank you!

    Glenside Guy

    Your sent items folder is corrupted.  Move or copy messages from the folder that you want to keep.  Then close OE and delete the file sent items.dbx and outbox.dbx (hidden).  OE will then create new ones, and that should solve the problem.

    Because your files has been corrupted, you might consider backup before they get completely corrupt and in addition, you could go to file | Identities and setup a new identity.  This will give you a base of new messages, not corrupted, and you then go to file | Import | Messages and import them from the old identity.

    Steve

  • 2 animations of edge in iframe on the same page?

    Hello

    I'm sure this question has been asked before, but the search of this forum and the web, I'm still not sure of the answer. Its day 2 now. . Laughing out loud

    I have the code to integrate the animations here. .

    1)

    < div class = "9promopanels" >

    < div class = "embed container-" >

    " < iframe src =" http://myURLhere.co.UK/WP-content/DynamicContent/promo%20box%202/9%20promo%20box.html "frameborder ="0"> < / iframe > "

    < / div >

    < / div >

    And the CSS (reagent):

    {.9promopanels}

    Width: 100%;

    margin: 0px auto;

    }

    {.embed-container

    height: auto;

    Width: 100%;

    padding-bottom: 100%;

    overflow: hidden;

    position: relative;

    }

    .embed-container iframe {}

    Width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    }

    Then for the next I have again the same code, just different settings on the padding-bottom: 30% the height above the aspect ratio (as a percentage).

    Now and then. Here's the tricky part! I need to get the two animations to run on the same page for the main content, just a lower page. As it is now on the page, there is a conflict, but I'm not terrible at Js!

    I'm not a more clever there, but am ok then I'd appreciate a pretty simple explanation!

    Thanks for the help!

    Hi, helloworm-

    Here is a simple example of multi-composition I set up to show you how it's done.  I tried to remove everything except what you will need and added a few positioning CSS inline for the two div that I placed on the page.

    https://creative.Adobe.com/share/e601cde9-e8b7-4179-ad91-bf9361bcdf6a

    Hope that helps!

    -Elaine

Maybe you are looking for

  • : 6000 #1 IDE ERROR after disk replacement

    Hi I have a couple of SP6000 and there a mounted DVD/CDRW (UJDA720 model number) who is unable to read the headlines, just hunting all the time that a disk is in the drive. I replaced the drive with 2 identical units called, but I get the message on

  • The MIG 229771 in c# software error

    Hello I use an NI USB-6009 data acquisition. I'm unable to create a task using c#, I get a MIG 229771 software error when I try to instantiate with 'myTask1 task = new Task();' or 'task myTask1 = DaqSystem.Local.LoadTask ("D00");' but not when I crea

  • test recordin labview 8.6

    Hello Anyone know how I can record a running test in labview 8.6 to be able to check the sequence of the test later? Thank you

  • Hacked my MSN account

    My computer has been hacked and he can't log on to my msn email account.  I'm done talking to someone who seemed a microsoft help pers office.  Yjey were trting charge me for the fix.

  • Measure the power takes too long

    Hi all I use Agilent 8163 b with 2 slots: 81619A (2 heads) and 81618 a. (1 head) for power measurements.  I have set up my measurement with driver Setup for the time of Agilent vi to the average duration of 5 seconds.  However, it took total more tha