pop up a new page of a form based on a table

Hi friends,

I use a region of form based on a table in my page. I want to show an icon next to some of the text boxes in this

form and when clicking this icon opens another page in the application. Is there a way to do this?

Help, please.


Thank you
TJ

Change the text element

Go to the tab label .

Enter the text of item class post


Kind regards
Shijesh

Tags: Database

Similar Questions

  • I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    Mr President.

    I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    formdoubletables.png

    the page source is

    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
      <af:panelFormLayout id="pfl1">
        <af:group id="Group">
          <af:inputText value="#{bindings.VoucherId.inputValue}" label="#{bindings.VoucherId.hints.label}"
                        required="#{bindings.VoucherId.hints.mandatory}" columns="#{bindings.VoucherId.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId.hints.precision}"
                        shortDesc="#{bindings.VoucherId.hints.tooltip}" id="it1">
            <f:validator binding="#{bindings.VoucherId.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId.format}"/>
          </af:inputText>
          <af:inputDate value="#{bindings.VoucherDate.inputValue}" label="#{bindings.VoucherDate.hints.label}"
                        required="#{bindings.VoucherDate.hints.mandatory}"
                        columns="#{bindings.VoucherDate.hints.displayWidth}"
                        shortDesc="#{bindings.VoucherDate.hints.tooltip}" id="id1">
            <f:validator binding="#{bindings.VoucherDate.validator}"/>
            <af:convertDateTime pattern="#{bindings.VoucherDate.format}"/>
          </af:inputDate>
          <af:inputText value="#{bindings.Credit.inputValue}" label="#{bindings.Credit.hints.label}"
                        required="#{bindings.Credit.hints.mandatory}" columns="#{bindings.Credit.hints.displayWidth}"
                        maximumLength="#{bindings.Credit.hints.precision}" shortDesc="#{bindings.Credit.hints.tooltip}"
                        id="it2">
            <f:validator binding="#{bindings.Credit.validator}"/>
          </af:inputText>
        </af:group>
        <af:group id="g1">
          <af:inputText value="#{bindings.Lineitem.inputValue}" label="#{bindings.Lineitem.hints.label}"
                        required="#{bindings.Lineitem.hints.mandatory}" columns="#{bindings.Lineitem.hints.displayWidth}"
                        maximumLength="#{bindings.Lineitem.hints.precision}" shortDesc="#{bindings.Lineitem.hints.tooltip}"
                        id="it3">
            <f:validator binding="#{bindings.Lineitem.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Lineitem.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.VoucherId1.inputValue}" label="#{bindings.VoucherId1.hints.label}"
                        required="#{bindings.VoucherId1.hints.mandatory}"
                        columns="#{bindings.VoucherId1.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId1.hints.precision}"
                        shortDesc="#{bindings.VoucherId1.hints.tooltip}" id="it4">
            <f:validator binding="#{bindings.VoucherId1.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId1.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Debit.inputValue}" label="#{bindings.Debit.hints.label}"
                        required="#{bindings.Debit.hints.mandatory}" columns="#{bindings.Debit.hints.displayWidth}"
                        maximumLength="#{bindings.Debit.hints.precision}" shortDesc="#{bindings.Debit.hints.tooltip}"
                        id="it5">
            <f:validator binding="#{bindings.Debit.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Credit1.inputValue}" label="#{bindings.Credit1.hints.label}"
                        required="#{bindings.Credit1.hints.mandatory}" columns="#{bindings.Credit1.hints.displayWidth}"
                        maximumLength="#{bindings.Credit1.hints.precision}" shortDesc="#{bindings.Credit1.hints.tooltip}"
                        id="it6">
            <f:validator binding="#{bindings.Credit1.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Particulars.inputValue}" label="#{bindings.Particulars.hints.label}"
                        required="#{bindings.Particulars.hints.mandatory}"
                        columns="#{bindings.Particulars.hints.displayWidth}"
                        maximumLength="#{bindings.Particulars.hints.precision}"
                        shortDesc="#{bindings.Particulars.hints.tooltip}" id="it7">
            <f:validator binding="#{bindings.Particulars.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Amount.inputValue}" label="#{bindings.Amount.hints.label}"
                        required="#{bindings.Amount.hints.mandatory}" columns="#{bindings.Amount.hints.displayWidth}"
                        maximumLength="#{bindings.Amount.hints.precision}" shortDesc="#{bindings.Amount.hints.tooltip}"
                        id="it8">
            <f:validator binding="#{bindings.Amount.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Amount.format}"/>
          </af:inputText>
        </af:group>
        <f:facet name="footer">
          <af:button text="Submit" id="b1"/>
          <af:button actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert"
                     disabled="#{!bindings.CreateInsert.enabled}" id="b2"/>     
          <af:button actionListener="#{bindings.Commit.execute}" text="Commit" disabled="#{!bindings.Commit.enabled}"
                     id="b3"/>
          <af:button actionListener="#{bindings.Rollback.execute}" text="Rollback" disabled="#{!bindings.Rollback.enabled}"
                     immediate="true" id="b4">
            <af:resetActionListener/>
          </af:button>
        </f:facet>
      </af:panelFormLayout>
    </ui:composition>
    
    
    
    

    Concerning

    Go to your VO Wizard, select the tab of the entity and to check if both the EO is editable or not.

    See you soon

    AJ

  • dynamically change the value of a selection list in the form based on a table

    Hi friends,

    I use a form based on a table. I want to display two fields in the form of lists of selection instead of text boxes and when a value

    in a select list is selected, the corresponding values will be included in the next list of selection. For example if Department

    value is selected in a selection list that employees in this Department will be included in the employee selection list. I saw a

    even using ajax to achieve this as a table in the Dene example application [click here | http://apex.oracle.com/pls/otn/f?p=31517:176:462842537250908:NO].

    Is it possible to achieve the same for a form based on a table.

    Thank you
    TJ

    Hi TJ.

    Take a look on: [http://apex.oracle.com/pls/otn/f?p=56976:4] - instructions are on the page

    Andy

  • Can we create an APEX form based on a Table that has no primary key

    Hello

    I have a requirement.
    I need to create a FORM based on a table with no primary key, but is having a Unique key. I can use as a replacement for primary key Unique key.

    but when I tried to create a form, I received the following message.
    --------------------------------------------------------------------------------------------
    Tables from the source forms and forms in a table must have a primary key
    -------------------------------------------------------------------------------------------


    Thank you
    Deepak

    Hi Deepak,

    Because the form create on a table includes Wizard steps additional, more complex that we did not want to add to the wizard create a new Application.

    Joel

  • Form based on a Table, only updated authorized, form does not display the data

    Hello

    I created a form based on a Table by the corresponding wizzard. The table has only one line. The shape didn't create or delete buttons, only update & Cancel is allowed. The PK (id field) is hidden and it takes the value of a database trigger when insert (in fact never is apllied because there is no Create).

    When the form is called it is already displayed in update mode, with cancel button allowed but not data in the fields. Line seems ok, session data available null to variables/positions. No idea why this is happenning? I expect to HAV the data in the form fields.

    TIA

    Hello

    Your primary key item have no value, I guess.
    Create calculations to set the value of the item that is in this single line in your table

    BR, Jari

  • Page numbers need to change automatically when users add a new page to a form fillable

    In the headers and footers, I chose < < Page 1 of n > >. My form is a long page, but I have a button that allows you to create a second page if the user needs. However, if a user decides to create a second page, the footer does not '1 1' '1 of 2' on the first page and then "2 of 2" on the second page. "" Instead, the two say just '1 1'. How can I change this so that when users add new page, it changes the numbering?

    Thank you!

    This would require the use of a script that generates the page numbers

    automatically whenever the file is loaded or saved.

  • Need button to start a new page in the form

    This novice needs help in advanced techniques. The form has two main areas in which users must complete; a subform called HeaderSubform, where the user selects a box (drop-down menu field), into a goal of Campus (extensible text field) and the goal to reach the goal (another extensible text field). The second part is TableSubform, a nested under the HeaderSubform subform. It's a fluid table where users between the many actions to achieve objective the objective. Add a button in the row of the table adds more than lines in the table if necessary. The table can cover several pages. In my mind, I call these two subforms, the 'zone '. Below the table that I have an Add a new lens when you click on the button that adds a new 'area', the HeaderSubform and the nested TableSubform, so the user can select another area, and then add the new objective, the objective and the table. Now it all works perfectly, but he has a problem.

    Problem: Suppose that the user starts on page 1. As additional rows are added to the table, the table could end up at the bottom of page 2. When the user clicks on the Add a new goal button a second new 'area' is inserted, but the area menu drop-down and the field of the lens could be on page 2 and the objective area and new table could be on page 3. Basically, I need the new 'area', always start on a new page each time the button Add a new goal .

    An image of the hierarchy is attached, but in general this is how it is implemented:

    Hierarchy:

    (untitled subform) (page 1)     (Flowed, allow page breaks)

    CampusNameSubform (there is another problem that I will)

    Campus (text field)

    HeaderSubform (flowed, allow page breaks, Repeat subform, Min count = 1)

    Region (drop-down)

    Purpose (text field)

    Goal (text field)

    TableSubform (allow page breaks)

    HeaderRow

    Row1

    AddDelButtonSubform

    Button1

    Button2

    AddGoalButtonSubform (flowed, allow page breaks)

    Button3

    I am extremely grateful for your help. Of course, I need this ASAP. TIA!

    Jan

    It shouldn't be too bad...

    Select the HeaderSubform and access the object palette and tab Navigation.  Add a conditional jump, but by clicking on the "Edit" button next to the word "Conditional" and then the sign + at the top of the window that appears.

    Choose the JavaScript language.  In the 'Condition' field, type this expression:

    this.instanceIndex > 0

    It's going to say "when this is true, make this page break," where a "conditional" page break.

    Select pause 'Before', and where it says "To", select "top of Page" in the drop-down arrow.

    Basically, what this will do is whenever the HeaderSubform is NOT the first, stick it on the next page.

    I hope this helps!

    Ryan D. Lunka

    Cardinal Solutions Group

    [email protected]

  • Created the form based on the table - created new line - how to retrieve line editing?

    Hello

    Sorry for such a stupid question, but being new in APEX, I don't know much about how the end user on a form.

    I have created a new form (not in a table), based on a table.

    I ran the form and created a new line.

    After the line was created, the form comes back ready to create another line (all the values in the fields).

    How can I go on the recovery of the line, I added just to make a few changes?

    Again, please forgive my ignorance.

    Mason

    Masong says:

    Sorry for such a stupid question, but being new in APEX, I don't know much about how the end user on a form.

    Or about how best to use this forum. Always include all the details of your environment and your application when you post a question so that we can provide a solution version - and context, case-specific: How to get the answers from the forum

    I have created a new form (not in a table), based on a table.

    I ran the form and created a new line.

    After the line was created, the form comes back ready to create another line (all the values in the fields).

    How can I go on the recovery of the line, I added just to make a few changes?

    Ensure that the attribute key back to point in the line process of... The ARP process is defined to return the value of PK of records inserted in the element of key primary page and delete any Reset Page clearly session state process created by the wizard page.

  • How to update a field date in a form based on a table

    I created a form (FOO). This form has a column called LAST_UPDATE_DATE. I want to update the value of the column with the date and time when the user makes a change to the line. I'm running into some difficulties doing this work.

    I updated the source of the default database column type this field. The value of the source or the expression has the value "LAST_UPDATE_DATE". I also set the default value (TO_CHAR (SYSTIMESTAMP, "DD-MON-YYYY HH24"); The first time, this line is being updated field is updated correctly the current date/time. However, on later changes to the line, the field does not have the most recent date/time value.

    Any recommendations on what I am doing wrong or what might be the right way to address the issue?

    Thank you
    John

    John,

    You can also just do a process that fires after the automatic line, which defines the update_by and the update_date of check processing.

    or conversely, you might have a process just before you automatic line treatment for set the update_time systimestamp element fire. in this way the actual insertion/update is managed by the transformation of the auto line.

    In addition, if you are worried about forgetting the trigger, I always do an installation script and add new items to it because they are necessary. Then, you add the installation script in your support items if she lives with the application.

    See you soon,.

    Janet Tyson

  • The default view sysdate to a form based on the table element

    Hello

    How to display the current sysdate to a default element value...

    In my scenario, I have transaction date not I have no need to have a date for she picker...

    I do display the element, and then how to display the date current system, and it needs to be changed dynamically on the basis of the day...

    Kind regards

    Vincent

    Edit the item page and and the default configuration of sysdate value text field

    and the type of default value expression plsql

    Leave.

  • Master detail form based on single Table

    Hi all.
    I have a table like

    daily_transaction
    (
    TRANSACTION_DATE DATE,
    LINE_ID NUMBER,
    ITEM_CODE VARCHAR2 (10),
    NUMBER OF BALANCE,
    DESCRIPTION VARCHAR2 (500)
    )

    Now, I want to build form master detail

    master form have only transaction Date all in the form of retail have row id, item, balance, date of transaction, description code

    I join date of the main transaction with the date of the transaction in detail

    now the problem is when I enter two archives in the form and save it, it save 3 record in the table, an empty line except transaction date
    Please guide me how to save two archives:

    Secondly when I update / edit date of master on the date of the operation blank line change, how do I update details form

    In order to perform an update on a view - it must be a "editable view. You try to update the MASTER block (based on the view)? Otherwise, make sure that you change the property update block allowed to 'No' as it is default to 'yes '. If you do not update the MASTER block, make sure that your point of view is "can". Read this article from Tom ask article on editable views. http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:5226026422731.

    Craig...

  • Insert new page Unix tank into the Oracle table.

    Hi all

    "I need to insert new page for unix = hex char in result table ' 0x0C ', don't know how Oracle manages this, do I have to use any convert for this function? as HEXTORAW, etc... or there is a direct way to the State which is hexagonal.
    I can't find any specific identifier for HEX Strings, something like hex'0x0C ' or X'0x0c '.


    Insert value X rt_result '0xOC ';? -column of the table defined as varchar2 (100).


    Thank you
    Trent

    Well, you can also simply do:

     new_page := chr(12);
    

    Much shorter ;)

  • How to push a new page after the current pop page

    Hi all

    Is it possible for me to push a new page after the current page to burst?

    For example, main.qml I push page1.qml push page2.qml and pop page1.qml? (so the left in the stack are main.qml-> page2.qml)

    Can any ideas on how I do this?

    Thanks in advance.

    Of course! :-)

    You can use the NavigationPane remove() function...

    http://developer.BlackBerry.com/native/reference/Cascades/bb__cascades__navigationpane.html#function...

  • Form to a new page action

    I have trouble getting a new loading page after filling in a form.  When I run the < form > line with action = "inv_post.php" (as below), it works perfectly. "

    < do action = "inv_post.php" method = "post" > <!-beginning of the form--> "

    But when I try to call a function (goinvpost) with action = to validate the entries and then go to the new form, I get an error like the following page:

    My line of: < form action = "goinvpost" method = "post" > <!-beginning of the form-->

    results in a URL to the search for http://localhost/112faa_site/admin/goinvpost

    Object not found!

    The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of this page on the error.

    If you think that it is a server error, please contact the webmaster.

    404 error

    localhost
    Apache/2.4.16 (Win32) OpenSSL/1.0.1p PHP/5.6.12

    Of course, he is looking for the goinvpost page and not the execution of the function.  I can't find the correct structure for the form action line.

    You can't call a function in the scope of forms?  The functions go in the page of the form to check the validation before sending to the processing .php page or they could go to the page of treatment .php itself.

  • Adding pages to form via JS and models. Stop the text to copy to the new page

    Hello community,

    In the last days, I was doing a crash course in Adobe acrobat and JavaScript. One of our clients asked us to make a PDF form with fields to fill and a button that will make a new copy of the form.

    I have text fields, model, and javascript for the button to load the model.

    My problem is that text in the fields on the first page is copied to the extra pages when they are made.

    I did a ton of research and found a lot of answerrs talk about having the renamed domain. I've included the part bRename to my JS, and text fields indicate that they are a differnet name, but he always pulls data from the first page.

    Here is the script I use. I'm also runing Acrobat X standard.

    var a = this.getTemplate ('new Page');

    a.Spawn ({bRename: true});

    Any suggestions would be a great help. I can provide necessary additional information.

    You can reset the fields on the newly created page. All fields on the page will have the prefix "Pn", where n is the number of the newly created page. Since your code adds the page at the end, the code to reset the fields that you can use after the code that generates the model can be:

    resetForm (["P" + (numPages - 1)]);

Maybe you are looking for