main and details page

db11gxe, apex 4.0, firefox 24,

Hi all

I want to create a master page / detail and I can, but I want to see the details and main blocks on the page even when I want to insert new data

, what happens is that I don't see that the master block, insert data, click on apply changes, it happens to me to report page, click on edit and insert

detail data and that's what I don't want.

How to do this?

See

http://Apex.Oracle.com/pls/Apex/f?p=76362:5:9468432194386:no:

work_ws

demo

demo

When I click on create I don't see that the master, I do not see the detail, is the problem? How to see them both when I click on create?

Thank you

Newbi_egy

I created an example here. Click on create to create a new order and add items directly to the order.

In the area of information I have listed the changes I did after creating the page through the wizard.

During the creation of this demo, I noticed that the APPLYMRU process does not work when the application was CREATE.

Another look at your debug messages this is true for your page.

The message that mention is:

Do not run the "ApplyMRU" process, point process = AFTER_SUBMIT, condition type = PLSQL_EXPRESSION, when you press the = button

Change the status of the APPLYMRU process to

:request like ('SAVE') or :request like 'GET_NEXT%' or :request like 'GET_PREV%'
or :request like ('CREATE')

Notice the addition: application as ('CREATE'). Now the process will also work when a new order is created.

Nicolette

Tags: Database

Similar Questions

  • Master and detail page updated once

    Apex 4.1

    Oracle 11g

    Hi all

    I know a lot of people have posted this thread, but I wonder why the detail can be updated when master primary key have no key.

    I created the example in OTN

    workspace: susanhuang

    username: TURTOR

    password: TURTOR

    request: [email protected] 76130

    page 7

    main table: dept detail table: emp

    I created the process as follows:

    because me in 1... apex_application.g_f03. Count

    loop

    apex_application.g_f03 (i): =: P7_DEPTNO;

    end loop;

    Updated the APPLYMRU as below

    : request as ('SAVE') or: query like '% GET_NEXT' or: query like '% GET_PREV' or: as ('CREATE')

    but it did not work, and I know why, because when P7_DEPTNO have no value when run applymru process, then the long-form cannot be saved.

    someone help me that how to get the primary key value

    Thanks and greetings

    God, I finally know where I am going wrong.

    For the table in table form, the apex_item was incorporated, so must set once again, so I changed the source of long-form census as usual, which means remove the content apex_item(1,"DEPTNO").

    Then changed the process to save the value of primary as key below:

    because me in 1... apex_application.g_f03. Count

    loop

    apex_application.g_f02 (i): =: P7_DEPTNO;

    end loop;

    Important:

    What g_f03.count means the 3rd column must be set to determine how many lines are there in detailed form.

    What g_f02 (i) means the column 2, is where is the primary master key.

    and it works.

  • How to create a master page and detail? Insert > object missing panel data

    Hello

    So I created a database, and I want to read data from the database table. I want when someone clicks on an element of the database to get on a new page and see all the other information on this element. I looked for how to do this and found the master page and detail 'system '. But for this I need an option in the Insert > data panel, the master and detail Page set option. And that's the problem, actually there is no sign of 'data' in the insertion bar in my Dreamweaver product. I use Dreamweaver CC 2015, Windows 8.1

    nea.PNG

    version.PNG

    Is there another possibility to create the master page and detail?

    If you are coding manually, you need not to buy extensions.

    If you don't code manually, you can do it.

    Nancy O.

  • MySQL Sytax error with master pages and details

    Master and detail pages.
    I get a SQL error when I click on an item in the master page.
    "You have an error in your syntax SQL; "check the manual corresponding to your version of the MySQL server for the right syntax to use near 'ID = 16 LIMIT 0, 10' at line 1"
    If I try to open the details page, I get
    "You have an error in your syntax SQL; "check the manual corresponding to your version of the MySQL server for the right syntax to use near 'ID = - 1 LIMIT 0, 10' at line 1"
    I created this pair by clicking on insert/object / master details page.
    I tried this several ways, but always get the same result.
    Is there a bug in CS3?

    Sorry that I have solved it myself.
    I accidentally put a space in a header of table in the mySQL database.
    Everything works fine now.

  • Master-detail - page updated

    Hi all

    I implement updated for logic with master-detail page.

    My expectations:

    Both master Vo and Vo of detail is executed with Set whereclause and line master and detail gets displayed.

    The two actions are required in the application process.

    Result:

    Executing query (even after call run the query for master and detail VO), master line get appears. Detail line is not displayed,

    However when the form application process is called (by clicking on the button Save), detail lines gets displayed.

    My logic to query example: (your have VL and EOs have AO)

    PR:

    Configuration where clause;

    XXAM.getXxcfirIcfUpMasterVO1 () .executeQuery ();

    XXAM.getXxcfirIcfUpDetailVO1 () .executeQuery ();

    PFR:

    The logic of adding new line-to-line in detail.

    Save button.

    Is there a way to show line main and details while that Page gets loaded through the application process and still not break the relation ship master detail since must be made on the update page.

    Thank you and best regards,

    Gauthier

    Hello

    See my post on master / detail to OFA:

    http://anilaltunkan.com/en/Oracle-3/Oracle-application-framework-Oracle/OAF-master-detail-page/

    Kind regards

    Anil

  • OPS matester detail page: how to have a "Display all" feature on the screen, so that all the master records and details are developed.


    Hello

    I was trying to get a function "SHOW ALL" on the master - detail page

    the detail table is a table of advancec.

    Please help me with entries on how to make the feature "SHOW ALL",

    Currently, you must click on ': show ' for each record to the master level to display the data of the child.

    Trying to reach 'Show all' then featured on click this key records on the page "expands" showiing master records with respective detail records.

    Concerning

    bhuvanm

    Hello

    You should not set DetailFlag = 'Y' in the whereclause, because there is no such record.

    Also detail flag are transitional attribute and not the query column, hence the error "invalid identification Code.

    I asked you to use DetailFlag as a column of query with the static value 'Y '.

    for example:

    SELECT 'Y' detail_flag

    Of

    This will display all the records in the table in expanded format. If you want conditionally then use decoding on some binding settings.

    For example:

    SELECT DECODE (: 1, "SHOWALL", "Y", "N") detail_flag

    Of

    This connection parameter must be passed each time you want to run the query for the table.

    Kind regards

    Sandeep M.

  • How to separate the invoice header and details by a blank page in between

    Hello

    I need to print an invoice report where there should be a blank between the header and the details.
    I have company to print the invoice on both sides of a page so that the details starts on 3 empty page on page 2.

    In other words, how to insert a page break in the RTF template, such that there will be a blank page between invoice and detail at the exit heading.

    Help, please

    Thank you
    Yogi

    Published by: Yogi on January 25, 2013 15:55

    Try the example that I gave you

  • Spry experiments Panel tabs and master/detail Page Set

    Hello

    I created a feedback form and uses a Spry tabs Panel to allow users to review the answers to a question and then answers the question in different tabs, there are 6 tabs at all. In every tab I have created a Master / Detail Page set - well actually just the master appears in the tab. It works very well. I'm up to 20 answers to appear on every page, after which the user selects first/previous/next/last. When they do the screen refreshes and the tabs panel display goes back to the tab by default, clicking on the previously used tab correctly displays according to of first/previous/next/last selected user. I would like that the display to stay on the user's current tab when they select the first/previous/next/last.

    The page in question is here http://www.hollisterairshow.com/feedback-results2.php, then scroll to halfway to the bottom of the page.

    Thank you.

    Tony

    Hi Tony,.

    Take a look here http://labs.adobe.com/technologies/spry/samples/data_region/PagingSample.html and here http://labs.adobe.com/technologies/spry/samples/data_region/SpryPagedViewSample.html

    If you need help, go to the Spry Forum http://forums.adobe.com/community/labs/spry

    I hope this helps.

    Ben

  • I have two main table and details

    Hi all

    I have the detail and mastery of two tables
    desc invoice_master
     ID                                        NOT NULL VARCHAR2(20)
     SALE_ORDER_NO                                      VARCHAR2(50)
     SEASON                                             VARCHAR2(30)
     CUSTOMER_NAME                                      VARCHAR2(300)
     DISPATCH_DATE                                      DATE
    INVOICE_NOTE_DATE
    
    desc invoice_detail
    ID                                                 VARCHAR2(20)
    PROD_ID                                            VARCHAR2(100)
    PROD_NAME                                          VARCHAR2(300)
    PRODUCT_COLOR                                      VARCHAR2(100)
     XS2                                                NUMBER
     S2                                                 NUMBER
     M2                                                 NUMBER
     L2                                                 NUMBER
     XL2                                                NUMBER
     PCS2                                               NUMBER
     TOTAL2                                             NUMBER
     UNIT_PRICE1                                        NUMBER
     UNIT_PRICE2                                        NUMBER
     TOTAL_PRICE1                                       NUMBER
     TOTAL_PRICE2                                       NUMBER
    I insert the data in a master-details three times on three different dates with the same sale_order_no
    I want a request to give me max data (invoice_note_date)

    Please guide
    Thanks vikas singhal

    Published by: vikas singhal on June 14, 2010 12:00

    You want to select data comes from the main table or the main table and details?
    If only the main table, use

    SELECT *
    FROM   invoice_master
    WHERE  invoice_master IN (SELECT MAX(INVOICE_NOTE_DATE)
                              FROM   invoice_master);
    

    SELECT *
    FROM   invoice_master
    WHERE INVOICE_NOTE_DATE IN (SELECT MAX(INVOICE_NOTE_DATE)
                              FROM   invoice_master);
    

    * 009 *.

    Published by: 009 on June 13, 2010 23:35

  • On the detail page dynamic image gallery

    I have a page master listing 8 products. I inserted a picture gallery dynamic on the details page that looks ok, but has a major flaw: when you click on a thumbnail for the main picture opens on the wrong page. for example if you click on the page... dragons.php? id = 3 the main image opens on... /dragons.php/ID=1 and shows the following url:.../dragons.php?image=btf.jpg (or whatever the name of the image file).

    I have just started using php and I would appreciate some advice on how to solve this problem.

    The following are the relevant sections of the code?

    $vardragon_dragons_species = "1";
    if (isset($_GET['id'])) {
      $vardragon_dragons_species = $_GET['id'];
    }
    mysql_select_db($database_cjwebsite, $cjwebsite);
    $query_dragons_species = sprintf("SELECT dragons.Order, dragons.family, dragons.Latin, dragons.English, dragons.Img1, dragons.Img2, dragons.Img3, dragons.img4, dragons.Img5, dragons.text, `dragons gallery`.filename, `dragons gallery`.caption, dragons.id, `dragons gallery`.image_id, dragons.id FROM dragons, `dragons gallery` WHERE dragons.id = `dragons gallery`.image_id AND dragons.id=%s", GetSQLValueString($vardragon_dragons_species, "int"));
    $dragons_species = mysql_query($query_dragons_species, $cjwebsite) or die(mysql_error());
    $row_dragons_species = mysql_fetch_assoc($dragons_species);
    $totalRows_dragons_species = mysql_num_rows($dragons_species);
    
    if (isset($_GET['image'])) {
      $mainImage = $_GET['image'];
      }
    else {
      $mainImage = $row_dragons_species['filename']; }
    
    <body>
      
      <div class="main_image"><img src="../images/dragons/<?php echo $mainImage; ?>" alt="<?php echo $row_dragons_species['caption']; ?>" />
      <div class="capt"><?php echo $row_dragons_species['caption']; ?></div>
    
    <ul class="gallery">
            <?php do { 
                      
          if ($row_dragons_species['filename'] == $mainImage) {
                     $row_dragons_species['caption'];
                   }?>
      <li><a href="<?php echo $_SERVER['PHP_SELF'];?>?image=<?php echo $row_dragons_species['filename']; ?>"><img src="../images/dragons/thumbs/<?php echo $row_dragons_species['filename']; ?>" alt="<?php echo $row_dragons_species['caption']; ?>"  /></a></li>
      <?php } while ($row_dragons_species = mysql_fetch_assoc($dragons_species)); ?>
      </ul>
    

    Thank you very much

    CJ

    I think I see what is the problem. If I understand correctly, you get the thumbnails to the right when the page is loaded first from the master page, but not when you click on a thumbnail.

    What is happening now is that $_GET ['id'] is defined when the page reloads after clicking on a thumbnail. Thus, you must add the correct ID in the miniature link like this:

  • ?image=&id="><?php echo $row_dragons_species['caption']; ?>
  • How to insert new records into master and detail forms.

    Hello

    I cannot have values are inserted in the main view and details at the same time. Scenarios is I a Dept Table (view object-VO1) and employee Table (View Object-VO2) both related to a foreign key, according to HR in Oracle DB XE default schema.

    Now, I want to insert the new record into a table Dept (VO1) and the EMP (VO2) by a new say on page (page 2). There is a button on page 1 with button INSERT. I can only drag "CreateInsert" operation on this button for VO1 and VO2. So only text box for records Dept are allow to insert data, but not the Emp records. Is there a way I can insert data into the tables at the sametime?

    Thank you
    MB

    Hi MuradRabbani,

    You can call programmatically two createInsert operations,

    Add to your pageDef two CreateInsert operations.
    Create a button tha will be master (VO1) insert method call and then call insert for details (VO2) method

    Here is an example of code to call the operations:

    DCBindingContainer dcb = ADFUtils.getDCBindingContainer (); you need the ADFUtils.java and JSFUtils.java classes. You can find them in the sample applications in your JDeveloper.

    OperationBinding oper = dcb.getOperationBinding("CreateInsertVO1");

    Oper.Execute ();

    -NOTE: at this point, you must set the values that compine the ViewLink on the master in the order detail will know where to link the new record there are many ways to do it.
    As solution try to overrdi the method to create on the in the your master vo (VO1) ViewRowImpl
    for example
    @Override
    protected void create (AttributeList attributeList) {}
    front
    attributeList.setAttribute ("NameOfAttribute", valueHere);
    Super.Create (AttributeList);
    }

    ------------------

    After that, you must call the operation for your VO2 detail

    for example

    DCBindingContainer dcb = ADFUtils.getDCBindingContainer ();

    OperationBinding oper = dcb.getOperationBinding("CreateInsertVO2");

    Oper.Execute ();

    The detail record will now automatically have the values of your master.

    Kind regards
    Dimitris.

  • Go to detail Page error

    Hi guys,.
    I have another quick question, I hope someone can help me with.

    I have a set of 3 pages...

    1 page displays a list of category > > go to page 2

    2 page displays a list of what in the category > > go to page 3

    Page 3 shows the current item to page 2

    3 on page's details page, I guess you'd call it and everything seems to work, but when the user gets to page 3 to view the details they want 2 go back to choose another element to be discovered so I added a go to customer in detail on page 3

    Thus on page 1, it passes a parameter of "FolderId" on page 2 and page 2...

    Page 2 passes the ID documents to 'id' on page 3 and page 3 this...

    So on page 3 I made a link to return to the related Page has [page 2] and chose to pass the parimeters URL and added this:

    [code]
    Main.asp? < % = Server.HTMLEncode (MM_keepURL) % >
    [code]

    But it's not right and I have error our with:

    ADODB.Command error '800a0d5d '.

    Application uses a value of the wrong type for the current operation.


    Here, any help is appreciated.
    Thank you

    Are you sure you want to keep the record ID of the record you previously
    raised his eyes when you return to the ads page? I think that you would
    you want to uncheck and lose the URL of the ID you used previously.

    --
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e - book for the DMX Zone
    Co-author: Dreamweaver MX: instant troubleshooting (August 2003)
    Technical writer: DMX 2004: The Complete Reference, DMX 2004: a beginner "s
    Guide, Mastering Macromedia contribute
    Technical reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web development

    "Tag2007" wrote in message
    News:epgdil$EC6$1@forums. Macromedia.com...
    > Hi guys,.
    > I have another quick question, I hope someone can help me with.
    >
    > I have a set of 3 pages...
    >
    > 1 page displays a list of category > page 2
    >
    > 2 page displays a list of what in the category > page 3
    >
    > 3 page shows the current item to page 2
    >
    > 3 page's details page, I guess you would call him and everything seems to work.
    > but
    > when the user is on page 3 to view the details, they return to
    > page 2
    > choose another element to be discovered so I added a go to customer in detail on page
    3 >
    >
    > So on page 1, it passes a parameter of "FolderId" on page 2 and page 2
    > is displayed...
    >
    > Page 2 passes the ID documents to 'id' on page 3 and page 3 this...
    >
    > So we page 3, I made a link to return to the related Page has [page 2] and
    > chose to not
    > pass the parimeters URL and added this:
    >
    :> [code]
    > Main.asp?<%= Server.HTMLEncode (MM_keepURL) %>
    :> [code]
    >
    > But it's not right and I have error our with:
    >
    > ADODB.Command error '800a0d5d '.
    >
    > Application uses a value of the wrong type for the current operation.
    >
    >
    > Any help here is appreciated.
    > Thank you
    >

  • I have a problem of access to the Outlook account and other pages because appears "certificate error" what's happened with these certificates?

    I have a problem of access to the Outlook account and other pages because appears "certificate error" what's happened with these certificates? Help please.

    There are two main reasons for the mistakes of certificate:

    1. Your computer's time is not set correctly.  Check your time year/month/day/hour/minute/timezone/light of day.  Right-click on the clock in your taskbar and select "set Date/time" and make sure you are ready approximately 5 minutes of real time (don't forget time zone and DST).
    2. The second reason is that Windows XP is not very good for updating root certificates.  Go to the following site:
         <>http://support.Microsoft.com/kb/931125 >
      and go down to the section:
      'Update Package root (designed for Windows XP only)'
      There is a link, you can use to download a update for your root certificates package.  Download this package and double-click it to update.

    HTH,

    JW

  • Import/Export of master detail Page lose columns on the MRU

    When I export and then import my request, master details page loses column on retail MRU on Version 4.2.3.00.08

    I tried to import and export in the same environment and our development environment to production environment with all the application and just the page and it still loses the columns.

    It's the work insert debug statement

    ...... Rank 1: insert into "SHARED_INFRASTRUCTURE". "" CODE_GROUP_VERSION values ' ('CODE_GROUP_VERSION_ID', 'CODE_GROUP_ID', 'VERSION_NO', 'VALUE_SET_OID', 'DEFINING_ORGNZTN_VERSION_ID', 'REFERENCE_TXT', 'REFERENCE_DSC', 'EFFECTIVE_START_DT', 'EFFECTIVE_END_DT', 'STATUS_CD', 'CREATED_DTS', "CREATED_BY_USER_ID") (: b1,: b2,: b3: b4,: b5,: b6,: b7,: b8,: b9,: b10,: b11,: b12)

    This is the debug statement insert to import and export which does not work properly.

    ...... Rank 1: insert into "SHARED_INFRASTRUCTURE". "" The values CODE_GROUP_VERSION "("CODE_GROUP_VERSION_ID","CODE_GROUP_ID") (: b1,: b2)

    This is resolved.  There are two editable under conditional display reports and he used the second update report.  Changed to a single display report and he picked up the first editable report.

  • correct the page id and the page id application id and the id of the sensitivity of the other developer then

    Hi all

    I use apex 4.2 on windows World Bank on internet explore

    I followed the following link

    Oracle - button apex to call a page in another application - Stack Overflow

    at the end of the page, solution provider says

    It seems that your application id and the page id resemble developer links for your pages. You can't share a session as well. It could even be your problem: If you want to bind the user to the page of an application, use the ID correct and not the developer.

    what it means?

    How do I Unlike id and the real id of the developer?

    Please guide me because I think I'm also give the URL of developer which I just copy the URL of the web browser.

    Kind regards.

    Maahjoor wrote:

    I use apex 4.2 on windows World Bank on internet explore

    I followed the following link

    Oracle - button apex to call a page in another application - Stack Overflow

    at the end of the page, solution provider says

    It seems that your application id and the page id resemble developer links for your pages. You can't share a session as well. It could even be your problem: If you want to bind the user to the page of an application, use the ID correct and not the developer.

    what it means?

    This means that, following the structure of the URL of the APEX, in the example

    f?p=4000:4150:&APP_SESSION.

    the application ID is 4000, and the page ID is 4150. 4000 is actually the ID of the application that provides the APEX Builder Application development environment, and page 4150 is the definition of the pages it contains. Application between 3000 and 8999 ID are reserved for internal use of the APEX, so any application ID share you will be outside this range.

    How do I Unlike id and the real id of the developer?

    Please guide me because I think I'm also give the URL of developer which I just copy the URL of the web browser.

    There is no such thing as 'developer id' and 'real id '. Developers and end users run applications using the same ID.

    Note that published URL of permanent demand within applications should use alphanumeric calls and page aliases, ID not digital. This allows a fixed URL to provide to end users while allowing developers and administrators flexibility in how applications are deployed and maintained over time.

    If you have any remaining doubts, provide all the details of what you are doing, including the URL that you create.

Maybe you are looking for

  • Qosmio F - cannot read or write DVDs

    Hello! my laptop read CD bun does not read the DVD.what the problem?

  • Compaq Presario SR5110NX: sr5110nx

    Hello community! I am the proud owner of a Compaq Presario desktop computer. I bought it in 2007 - and is no longer under warranty. HP informs me that they no longer support my model. I currently have 10 Windows running in the system - having started

  • iPhone 5s TET referee

    Activate a nano of straight talk phone SIM card seems to have lte tfw, but after a minute change to Tet 3g and later, after a minute get no service ever able to dial a phone number or iphone data is unlocked model me296ll / an a1533 thank you for hel

  • GarageBand 6.05 stay in apps and work in yosemite

    I know I asked this a dozen times a friendly experienced person please just tell me if or not I can spend MAVERICK 10.9.5 in YOSEMITE (latest version) so that I can use both the latest version 10 GB and still have 11 GB or 6.0.5 in the application fi

  • Rear guard jumping cursor while typing

    The cursor continues from the beginning of the line or sometimes further, as I type!  It comes from occurring in Word and several other applications that are not Microsoft.  In my view, that it must be something to do with the operating system?  I've