New page on existing application

Hi,
How can I add new page report on the existing application?
Thank you

What did you have in mind? The Enter key? The Tab key?
Keep in mind that APEX applications are web-based, ie they run within the confines of the browser. The Browser is the actual application, and it already has predefined what many of the keyboard keys mean, such as F5 (page refresh), etc. You can't re-map these meanings without knowing exactly which browser you are dealing with and a whole lot of pain. The simplest way to do things in APEX is with buttons and clicks, as these can be easily translated into exact actions you can control within the APEX environment and which are generally browser-agnostic.

Similar Messages

  • New schema in existing application

    Hi all,
    I have an application(abc) running on schema (R1). Now i have created a new schema (R2) and have created few objects under it. Now when i am creating a new page in abc application i am not getting the previlage to use R2 schema. Actually in this application i want to use both the schemas(R1 and R2). Need help in this as how to achieve it?
    Thanks

    Use the GRANT statement to give permissions to R1 inside R2 and vice-versa.
    While connected to R2, in SQL Workshop or SQL Developer:
    GRANT SELECT ON [OBJECTS] TO R1
    Then in an application whose default schema is R2, you can create SQL queries such as:
    SELECT COL1 FROM R1.TABLE

  • No data found exception when calling a new page from existing page

    hi i have a screen which has a delivery id and i am calling a new page with a different view object and a application module.I need to pass this delivery id in the main page to the view object query in the second page.
    i have defined the second page view object with the following query
    select country,address1,address2,address3,address4,city from hz_locations where location_id=
    (select ultimate_dropoff_location_id from wsh_new_deliveries where delivery_id=:1)
    what i want is to pass the delivery id in the main page to :1 in this query.
    i have written the following CO code for the second page
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    String eventaction=pageContext.getParameter("xxsaneventname");
    String paramval=pageContext.getParameter("xxsanparamvalue1");
    OAApplicationModule deliverydetailam = pageContext.getApplicationModule(webBean);
    Serializable personParamList[]= {eventaction,paramval};
    if ( eventaction!=null && eventaction.equals("viewdelivery"))
    deliverydetailam.invokeMethod("getdetailsmethod", personParamList);
    i have written the getdetailsmethod in the application module impl
    public void getdetailsmethod( String pAction, String pdeliveryId)
    try
    OAViewObjectImpl pervo = getWshDeliveryDetailsVO1();
    String existingWhereClause = pervo.getWhereClause() ;
    System.out.println(existingWhereClause);
    pervo.setWhereClauseParams(null);
    pervo.setWhereClause("delivery_id = :1");
    pervo.setWhereClauseParam(0, new Number(pdeliveryId));
    pervo.executeQuery();
    pervo.setWhereClauseParams(null);
    //pervo.setWhereClause(existingWhereClause);
    catch(Exception exception1)
    throw OAException.wrapperException(exception1);
    can some body please help me to correct this one.
    the exception i got is
    oracle.apps.fnd.framework.OAException: No data found for region (/xxt/oracle/apps/AK/om/webui/deliverydetailpg).

    Provide the complete error stack.
    From the current error line it shows that your custom region/page /xxt/oracle/apps/AK/om/webui/deliverydetailpg is not present in the MDS. Did you use xmlimport to set the page xml into MDS? If yes, use jdr_utils package to confirm it is present at the right location.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Acrobat 9 Std-how to append new pages to existed/opened pdf file

    i am using Acrobat 9 standard version.
    when i used the scanner to create a pdf, but the file had many pages so i could not finish it before lunch. Therefore, i had to append new pages to the opened file.
    In past, 7 standard i could choose append to the opened file but 9 standard i don't have this function. Finally, i found the
    DOCUMENT / SCAN TO PDF / CUSTOM SCAN / TICK THE APPEND TO .....
    But, only 1 scan is allowed , what can i do now ????

    You can scan to different files, the you should be able to insert the
    second group of files into the first file using Documtent->Insert Pages.
    Mike

  • How to check new page or existing page at body

    Hi,
            Someone already discuss before I post here. But still cannot find the good answer. I want to Hide the Header row base on condition. My condition is Header Row will be hide when page is new page of same document or
    user input. I can get Page No changes on Page Header but unable to catch page no. changes on body. I cannot use expression on "RepeatOnNewPage" property.
    =(IsNewPage And HideByUser)
           Can it be done at body level?
    Regards,
    Yukon
    Make Simple & Easy

    Hi Simon,
         Thanks for your example.
    =IIF(Fields!CategoryName.Value="Seafood",true,false)
         Can I say that's hard coded? I did that report for test, after that I plan to apply the code or expression to other document. (eg. Invoice, Purch. Order) base on sample.
    Specially, I created the Invoice Report. Customer Name, Address are always show on every page if we add it into "Page Header". Those information no need to show at other pages on same document. Because I want to save space on other pages and user
    can print more. Those information will disappear when we add into Header Row of Tablix and we did not set "True" on "RepeatOnNewPage" property. That's good. But sometime user want to see those information on every pages. So we
    need to change the property again. So I plan to put option for this case. But cannot figure it out.
    Regards,
    Yukon

  • Print Moducle - Custom Package (New Page) Query

    Hi
    I've made a custom template (two 7x5 images over each other) on a custom page and save this template.  I know want to create a new page (by clicking on "new page" under "cells" menu) BUT I want to copy over the cells/page from page 1.
    e.g.  page 1 is perfect, I now want to create a new page with same settings.  If I create a new page and then click on my template it just starts again with 1 page and my template!
    Aarrgghh.. surely there's a way to create a new page using existing template/page?
    Please advise - it's driving me around the bend!

    Hi,
    You mention that you use A6 landscape 148 x 105mm and you use Computation below to convert page format length to inches.
    148 mm = 5.82677 "
    When you use landscape orientation, usually the shorter 105mm will represent the height of the paper. i.e. With landscape the width is greated than the height. So on this case the height wopuld be 105mm or 4.1 in
    So in the printer initialization it wpuld be:
    set page length to 10.5cm (~25 lines at 6 LPI)
    \e\0x43\0x19
    however, I don't think this is the reason for the preview problem. The printer initialization should only affect the print. What is the setting for the Lines/Inch in the sapscript form? SE71 -> <Form> -> Basic Settings
    This could affect the preview.
    Regards,
    Aidan

  • Everytime i open a new page on Safari..a resource windows opens..why?

    Recently everytime I open a new page on safari application this tab with the header Resources opens up.  Why?  Do i not have the necessary memory or resources to continue operating?

    Check the Home page setting.
    *https://support.mozilla.org/kb/How+to+set+the+home+page

  • Open a new window when branching to another page in the application

    I have an existing Apex 4.2 application that uses buttons to direct users to other pages in the application
    The users want to be able to open a second ( or possibly) 3rd window or maybe a second tab
    Is there a way to code his?

    actually I spoke to soon
    the javascript example works
    I have a button
    under "ACTION WHEN BUTTON CLICKED"  I select 'redirect to url'
    then enter this: javascript: window.open('f?p=112:17:&SESSION.');
    and when I click on the button VOILA the page opens in a new window
    the problem is that the old page; the one that I was on, disappears. It becomes a blank page with " [object] '  displayed in the upper left hand corner,  nothing else on the page

  • Im new. How Do i integrate javaFX in my Existing Application of struts 2

    Hi there,
    I'm new to javaFX, so dont get mad at me with the question's im asking.
    I have a Existing application of struts 2 and now i want to add some enriched features in it using javaFX. So how do i start.
    Basically what is javaFX? Its all Client side rite, so do i have to do it in .jsp or how.
    How do i integrate in my existing application.
    Any link or material would be of great help
    Prateek Agarwal.

    .fx files are compiled to .class files, ie. regular Java code using a special runtime.
    These class files are then packaged to a .jar file and used like a regular applet. Look at the javafx.org site for samples, how they are integrated to the Web page.
    All you have to do is to include the special JavaScript code provided by Sun which will create the applet/object code for you, depending on the browser used by the users.

  • Apply User Defaults to Existing Applications\Pages\Reports

    Hi,
    Is it possible to apply a new created UI Defaults to an existing page or pages in the application.
    If so then how?
    Thanks

    Apologies - Stupid newbie question. Please Ignore.
    I now realise that I can edit these items in the Validations section :8}

  • IMac intel running 10.9.2 upgraded pages last week, now the machine tells me I need a new version of pages to open documents.  Old version of pages is still in the dock, new version is in applications.  How do I make this thing work?  Thanks

    This is frustrating, after going thru the process of updating last week and using pages successfully this machine now tells me the updated version is not the newest.  So I went to the app store to buy the new version and it tells me the new version is already installed.  Most likely the problem is because the old version is still in the dock.  I would think that the upgrade would have taken care of that for me.  So how do I get rid of the old version and make the new version my default?  Step by step please as I am not Mac literate even thought I've had this machine for over 3 years, it's still a foreign country to me.  Thanks SamO66

    The icon in the Dock is nothing but an alias pointing to the actual application in the Applications/iWork folder.
    Pulling it off the dock really does nothing. Particularly, as you will soon discover, it is the new Pages that is the problem.
    Peter

  • Switch to existed application instead of open a new one on Cinnamon

    Hi all,
    I am currently using Cinnamon as my desktop environment in Arch.
    Before that I used Unity on Ubuntu. Unity is an awesome thing.  One feature I liked most is that when you press "Super+1,2...", you can switch the corresponding application on the launcher very quickly(Just like you are using shortcuts on the Windows launcher). Unless the application is not started, the shortcut will start a new one.
    On Cinnamon, I bind some keys (like Super + 1,2...) in system settings (Cinnamon System Settings -> Keyboard -> Keyboard Shortcuts -> Custom Shortcuts) to start my applications. But I can't get the effect as I described above. When I just want to switch an existed one, the keys will still launch a new one.(Of course, obviously according to my setting).
    So my question is: Can I bind some keys to "Open or Switch to existed application" like it on Unity or Windows?
    Very grateful for any hints!
    Last edited by isolet (2013-10-26 04:21:53)

    clfarron4 wrote:
    Hi, I don't think there is a way currently do the Unity feature that you are asking for on Cinnamon right now.
    I can see problems with implementing such an idea on Cinnamon though in the case where people have two panels.
    Thanks for you reply. I hope I can get this done one day on Cinnamon.
    Last edited by isolet (2013-10-28 09:36:01)

  • I have just downloaded Mac OS X 10.9 and Pages 5. When I open any pre-existing document in the new Pages the format is zoomed to 125%, the headers are out of position, the margins are changes, and inserted images are also relocated. What can I do?

    I have just downloaded Mac OS X 10.9 and Pages 5. When I open any pre-existing document in the new Pages the format is zoomed to 125%, the headers are out of position, the margins are changes, and inserted images are also relocated. What can I do?

    Have you tried resetting the SMC ?     >  Resetting the System Management Controller (SMC)

  • How a new application derivated from an existing application?

    I have built a application in jdev10g using ADF BC and JSF. It has been tested and deployed for user to use.
    Now, my another subsidiary company wants to use this application too, but the functions requested is just the subset of the application deployed. They may also asked some changes eg. image, logo etc.
    I prepare to derivate a new application from the existing application. of course, these two applications will be deployed on the same application server but with different project name and deploy directory in the application server.
    please guide me on that, Thanks in advance!
    Rgds!

    In 10g you'll basically need to make a copy of your whole application directory and in the project properties set a different context-root for your Java EE application.
    Then you'll be doing the changes you want on the new copy.
    If you were using 11g you could have used MDS to do the customization and then keep a single instance of the application.
    Basic demo:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/111demos/mds/mds.html

  • I-view for custom WD ABAP application opening in new page

    Hi,
    We have created a new i-view and page in ESS for a custom WD ABAP application.
    Our requirement is that all i-views open in the same page (i.e. portal content area). I have set the property - launch in new window as ' display in portal content area'. The work protect mode settings for opening in the same window have also been done.
    Yet, the i-views that have been created for custom WD ABAP applications are opening in a new page while the standard i-views are opening in the same page.
    Would appreciate pointers on how can this issue can be resolved.
    TIA.

    hi,
    check your homepage configuration and makesure nothing is there on window name in the resource.
    thanks,
    pkv

Maybe you are looking for

  • HOW TO GET RID OF MAIL?

    I have updated to Snow Leopard. If I go into Mail and delete the stuff I don't want and then empty the trash it disappears. If I then log out of Mail and log in again it all reappears in my InMail box. Is this a bug or am I misunderstanding something

  • Can i record sounds on macbook pro without an external soundcard

    can i record sounds on macbook pro without an external soundcard? i need to connect my korg triton extreme with macbook pro and record. does it need an external soundcard for avoiding latency of sound?

  • Checkbox with JTree

    hai, i added checkbox to each tree node and my coding is import java.awt.BasicStroke; import java.awt.BorderLayout; import java.awt.Component; import java.awt.ComponentOrientation; import java.awt.Dimension; import java.awt.FlowLayout; import java.aw

  • Changing color of report result in column

    I've seen a number of examples in these forums to use a CASE statement to return the result from a select into a CSS mark up structure to change the display attributes of the result depending on a particular condition. I've not seen a way to make it

  • My daughters iPod has a little padlock in arrow circle around it what does this mean

    Help my daughter has got a little symbol up next to the battery symbol which is a little padlock with an arrow circled around it, why does this mean and how do I fix it??