Two forms on the same Page

Hey everybody,

I have a page on which there are two forms to two different tables.

The problem I'm having is when I try and create an entry in one of the forms and click on the button create that APEX is trying to enter the information of these two forms.

What I want is the user to be able to enter the information one shape at a time, like a pose after you have entered the information about the two forms at the same time.

Can someone point me in the rite direction?

Thanks in advance,
-N.S.N.O.

In the 'Edit Page' page process go to the section 'Conditions '.
You will see a drop-down list named "when button (process after submit when this button is pressed). In this list click the button so that the process is to fire.

CITY

Tags: Database

Similar Questions

  • How can I open now two copies of the same page

    As a shortcut to business I cut and paste a copy of one web page to another copy. The new feature does not allow two copies of the same page. Is there a way to force the two copies?

    • Press the SHIFT key while an entry in the drop-down list is highlighted to disable 'Switch to the tab' and see the URL.
    • Use the right arrow to select an element marked as switch to tab in the menu drop-down and copy the URL in the address bar.
    • Open the URL in a new tab using Alt + Enter on the highlighted entry.
    • Open the URL in the current tab by using shift + enter on the highlighted entry.
  • Click on a button to fill out the form on the same page of the report

    Hello

    I have a report that contains a name I want to move to a field in a form on a different region on the same page.
    My button on the report was her own column called ADD_LINK. This is the button. "< id button ="apexir_btn_ADD"class =" button apexir "type ="button"value ="Add"onclick =" "> < span > </span > Add < / button >.

    Once you click on this button, I have the form region fade. The region is called add the tag to the employee, which has P4_ROWID, P4_EMPLOYEE_ID and P4_TAG_ID.
    Once the area is displayed, I want #NAME # to show in the P4_EMPLOYEE_ID.

    I copy this form in another page, where I had it before. It made more sense to move it to this page for purposes of interface, then perhaps this tidbit will help as well.

    If someone has an answer to it, great. I'm new so thanks for the help.

    Thank you.
    Jeremy

    Its market not now and I did in the region never delete because you use the same area for the two remove hide/show the corresponding keys.

  • Two redirects to the same page?

    DW CS3 - ASP

    Through a former (but excellent) training DVD to create registration forms Insert/Update/Delete using DW & ASP.

    Two forms are created on the same page - a record of update and delete record.  Update works, but delete creates an error:

    Microsoft VBScript error "800 a 0411" compilation

    Name redefined

    /mysitename/myFolder/admin_edit.asp line 95

    Dim MM_editRedirectUrl

    This error is apparently due to the different redirect for each form URL:

    ' add the query string to the redirect URL
    Dim MM_editRedirectUrl
    MM_editRedirectUrl = "admin_edit.asp".
    If (Request.QueryString <>"") then
    If (InStr (1, MM_editRedirectUrl, "?", vbTextCompare in) = 0) then
    MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
    On the other
    MM_editRedirectUrl = MM_editRedirectUrl & "" & Request.QueryString
    End If
    End If
    Response.Redirect (MM_editRedirectUrl)
    End If
    End If
    % >

    ' add the query string to the redirect URL
    Dim MM_editRedirectUrl
    MM_editRedirectUrl = "admin_home.asp".
    If (Request.QueryString <>"") then
    If (InStr (1, MM_editRedirectUrl, "?", vbTextCompare in) = 0) then
    MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
    On the other
    MM_editRedirectUrl = MM_editRedirectUrl & "" & Request.QueryString
    End If
    End If
    Response.Redirect (MM_editRedirectUrl)
    End If

    End If
    % >

    I read that rename the second MM_editRedirectUrl Sun of Sun MM_editRedirectUrl_2 will make things work properly and he DID!  However, does make for an unstable environment; and if yes, what is the best approach to resolve this?

    OK, that makes sense. The problem stands and the original solution. Loading edit/detail page he sees scripts and variables of these two behaviors, and that the same variable name is used in both cases. So to change the names of variables in one or the other behaviors will work and will not cause any instability.

  • Two tabs of the same page

    Hello
    I have spent all morning trying to find a solution to this problem, but have not found by myself or the analysis of forum posts.

    I am building an application with a level tab two for navigation.
    It's all right as long as the pages referenced by the tabs contain a different number.

    My problem is that I use the same page dynamic (say 40) to be used via two different tabs.
    for example Parent tab is labeled "Parent".
    Two other tabs are created related to parent tab 'Parent' and those labeled "Action1" and Action2.
    By selecting "Action1" will result in return of the 40 with a parameter page (say page_type) is set to 1.
    By selecting "Action2" will result in rendering the * same * page 40 with a parameter (say page_type) has a value of 2.

    For the parent tab 'Parent' say that the default is to select "Action1".

    Is there a solution to implement this kind of behavior?
    I tried to create redirect pages (empty page and one branch) to achieve, but I always get stuck trying to have page 40 display the appropriate tabs and tab parent.
    Thanks in advance for any help.
    Daniel

    Hi Daniel,.

    First of all, don't worry about your English - it's better that my French (in fact I didn't even know you were not English until I checked your profile!)

    Second, there may be a way to manage the definition of value. As long as your instructions of doSubmit() problem tabs, which sets a REQUEST , then it can be captured - see: Re: trying to find my tabs in my browser sql tree as a result, you should be able to put any value you like. I did have the chance to set up an example of this, but I hope, that should give you an idea of what can be done.

    You will always have the issue of not being able to click on each tab, once you have clicked on one of them - but I guess that the user is not likely to do it anyway?

    Andy

  • Tabular and normal form on the same page

    Hi all

    need some advice as how to submit both tabular form and normal form on click of the "submit" button. The tabular presentation comes from another table and the normal form, and like I said I have to insert in their adjacent tables at the same time...

    Thanks guys...

    Hello Stefan,

    You may find it useful to examine the behavior of the details page in the master form / detail in the example of APEX Application, where changes to forms (based on Master table) region and in the region in a table (based on the detail table), are saved by clicking a button. If you work with APEX 4.0, install the sample database Application, run it and select the tab 'orders '. Page commands, pg 4, is the master page, displaying information about the customer orders. If you click the Edit on the link of one of the lines, say for example the customer 'Bradley, Eugene', this will create a branch to the detail, pg 29 of the sample Application page. The 'Save Changes' button will save the changes to the two parts of the page. Form region changes are saved via a process of automatic Page turning (DML), and in the detail region changes are done via update line Multi (MRU) and Multi line remove (MRD) process.

    I hope this helps.
    Kind regards
    Hilary

  • Error update of two reports on the same page! Could you please have a look?

    Hey guys!

    I have the following situation:

    two updated reports on a single page with ID "DATE_REPORT" and "WORK_REPORT".
    two processes of pl/sql on submit after named 'SUBMIT_DATE' and 'SUBMIT_WORK' c...
    two buttons named 'SAVE_DATE' and 'SAVE_WORK '.
    Finally, the process of the insert and update are conditioned to a request = 1 where for the "DATE_REPORT" Expression, it is set to 'SAVE_DATE' and 'WORK_REPORT', it's logically on 'SAVE_WORK '. There is no condition extra button.

    My problem: I press any button, the table is accumulation in the columns of the first report and continues to add lines of the second report.

    For example: "DATE_REPORT" has 11 lines and "WORK_REPORT" has 9 lines. In debug mode, I see that the picture is piling using the 'DATE_REPORT' although 'SAVE_WORK' has been accepted as a demand. The same problem vice versa for the other update.
    ......column CNT_ARBEIT_CRIT_DATE mapped to WWV_Flow.g_f02
    ......column LNG_ARBEITSSCHRITT mapped to WWV_Flow.g_f03
    ......column STR_ARBEITSSCHRITT not mapped - not stateful.
    ......column DATE_GP_X_START mapped to WWV_Flow.g_f04
    ......column DATE_GP_X_END mapped to WWV_Flow.g_f05
    ......column DATE_R_X_START mapped to WWV_Flow.g_f06
    ......column DATE_R_X_END mapped to WWV_Flow.g_f07
    ......column LNG_GEBIET mapped to WWV_Flow.g_f08
    ......column CS not mapped - not stateful.
    ...array has 20 row(s). Used f08 to count.
    
    Validate report columns(ApexLib_TabForm.validateColumns)
    Row 12 has checksum error. ORA-01403: no data found ORA-01403: no data found ORA-01403: no data found
    ...Row 12
    ...LNG_ARBEITSSCHRITT
    ...CNT_ARBEIT_CRIT_DATE
    ......is not required
    ...LNG_GEBIET
    ......is not required
    ...DATE_GP_X_START
    ......is not required
    ...DATE_GP_X_END
    ......is not required
    ...DATE_R_X_START
    ......is not required
    ...DATE_R_X_END
    0.00: A C C E P T: Request="SAVE_WORK"
    How can I make sure that the tables are made from the reports which are the subject of the update?

    Thank you very much for reading this post and give help if you have an idea!

    Kind regards

    SEB

    Published by: skahlert on 13.03.2010 10:57

    Hi Sebastian,.

    what you want to achieve is indicative of the browser not to send the region A fields when you want to commit region B.

    You have several options:

    (1) do not make the region all the (conditions of the region)
    (2) send any content and to ignore the lines of region A in your area of PL/SQL
    (3) the region has to withdraw before submitting the page (for example with jQuery: jQuery("#__).remove())

    But maybe you should start by rethinking your application, do you really want 2 different TabForms on a single page.

    Peter

    + Blog: http://www.oracle-and-apex.com+

  • How do I move the two forms at the same time using the tool pen

    Screen Shot 2016-05-17 at 12.03.13 PM.pngI tried merging groups 1 2 and 3, so they can be handled together. I've grouped them and they merged, but when I try and move with the pen tool they move separately. For my project, I need to be able to change the shape of 12 and 3 using the pen tool, how would I go to do this?

    they set out like a vector Illustrator diagram, I've merged them there and imported, but they always move separately.

    Thanks in advance

    If you work with multiple masters and the tool pen, you use the Ctrl/Cmnd key to change the pen of a selection tool that resembles a small white inverted V. You can drag a selection around multiple points on a path and then hold down the SHIFT key and select more points on a different path. Once selected you release the Ctrl/Cmnd key and when you go near a selected vertex selection tool appears again, but this time it is a small black reverse V. and drag.

    If you want to transform these points then all you have to do is press Ctrl/Cmnd + t when they are selected and you will actually have a better tool paths of transformation you get in Illustrator.

    He is essentially on the functioning of the tool pen in Illustrator if you select the direct selection in artificial intelligence (the key) and then the pen tool (p key) and use the Alt/Option key to switch to the top to convert or Ctrl/Cmnd to direct selection points.

    BASIC Edition of masks stuff covered in the help files and explained in community resources, if you enter editing masks or change forms or the pen tool in the search help field at the top right of the AE.

    If you are using multiple forms on a single shape layer, you can do the same by providing that the forms are curves of Bézier or Rotobezier.

    If the paths of the form or masks are on separate layers, you are out of luck. There is no way to change the multiple paths on different layers at the same time. I don't expect that there is a way to do it. Here's a short demo:

  • two region on the same page of repetition

    Hello, I need to display a repeat region of the recordset in two places inside the page as on the top and the bottom.

    What is the best way to do it? I need to create two recordset?

    I have now added to the Dreamweaver FAQ and created a short article about it here: http://kb2.adobe.com/community/publishing/528/cpsid_52877.html.

  • Multiple forms on the same page with different behaviors to send an email

    Hope someone can help with this - I have an obligation to put in place a small form for each contact on this page here:

    http://www.goodsafariguide.com/judges/

    So to every judge, just a small form with name, address, Email and Message.

    I've set up a page of test here:

    http://www.goodsafariguide.com/dbTest.php

    .. .with two formulas, with independent validation...

    But how can I set up so that the various e-mails are sent according to which the form is submitted?

    Thank you.

    Each instance of form must its own transaction to insert a record set? If so, I think you can try to define two instances send Email and save each of them to a Transaction to insert different.

    See you soon,.

    Günter

  • Whenever I do a right click on a link, it automatically goes to this page. If I right click and select "Open in a new tab" I have two tabs of the same page. How can I stop this?

    It was never happen just randomly started, if I hover over a link and press the button between Ctrl and Alt Gr then it will come back with options without going through the link itself

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

  • How to add two controls on the same form datagrid? I get the error message...

    Hello

    I have to add two controls on the same page datagrid. When I try to drag an another DataGrid in the components window, it says "an element with that name already exists in the library."

    How can I add multiple controls on the same page datagrid?

    Kind regards.

    _data2 = new XML (event.target.data2);

    should be

    _data2 = new XML (event.target.data);

    (actually, it's better if it was

    _data2 = XML (event.target.data);

  • Bug. Can not put two edge animations animate on the same page

    Alrighty. Just thanked Adobe for fixation sensitive question scaling. Now, it seems to be a new. When I put two animations dashboard run on the same page, they both disappear completely from the view! Both in mode live view (or which saw fluid grid) and trying to get a glimpse into any browser. The responsive design works fine but if I put two animations on the same page that the two just disappear! GONE!

    Perhaps there is a code that I can use to prevent this. I did a number of tests during the last hour. My smile (from the reactive solution) is now again a frown. I can't keep working like that. Please let me know if there is something I am doing wrong. I have two animations on a page without worries prior to this version, but the delicate design did not work properly. The responsive design work NOW, but I can't have MORE than ONE ANIMATION on the same page. Thanks for your time. Best regards, Julian.

    The use, I did the modification required:

    
    
    
      
    
    
    
    
      
  • Update two tables at the same time?

    Hi, I'm having some trouble finding how to create a new field in both tables of the same shape. (php mysql)

    I have two paintings: a table listing the projects and

    a table listing assignments for example, a project may have more than one assignment.

    When the user submits the form the insert record server behavior creates a new project. The projectID in the project table field is an AutoNumber created in mysql.

    Now when the new assignment record is created in the assignment table must use the projectID AutoNumber to refer to the parent project.

    That's the problem, I don't know how to get the new AutoNumber the table project. I tried setting a variable from a select query to find the last record on the project table... but the problem is that it assigns the value when you load the web page. If two users loading the same page before insertion, the action takes place so both are assigned the same projectID. Of course, which is useless.

    I'm not a programmer so need help to understand this.

    See you soon,.

    How to retrieve the value of an autoincrement column:

    http://www.gotocode.com/art.asp?art_id=80&

  • PET brain: menu Tablet pointing to the same page


    Hello

    Here, I'm having to click ABOUT to access the same contact page.
    The text is so short that I put the two sections on the same page:

    Home

    Unless I should just create a long page and have the anchors, not separate pages.
    I'll make a long page for the version of OFFICE.


    You are looking for advice, lol, thank you.


    ~ Anita



    Please provide more information, as if the two pages aren't landing same linked page or the link redirects to another page.

    You can use menu manual and 2 under a link menu items to link to the same page.

    Thank you

    Sanjit

Maybe you are looking for

  • iPhone 7 - can't reload everything while listening to music?

    I listen to music through my headphones all day to work on my iPhone 6 s. For this I need to have my iPhone supported otherwise it won't last all day. As far as I can see, the iPhone 7 allow me not to that! Looking at the ear pods included lightning

  • How to connect multiple external monitors to Portege R830

    Anyone has any advice on how to connect more than one external monitor to a Portege R830? I have a monitor through the station home, but when I attach a second monitor to the port of the laptop do not recognize at all. It is used to work on my old Po

  • How can I find the serial number on Tecra M3?

    I got an M3 for 2 months, it's just died on me with a graphics card problem. Model United Kingdom I am now in Australia and want to get this repaired. The muppets to this end will not repair it without a serial number and don't tell me how to locate

  • AC750 Wi - Fi range extender

    My work WiFi extender once connected, but every day that I have to restart for that it can connect to my device. He asks me my WEP password, but it won't when I get it. Once I have restart and it restarts, it connects fine. Setup poster it is properl

  • Is Version 1 available Utility Setup WPSM54G any where?

    Anyone know where I can download the Version 1 of the configuration for the WPSM54G Print Server utility?  Version 1.1 available on Linksys website does not work with the version of the firmware 1017.  I cannot locate my original CD and prefer do not