Tile of handle with two different names in the Apex 4.2

Hi all

We designed the application based on regions HTML as shown below

1. when the page loads designed using the IR report, in which we are displaying create button & edit icons.

2. When you click on create button us will be re - direct to new page where I had mentioned tile as 'Creating new product', in which all the elements on this page are new.

3. When you click on edit the icons that we will be redirected to the same page, but in what we are displaying existing values based on the source.

Now in this scenario, when the user clicks on the icon title should be "Existing product Editing" and when click on create the button title should be "creating new product."

Kind regards

Sruthitamiri

Sruthi Tamiri wrote:

We designed the application based on regions HTML as shown below

1. when the page loads designed using the IR report, in which we are displaying create button & edit icons.

2. When you click on create button us will be re - direct to new page where I had mentioned tile as 'Creating new product', in which all the elements on this page are new.

3. When you click on edit the icons that we will be redirected to the same page, but in what we are displaying existing values based on the source.

Now in this scenario, when the user clicks on the icon title should be "Existing product Editing" and when click on create the button title should be "creating new product."

It is very simple and has been repeated several times in previous discussions.

1 create a display only element to hold the dynamic title. Save Session State Yesvalue and the Type of Condition Never so that it is not rendered on the page.

2. Add a calculation by pressing the point before the header with the Expression PL/SQL type to set the title based on the existence of a primary key value. No PK value will be existing for a request to create, but is present when an existing line is selected for editing.

case
  when :p6_product_id is null
  then
    'Creating New Product'
  else
    'Editing Existing Product'
end

3 change the attribute title of page to be a reference to static substitution to the element of the title page:&P6_TITLE.

Tags: Database

Similar Questions

  • Urgent: account with a different name for the wire transfer of payment portathon?

    Please help me. I did three apps in last out portathon that is approved and review of the other two is underway.

    Today, I got a Blackberry e-mail form that includes a link to enter data for transfer of my reward. The name on my bank account is slightly different the name with which I am registered as a supplier.

    Can I enter this slightly different name on this page with my bank details wire transfer and get my payment?

    Use the bank details of others to get the payment?

    Please answer quickly. It is urgent that there is no detail on the date deadline for submitting the details.

    Yes, you can use the bank account with a different name.

  • How can I change an application to use another library with a different name but the same name for public (easily)?

    When you perform comparisons between the programming approaches I create two libs with the same public calls but different internal components. Nothing special there. Unfortunately when I pass my test app to a lib to another, the application loader asks an all audiences of vi. But I thought I read somewhere that the application loader would get the idea where to look after that I saw the first public call to the new lib. Doesn't seem to work. With the help of 2010.

    Pull the lib not used out of the machine. Rename the current library under the same name that you used. Project save everything. Close to LabVIEW. Remove the current lib. Copy the another lib to the machine. Not necessarily easy but here's how I did similar exercises in the past.

  • Two constraints of primary key of a table with two different constraint name

    Hi guys

    I am creating the table below

    Table name: TITLE_COPY

    Column name Copy_id Title_id Status

    Key type

    PKPK, FK
    UniqueNN, UNN, UNN
    CheckAvailable, destroyed, leased, reserved
    Table Ref FKTitle
    FK Ref ColTitle_id
    Data typeNumberNumberVarchar2
    Length101015

    The SQL statement below can create it

    CREATE TABLE title_copy (copy_id NUMBER (10),)

    title_id CONSTRAINT NUMBER (10) title_copy_title_id_fk title (title_id) REFERENCES.

    primary key constraint title_copy_title_id_pk title_id (copy_id)

    status VARCHAR2 (15) NOT NULL CONSTRAINT status_ck CHECK (status IN ('AVAILABLE', 'DESTROYED', 'RENTAL', 'RESERVED'))

    );

    Two primary keys (title_id, copy_id) are created with the same name of constraint (title_copy_title_id_pk) (-> table-level constraint). What happens if I want to have two different names of the primary key constraint, say title_copy_title_id_pk for the title_id column and title_copy_copy_id_pk for the copy_id column?

    I can do that with a column-level constraint? Something like below (complains about the additional primary key)

    CREATE TABLE title_copy (copy_id NUMBER (10) CONSTRAINT title_copy_copy_id_pk PRIMARY KEY,)

    constraint title_copy_title_id_pk primary key (title_id).

    title_id CONSTRAINT NUMBER (10) title_copy_title_id_fk title (title_id) REFERENCES.

    status VARCHAR2 (15) NOT NULL CONSTRAINT status_ck CHECK (status IN ('AVAILABLE', 'DESTROYED', 'RENTAL', 'RESERVED'))

    );

    In summary, I can define two primary keys with the name of different constraint in a column-level constraint?

    There are no two primary keys. There is a primary key made up of two columns - also called a composite key.

    A table can have at least a primary key. You can, if you wish, create a unique constraint on a different set of columns.

  • Simultaneous use of Berkeley with two different environment

    I try to use Berkeley with two different environment at the same time in a single program. But I get an error of databases that have been left open. The first environment to close with no error, but the 2nd environment, having an error like that,

    Exception in thread "main" java.lang.IllegalStateException: no closed database: element_primary_key_index\\192.168.150.211\glassfish3\Berkeley\environment\Testing11
    Cavities not clogged database: class_catalog\\192.168.150.211\glassfish3\Berkeley\environment\Testing11
    Cavities not clogged database: element_database\\192.168.150.211\glassfish3\Berkeley\environment\Testing11
    Left open databases: 3

    at com.sleepycat.je.Environment.close(Environment.java:383)
    at com.svi.tools.gfs3v10domain.database.GFS3v10ReadWriteDatabase.closeUpload(GFS3v10ReadWriteDatabase.java:155)
    at com.svi.tools.gfs3v10domain.GFS3v10Domain.closeReadWrite(GFS3v10Domain.java:160)
    at com.svi.tools.gfs3v10.util.GFS3v10UploadUtil.closeUpload(GFS3v10UploadUtil.java:97)
    at com.svi.tools.gfs3v10.GFS3v10.closeUpload(GFS3v10.java:115)
    at com.svi.tools.gfs3v10uploader.util.Uploader.uploadFiles(Uploader.java:89)
    at com.svi.tools.gfs3v10uploader.GFS3v10Uploader.mainMethod(GFS3v10Uploader.java:109)
    at com.svi.tools.gfs3v10uploader.GFS3v10Uploader.main(GFS3v10Uploader.java:52)

    Please someone help me with my problem. Thanks in advance.

    >
    Private Shared StoredClassCatalog classCatalog;
         
    /**
    * Item Database.
    */
    private static database elementDatabase;
         
    /**
    * The item database primary key.
    */
    private static database elementByPrimaryKeyDatabase;
         
    private static database catalogDatabase;
    >

    These fields are static - they are globals - if you crush them when you open the 2nd environment.
    -mark

  • Why I get two files with different names but the same image when I save in 2015 CC Photoshop?

    Why I get two files with different names but the same image when I save in 2015 CC Photoshop?

    Try resetting the PS preferences - Preferences in Photoshop

    ~ Rohit

  • Copy of complete site. I have a Web site. I would copy the entire site (complete with images) to another directory with a different name. Then, transfer to another hosting server. All ideas

    Copy of complete site. I have a Web site. I would copy the entire site (complete with images) to another directory with a different name. Then, transfer to another hosting server. Any ideas?

    Not sure that you need a different directory.

    If you are working on a local computer, create a new site with all the same settings for local files and change the remote server settings to match the second server.

    This ensures you that there is no difference between the two websites.

  • Two guests with a different subnet on the same bridge vmnet0

    Hi all, I have a server in a data center.  The data center has awarded me two different

    Beaches of IP addresses with two separate subnets.  The first beach with the subnet to 255.255.255.248

    compatible with my 3 people systems hosts that use bridged networking on vmnet0.

    4th OS uses 255.255.255.0 and bridge over vmnet0, however

    I can not get on the net, can't even ping the gateway.

    Then the bridge vmnet0 manage two different subnets?

    Thank you

    Matt

    Yes, network bridge can have several subnets.  Bridged using, your virtual machine works like any other physical machine on the network.  So just as if two physical machines on the same physical LAN had different submet, they would not be able to communicate directly with each other, so also with your virtual machine having a different subnet.  With two subnets, you should probably two gateways.  If you cannot change the 4th VM subnet to match others, you would need a router between the two subnets.  (Again, same as if they were physical machines.)

  • Download a file with a different name

    Hi guys,.

    I was wondering if there was a way in flex to download a file with a different name, without having to change the name on the file system. Is this possible?

    See you soon

    just by the way your new file name as pamameter extra at your request

  • schema export and import with a different name

    Hello

    I need your help guys.

    I need to export a schema from a database and then import it under a different name in a different database. How can I do?

    I export it with the following command:
    exp userid = system/PW lead = May_02_Export.dmp = May_02_Export.log propriΘtaire = log statistics schema_name = 'none '.

    Now, I want to import but with a different name (schma_name).

    Concerning

    IMP... fromuser =... touser =...
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14215/exp_imp.htm#sthref2539

    Nicolas.

  • connection to Oracle ebs with 2 different users of the same machine

    Hi all

    I need your help, I want to know if it is possible to connect with two different users of oracle connection and work with forms and reports from MY MACHINE to oracle ebs SERVER connected to a network. your help will be appreciated, thanks in advance.

    my computer is: Windows 7 64

    my browser: internet explore machine

    OS: rhel Server 6.1

    EBS:12.1.3

    Thank you.

    Hello

    If you use IE 8 or later, you can go to file-> new Session, open the application and connect with a different user.

    https://support.Microsoft.com/en-us/KB/968341

    Kind regards

  • Insertion of records in two different tables at the same time?

    Hello everyone, I have question about inserting records in two different tables at the same time, I'm looking for is by the way a unique id, which is created in the first statement insert to the second insert statement. Example of this problem:

    < cfquery name = "addRecords1" datasource = 'test' >

    Insert Into Table1 (name, Date, age)

    Values (< cfqueryparam cfsqltype = "cf_sql_char" value = "#arguments.) "Name # ' >.

    < cfqueryparam cfsqltype = 'cf_sql_date' value = '#arguments. "Date # ' >.

    < cfqueryparam cfsqltype = "cf_sql_int" value = "#arguments. Age #"(>); "

    Select SCOPE_IDENTITY() as RecID;

    < / cfquery >

    < cfquery name = "addRecords2" datasource = 'test' >

    Insert into Table2(Company,City,Date,ID)

    Values (< cfqueryparam cfsqltype = "cf_sql_char" value = "#arguments.Company #" >,)

    < cfqueryparam cfsqltype = "cf_sql_char" value = "" #City # ">,"

    < cfqueryparam cfsqltype = 'cf_sql_date' value = "" #Date # ">,"

    ( < cfqueryparam cfsqltype = "cf_sql_int" value = "How to pass RecID to insert in this table?" >).

    < / cfquery >

    In this example, I'm inserting records in table 1 and creation of IDENTITY SCOPE as RecId. I would like to pass this id and insert it in my table 2. This Id, I'll use in my second table as an identifier. If anyone knows anything about this please let me know. Thank you.

    );
    

    QueryName - DOT - ColumnName, so it should be:

    );
    

    HTH,

    ^_^

  • appearing in two different colors at the same time container attached screenshot.

    post.JPGHello

    I am very impressed with this site's Look, you can see that
    in this the container showed up in two different colors at the same time as shown in the attached screenshot.

    Please tell me how to get there?

    A part is loading advertising and other view their business rules.

    Please tell me how to get this behavior

    Because when I use the Application container = 'black' background color, it displays the container integer oiail color.

    Help, please

    Thanks in advance.

    There are many ways to achieve this. We can be to use the background image for the application. Other means may be to use various containers (Panel, canvas etc with background pictures) to get this look. Think of it in HTML view. How you can use the div tags to your page layout, you can use various containers of Flex to your page layout.

  • I have a CandlestickChart with 2 different types of the series.

    I have a CandlestickChart with 2 different types of the series.

    A series of candlesticks and a lineSeries.

    The two series have different suppliers of data with differently named fields. How can I write a datatip function deal with both series.

    I've found a workaround:

    I used the object.item.hasOwnProperty

  • In the Photos of El Capitan how to record a double published in a separate with its own name and the ID file file?

    In the Photos of El Capitan how to record a double published in a separate with its own name and the ID file file?

    Only by exporting - with Photos (and iPhoto and Aperture) - you can have several versions of an image by duplicating the image (control - D), but this does not create an image file separated until you export - it creates a separate edit list in the database that applies to the original when you watch or export the photos

    Photos as it were its predecessors is a non-destructive control Digital Asset Manager (DAM) which does not any changes to files in the database but built a list of validation

    LN

Maybe you are looking for