Link to an APEX application with settings

Is there a way to link to an APEX application and pass values of parameter from the outside of the APEX? I tried the following, but it doesn't work:

https://my.Hiram.edu/pls/Apex/f?p=372:1: SESSION #:NO:P1_TERM #, P1_PARTOFTERM:200820 %2 CT 12

I have two text boxes on page 1 of this application and I'm pre fill with the parameter values passed.

Thank you in advance,

Frank

Hello

You can do this, but you can pass the session value. Try this:

https://my.Hiram.edu/pls/Apex/f?p=372:1:no:P1_TERM, P1_PARTOFTERM:200820 %2 CT 12

After clicking on the link, the user must enter the powers in order to access the page.

--
Paulo Vale
http://Apex-notes.blogspot.com

Tags: Database

Similar Questions

  • can anyone provide a link to insert the image with the text on the button in the apex 4.2.6

    can anyone provide a link to insert the image with the text on the button in the apex 4.2.6

    ReemaPuri wrote:

    in the workspace image:-resign.jpeg

    As a button? Seriously?

    Ok. First of all, because the image already contains text, there no point in including the same wording in the form of text on the button. Accessibility requirements can be met using re-sign as alternative text. 4.2, create an image button:

    Tag/Alt text: Re-sign

    Static ID: re - sign

    Style button: Image

    Button Image: & WORKSPACE_IMAGES.resign.jpeg

    To make the image looks more like a button, add the following CSS to Inline CSS property page:

    #re-sign img {
      margin: 0 2px 2px 0;
      border: 2px outset;
      border-radius: 4px;
    }
    #re-sign img:active {
      margin: 2px 0 0 2px;
      border: 2px inset;
      border-radius: 4px;
    }
    

    Finally, there is a bug in 4.2 that generates the incorrect URL for the button images, which requires dynamic action of Page Load to fix.

    Event: Loading the page

    Action: Run the JavaScript Code

    Code

    var resignImg = $("#re-sign img");
    resignImg.attr("src", resignImg.attr("src").replace("/i/", ""));
    
  • How to set the value of a * APPLICATION * with apex.server.process?

    If I have a page named point P1_MY_PAGE_ITEM, I could put its value in the session by doing this:

    $s('P1_MY_PAGE_ITEM', 'I Like Pie!');
    
    apex.server.process(   'dummy'
                           , { pageItems: "#P1_MY_PAGE_ITEM" }
                           , { dataType: "text",
                             async: false,
                               complete: function( ajaxResponse )
                                     {
                                          var ignoredReturn = ajaxResponse.responseText;
                                     }
                             });

    Which works very well. If you check the session, the P1_MY_PAGE_ITEM will now have the value: I like pie!

    However, if I have an Application element (not a page element!) named MY_APP_ITEM, how could I do the same thing? How can I use apex.server.process to set the value of MY_APP_ITEM in the session? I wouldn't be able to use "pageItems" because MY_APP_ITEM is not a page element, it is a part of the application.

    What is the correct syntax to do this?

    Thank you

    -Joe

    Hey Joe,

    Returning to that thread you made a couple of months ago, the answer is here:

    Post adjustment Application items in the apex.server.process for a * process application *.

    Defining a point of application is as easy as providing the name of the application element to p_arg_names Bay and set a corresponding value in the p_arg_values table.

    For example, in an application with article SOME_ITEM of the application, I can put the value as follows:

    (function(){
    var arrNames = [], arrValues = [];
    arrNames.push("SOME_ITEM");
    arrValues.push('some value');
    apex.server.process(   'dummy'
                         , { p_arg_names: arrNames, p_arg_values: arrValues }
                         , { dataType: "text"
                           });
    })()
    

    Any required application process. Should the item be free that you set it from the browser.

  • No checksum to the link between the two apex applications

    Hey,.

    I'm tying an Apex application to another. Two applications require checksums.
    The applications are on the same database, but on different workspaces.
    The url shows and works, but it does not generate a checksum, so I can't access the page.

    The code that I use to generate the url:
    APEX_UTIL. PREPARE_URL ('f? p = 555:2 :'|| v ('SESSION'): ': NO::P2_ID :'||) ID, null, 1)

    I also tried to use the & c that Oracle has documented to show the workspace is:
    APEX_UTIL. PREPARE_URL ('f? p = 555:2 :'|| v('SESSION') |) "& c = WORKSPACE_NAME::NO:P2_ID :'|| ID, null, 1)

    But in vain.

    Help is appreciated.

    Published by: 905605 on January 4, 2012 05:58

    Hello

    APEX_UTIL. PREPARE_URL only works if the target application is stored in the same workspace as the current application.
    This is for security reasons. If we would not prevent someone would be able to generate a valid checksum for an application in a different workspace and bypass security controls.

    Is your application in the same workspace? If Yes, you can setup a simple example on apex.oracle.com with two applications where you can reproduce the problem. I think it would help a lot to identify the problem.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Can I open Apex application for the same user with 2 different sessions.

    Hello

    I have a problem with apex application session.

    In a new browser window, I logged in with user name and password and I get in the application of the apex.
    I want to open the same application in a separate window and I connect again.
    but when I return to my previous window to do something it prompts me to the login screen.
    I'm losing the session. Is there a way to keep the two live sessions.

    Any ideas?

    Thank you.

    Ally.

    See this thread for a possible idea... : Re: two active sessions in the two tabs of the browser - how?

    Thank you

    Tony Miller
    Webster, TX

  • APEX application example to load data from .csv

    Hi all

    Apex 4.2

    I want a sample application that load the .csv data in a table. Like the one conducted in the Apex utilily module.

    I want the end user you connect by using the application mode and no developer apex itself.

    Can give me link to this kind of application example please.

    Thank you very much

    MK

    MariaKarpa (MK) wrote:

    Apex 4.2

    I want a sample application that load the .csv data in a table. Like the one conducted in the Apex utilily module.

    I want the end user you connect by using the application mode and no developer apex itself.

    Can give me link to this kind of application example please.

    APEX 4.2 includes a sample of data loading packaged application showing how to create applications with loading of the data wizards.

  • The schemas are required to export an APEX application and the EE DDL to itself and XE

    Source DB - Oracle 11 g 2 EA

    Target DB - Oracle 11 GR 2, 11 2 Oracle XE GR SE

    O/S - RHEL 6.5

    Application - APEX 4.2.2

    Must give up an APEX application and the underlying DDL associated with a database Oracle EE an Oracle SE and XE database.

    Patterns are required to export to accomplish this approach?

    Is there one method other than export patterns which would be preferably?  (for example export tablespaces).

    You should not deal with apex tablespace or schema APEX_040X00.

    Just follow these steps:

    (1) ensure that the APEX version is the same or higher in the target schema, upgrade if need be

    (2) discover patterns of the application (NOT APEX_XX) pump and export data those and import them into the target schema.

    (3) in the target database, create a different workspace and the link with the schemas imported analysis

    (4) export enforcement APEX of source database in the target database.

    If you expand the app, better to talk to the one who did it. Make sure that the Images, CSS, JavaScript files are added as objects of support and those that are then exported (to step 4).

    Basically don't worry about APEX_O40X00 scheme, as long as your Apex versions match, it will be the same and will be automatically filled with metadata in the application import and export performance.

  • How to move or delete an APEX application programmatically using application_id and / or aliases?

    Oracle db 11 g 2

    Oracle APEX 4.2.1

    Linux RHEL 6.3

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

    Is anyone know the function or procedure to remove or delete an APEX application programmatically using application_id and / or aliases?

    The best I can Google is:

    wwv_flow_api.remove_flow (application_id); -to drop id app by app of APEX

    Any other suggestions?  Any call APEX API I do (I do not see in the APEX API Ref).

    Thanks to a bouquet.

    Hi tx

    We use a script that calls these procedure packed high-end APEX api indeed.

    This script (called: uninstall) is called from one in Linux. Sh script file

    In our case, the application and space to work used the same name, but you can easeliy that adapt to your situation.

    The script is called in the script as .sh

    $> sqlplus / as sysdba @de - install.sql

    The script has the following content:

    DECLARE

    / * End: uninstall Apex

    Settings: 1 = name of work/application space

    */

    l_application_id NUMBER;

    BEGIN

    SELECT Application_id

    IN l_application_id

    Of apex_applications

    Workspace WHERE the = ' & 1' AND alias = ' &1';. ' -find the application with a given name to a certain workspace (with the same name)

    wwv_flow_api.set_security_group_id (p_security_group_id-online APEX_UTIL. FIND_SECURITY_GROUP_ID('&1'));) -sets the security group so that you can remove this application

    wwv_flow_api.remove_flow (l_application_id); -remove the application

    EXCEPTION

    WHEN NO_DATA_FOUND THEN - say nothing when the application does not exist

    NULL;

    END;

    /

    output

    Hope this helps you

    Best regards, Wouter

  • The research of Web applications with fields of the Data Source that contains multiple values

    I have a Web application with a field that allows multiple values to be recorded similar to the list box. I need limit the allowed values for a large, over the list of the values currently stored in another Web application as a data source. I can not apply to the type of Data Source field that allows only single value selection. I also need to be able to use the search form Web App to search for items containing 1 OR more of the values in this field (a type of list control field search functionality). Here's what I tried to field types:

    • Text (String) or text (multi-line) field type - By saving a list of values separated by commas (outputs in the same way this list box) to an entry of text or textarea, the search only logic search exact string (including commas) and does not analyze individual values.
    • Type of list (checkbox) field - it allows me to search for multiple values using the logic of the GOLD, but the web application stores only the values that have been entered as an option in the field settings real web app. I tried to use a checkbox with minimal or empty options list, hoping that some values I sent more separate by a comma value chain would be still stored, but because the values come from my Web App data source and not stored with the field options list, they were not saved.

    Someone at - he found a way to do it?

    My other question is how can I use a multivalued field to similar as described above but return results containing the elements with ALL the values of this field (AND logic).

    Can someone enlighten me to the inner workings of the search BC logic web app?

    You don't need to use the predefined boxes or types of entries. Everything you can represent as a string (such as the values separated by commas in your example) can be saved in any field of webapp. The types of fields defined in the Web application are only used to translate internal representation (all channels) to the various user-friendly interpretations (checkboxes, radios, dates, links, etc.)

  • Access an application with a log in two

    Hello
    Apex 4.1.1
    Oracle 11g

    I have two applications both in the same workspace. I want to connect to one of them, but then have a link to a page in the second application, without having to enter a login to the second request.

    Trying to follow what follows for quite awhile, but can't make it work in apex 4.1.1
    Is it possible to access two application with a single login?

    Both applications use the same ldap authentication

    I have two applications using the same process to get cookie page 101

    {
    declare
    VARCHAR2 (255) v: = null;
    c owa_cookie.cookie;
    Start
    c: = owa_cookie.get('LOGIN_USERNAME_COOKIE');
    : P101_USERNAME: = c.vals (1);
    exception: when other then null;
    end; }

    The link that I use for the second request is a pop window javascript for display of the second application and call it with the java popup url

    {
    JavaScript:popUp('f?p=366:1:&session.:::')
    }

    However, he always wonder for the connection to the second request. I found other conversations that says to enter the name of the cookie in the Cookie of Session attributes in security, authentication of the second request and entered the name of cookie LOGIN_USERNAME_COOKIE here. However I have yet to download the second login screen of application with a group of numbers in the user name field.

    What Miss me to make it work without having to login again for the second application?

    Thank you
    Mark

    Hello

    Change the two applications authentication scheme and add MYCOOKIE under Cookie of Session attributes for the Cookie name for example.
    Do not use LOGIN_USERNAME_COOKIE as it usually store login name.

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Passing of parameters to an Apex application

    Hello

    How to pass parameters to a page in an Apex application.

    I have an app 108 and 1 page, the link is ' f? p = 108:1.

    but to set a parameter, if its like this = > ' f? p = 108:1 & p1 = test"How do I get it back?


    thnx
    Nemo

    The link should not be like this:

    f? p = 108:1:2251557986239054:P1_ORGN:1530

    but like this:

    f? p = 108:1:2251557986239054:NO:P1_ORGN:1530

    I think that you should really start with the Developer Day + 2-Guide. You can also use my demo application:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:1

    to see how different things nee to be put in place in order to work.

    Take a look at page 1. Here you have a link from the report with two, showing all employees belonging to a particular department.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • I want to develop an application with the Ribbon UI by using a 3rd party control

    I want to develop an application with the user interface of the Ribbon using a 3rd party control, that I have to get a license from Microsoft? How?

    original title: license of the Ribbon user interface

    I want to develop an application with the user interface of the Ribbon using a 3rd party control, that I have to get a license from Microsoft? How?

    The only a link I found on this page does not (http://msdn.microsoft.com/en-US/office/aa973809).
  • Application with the same icon

    A colleague dev come to share a link with me for a new application in BBW, who is not only a cheap copy of my own app, but also uses the same icon (my app was originally released a year ago).

    Now, this icon is not my creation, but as a free resource, it can be used under the license SET (credit to the author).
    While I allow it, that atm BlackBerry is not interested in this license all, always the question here - is it really so easy to get the approval of an application with the same icon? And do I (I) anything can do with it?

    Hi Ksantor,

    First of all, if the app is really a copy of your choice, you can report a violation of the right of author or brand.

    http://us.BlackBerry.com/legal/violations.html

    Regarding the icon, if it's open source it would be very difficult to refuse a request for this reason.

    For any request, there must be reasonable doubt, followed by a cause just to do this.

    powerfully.

    Bryan Van Engelen

    BlackBerry World

  • How to deploy an application with free files on BES or others?

    I'm curious to know if there is a way to deploy an application with a loose settings file.

    My goal is for customers to deploy the app after that that they have made changes to a settings XML file.

    After the changes to the XML file, the customer could deploy via BES or another method.

    Is this possible?

    I wrote several .net applications that use XML settings files in bulk / external and I want to acoomplish the same thing.

    Tips, advice or ideas are greatly appreciated.

    Thank you

    My current development environment:

    Eclipse 3.4

    BlackBerry JDE plugin for Eclpise 1.0.0.67

    Blackberry JDE 4.2.1.17 component package

    Blackberry JDE 4.3.0.16 component package

    Blackberry JDE 4.5.0.16 component package

    Blackberry JDE 4.6.1.27 component package

    Blackberry JDE 4.7.0.46 component package

    WIndow XP SP 3

    How about using HTTP to GET the XML of your server at startup?

  • I can not find applications or settings in Windows 8 Pro and you can find only finance, store, bing, music, video

    I installed Windows 8 Pro on my machine (Core i5, 4 GB Ram, 1 GB 6850 Radeon Toxic, 1 TB HDD)... I'm happy to use it except for one of the major problems that is search.

    I can't find the files on my HARD drive! Applications, the settings option does not appear under the search option in the charming bar. In Windows Explorer, there is no search option. If I go into the right corner and go to the research, I can get just the weather, bing, store, music, video, finance. There is no search option, settings app that appears in other windows machines 8. Also, there is no search bar in Explorer window next to the address bar.

    How can I get Windows 8 to my files them, applications and search parameters and also get the search box in Windows Explorer?

    Yes. I contacted support and counsel really ruin my station with some rookie mistakes very until he was found. Basically, the solution was to re - install the search options in Windows by going to programs and features / turn on or off windows features. Once he did that options appeared in the search. But not before he has installed antivirus software freeware to scan my stations for viruses that took its logmein software that it has been detected as a threat how it decided to call my house at 02:00 once he realized that he was disconnected by its own hurt... And these guys are their professionals assigned to help people.

Maybe you are looking for