Call the process page when clicking on a link to report

Hi all
I want to call a process of conditional page when clicking on a link to report;
That is to say the process runs only if the user clicks on the report link.
How can I do this?

Thanks for your help.

Concerning
Ozzie

Hello

Yes, if you use the column change attributes report, in the section "links" column you can assign values to some articles.

But if you only need to apply, you should probably use URLS like target and a javascript:doSubmit('REQUEST');.

Kind regards
Andrea

Tags: Database

Similar Questions

  • Back on the tree Page when click the button cancel on a Page called

    Hello

    I develop an application that uses the Application Express 4.1.1.00.23, I developed a tree similar to the APEX tree, Example of Application of database (i.e. reports > shaft of product).
    When I click on a specific node of the tree, it navigates to another page in the existing application (such as tree of the database Application example).

    Example of Application of database does not return to the called Page (so called from reports > shaft of product).

    I have an obligation to come back on the tree of the Page when I click the button cancel on a Page called.

    Please advice. Thanks in advance.

    tnvrahmd wrote:
    Hi Rohit,

    Thanks for the reply. If you look under query (query Sample Application tree), clicking on a tree node, it opens the page 3, 6 or 29 based on link_type = am ", 'C', 'P' or 'o' and the constructed url."

    In this case just a tree node gets selected and should capture the number of the called page.
    As there are 4 urls and 3 pages being called, how do I capture the page given in hidden element or application,

    Thank you.

    I understand the code of the tree. But I'm not clear on what you mean by "How can I capture page reset hidden element or application". Do you mean that you need to store the page in a hidden page element numbers? If so, you can set the value in the URL that you generate in the tree. For example,.

     case when link_type = 'M'
                 then 'f?p='||:APP_ID||':3:'||:APP_SESSION||'::NO:RIR:P1_HIDDEN_PAGE_ITEM:'||3
                 when link_type = 'C'
                 then 'f?p='||:APP_ID||':3:'||:APP_SESSION||'::NO:CIR:IR_CATEGORY,P1_HIDDEN_PAGE_ITEM:'||name||','||3
                 when link_type = 'P'
                 then 'f?p='||:APP_ID||':6:'||:APP_SESSION||'::NO::P6_PRODUCT_ID,P1_HIDDEN_PAGE_ITEM:'||sub_id||','||6
                 when link_type = 'O'
                 then 'f?p='||:APP_ID||':29:'||:APP_SESSION||'::NO::P29_ORDER_ID,P1_HIDDEN_PAGE_ITEM:'|| sub_id||','||29
                 else null
                 end as link 
    

    where P1_HIDDEN_PAGE_ITEM is your element on the page where you have the tree.

    >

    -Application of tree-
    with the data as)
    Select'm ' as link_type,.
    NULL as parent,
    "All categories" as id,.
    'All categories' as the name.
    NULL as sub_id
    of demo_product_info
    Union
    Select distinct('C') as link_type,
    'All categories' as a parent,.
    category such as id,
    category name,
    NULL as sub_id
    of demo_product_info
    Union
    Select 'P' as link_type,
    parent category,
    TO_CHAR (product_id) id,
    product_name as the name,
    product_id as sub_id
    of demo_product_info
    Union
    Select 'o' in the link_type,
    TO_CHAR (product_id) as a parent,
    NULL as id,
    (select c.cust_first_name |) ' ' || c.cust_last_name
    of demo_customers c, demo_orders o
    where c.customer_id = o.customer_id
    and o.order_id = oi.order_id). ', ordered ' | TO_CHAR (OI. Quantity) as the name.
    order_id as sub_id
    of demo_order_items oi
    )
    Select case when connect_by_isleaf = 1 then 0
    When level = 1 then 1
    of another-1
    end the status,
    level,
    name as title,
    NULL as an icon,
    ID as the value,
    'See' as ToolTip,
    -case when link_type = am'
    then ' f? p ='|| : APP_ID | » : 3 :'|| : APP_SESSION. ': NO:RIR '.
    When link_type = 'C '.
    then ' f? p ='|| : APP_ID | » : 3 :'|| : APP_SESSION |':NO:CIR:IR_CATEGORY:'
    || name
    When link_type = 'P '.
    then ' f? p ='|| : APP_ID | » : 6 :'|| : APP_SESSION |': NO::P6_PRODUCT_ID:'
    || sub_id
    When link_type = 'o'
    then ' f? p ='|| : APP_ID | » : 29 :'|| : APP_SESSION |': NO::P29_ORDER_ID:'
    || sub_id
    Another null
    end as link
    from the data
    Start with the parent is set to null
    connect by prior id = parent
    siblings arrested by name

  • Apex question 5.0 when you call the modal page

    Hello world

    I started work with apex 5.0 and I had a problem when I call a modal page; I have an interactive relationship with this query:

    WITH expert LIKE)

    Select user_id usr, LISTAGG(expert_designation,':') WITHIN GROUP (ORDER BY user_id) wording

    of t_utilisateur, t_expertise, table (xmlsequence (xmltype ('< a > < b >' | replace (user_expert_id, ':', '< /b > < b >') |.extract('/*/*') "< /b > < / a >"))) x

    where extractvalue (value (x), ' / b') = expert_id

    Group of user_id

    )

    Select USER_ID,

    USER_PASSWORD,

    USER_TUSER_ID,

    USER_NOM,

    USER_PRENOM,

    USER_DATE_NAISS,

    USER_DATE_RECRUT,

    USER_DATE_DEPART,

    USER_FONCT_ID,

    Libelle,

    USER_MGR_ID,

    USER_DEPT_ID,

    sys. DBMS_LOB. GetLength (USER_CV_FILE) CV,

    sys. DBMS_LOB. GetLength (USER_CV_CNFCPP_FILE) as CV_CNFCPP,

    ' < a class = "T-t-button - hot" href = "javascript:ajoutCertification('||)". USER_ID |') ; ' > Add < /a > '

    T_UTILISATEUR, expert of t

    where T_UTILISATEUR.user_id = t.usr;


    ajoutCertification() is a javascript function that calls the modal page and pass as a parameter the user id, the body of this function is:


    function ajoutCertification (user_id) {}

    document. Location.href ='f? p = & APP_ID.:19: & SESSION. : & DEBUG. : 19:P19_USCER_USER_ID: "+ user_id +":'

    }

    When I click on the button in the interactive report to call the modal page, I got this error message:

    102 page 19 application dialog box cannot be made successfully. Make sure that the page model used on page 19 is of type template

    'Page of dialogue', with appropriate initialization dialog JavaScript, the dialog box is closed and the dialog cancels code defined.

    any ideas on this problem and I thank you for your answers

    Hello

    See the Notes button which I created declaratively and it works very well.

    I would like to know if you have any questions now

    -Sunil Bhatia

  • Full button not only call the process of

    I have a process I created in workbench that worked.  Now when I click on the done button in the work area that looks like it works... the form disappears and takes you back to the screen of the process map.  However the process does not actually work.  With record on in workbench its nothing similar happens, you can call the process workbench, and it works fine however.

    What is happening on all the processes I have in the workspace.  Any ideas on a fix?  I restarted the jboss service already.

    I'm reasonably sure that your events are not processed.  But I expect a lot of Quartz/Planner/JobManager errors in the paper.  Check that your Scheduler service is running (use view components in Workbench).  If this is the case, then you can check if the events fired by creating a long-term process that uses the service of waiting and waits a few minutes before you continue.  Use the record and playback to see if it never gets past the stage of waiting service.

    If this is not as simple as that to restart the Scheduler, you will need to involve management and present your newspapers and all they ask for.

    Jon

  • How can I get rid of the ball of small tennis on the login page when starting?

    How can I get rid of the ball of hail [tennis?] on the login page when starting? Thank you.

    If you go to the users of the system of preferences. You will see a box with a picture of the ball. If you click on it, you can ether edit photo or choose one of the other ones...

  • I want my text box to resize the web page when you add lines of text

    Hi all

    I'm new to Muse, I am quite familiar with illustrator and photoshop. My question:

    I downloaded a model, and it allows me to learn and practice the muse a bit. I want to know how I can add a text box that automatically resizes the Web page when text lines are added. Currently my text box just go to the footer when I type. Which setting I have to look?

    Thanks to you all!

    Don't forget your footer items are marked as a footer element and that your text box is not.

    Right-click on the components and check or uncheck the footer element

  • Order still stuck on the processing page!

    my purchase is still stuck on the processing page, he said: do not to click out of it he double incase bill you... What should I do

    You can find on this page.

    And can check if purchased order on Adobe: Creative, marketing management solutions and document > manage account > Products & Plans.

    If you don't see any plan here, can go ahead and place a new order.

    .

    Concerning

    Jean-Christophe

  • BlackBerry Smartphones can visit the web page when the radio is off

    I installed NetworkAcc on my BlackBerry Storm 9530 with OS c. 5
    and now I can't use my web browser. I get the error message:
    "Cannot see the web page when the radio is off, please turn radio".
    on and try again. »

    I don't have any idea how to enable or disable the radio. What is the problem and
    How should I do?

    I'm not familiar with "NetworkAcc" but to turn on your wireless radio, you need to go to 'Manage connections' and check the Mobile network (and also wifi or bluetooth if you want to use wifi or bluetooth.)

  • How can I redirect to the login page when the client disconnects?

    I use {module_logout}, how do I redirect to the login page when a client disconnects?

    Thank you for posting.

    You can redirect the user to the login page using a small java script code. Please visit the following link http://kb.worldsecuresystems.com/598/bc_598.html#main_Redirecting_to_another_page

    See you soon,.

    Scott Raj Rouanet

  • How to call the asp page ofa page

    Hi all

    I have a requirement as I have to call the asp page ofa page

    using uri of destination I call the asp page, I need to pass the 10 parameters to this ASP page.

    here using session variables I'm passing these 10 settings of asp page but in the asp page will not receive values

    other than session variables

    how its posible.

    Thank you
    Anthony

    Srikanth,
    In fact I am j2ee world have no idea of the MS world :)! in any case, I just google the session object in ASP, I arrived knew this session in ASP and jsp object are managed in different ways, the two make their own session cookies, so if you move a page jsp in an ASP, the asp session object will have its own cookie and it won't read values of jsp.
    OK, the workaround for this road is the string query or URL parameters, you can pass your OAF page parameters in url such as
    'http://xxxxxxxxxxxxxxxxx.asp?PARAM1=VALUE1' and retrieve these values in the ASP page.
    Mukul-

    Published by: Mukul Gupta on January 12, 2010 14:09

  • Content moves to the next Page when Manager Instance is called

    Greetings from Livecycle Designer Forum,

    I was able to succeed in producing my first LiveCycle Designer dynamic XML PDF (yay!), but there is a minor bug that I was not able to work.

    • If you open the PDF file attached, you will notice that there are buttons running down the right side of the form.

    • Clicking one of these buttons in the preview PDF will call the Instance Manager to expose or hide the related subform.

    • Each reports subform that contains a multi-line text box. The subform is set to 'stream '.

    • Everything works fine except when a subform flowed is exposed, the other independent sections and subforms will move to page 2 leaving a lot of empty space on the bottom of page 1.

    • If I go to page 2 and select the next button, this section and its associated subform will move back to page 1.

    So the question is:

    How can I keep the other sections/subforms on page 1 until space runs out to the predefined border?

    Thank you

    Eric Hyundai

    Hello

    The problem is in the paging tab, you checked "keep with next", requiring subsequent subforms first stick to page 2. Try to uncheck "next".

    Good luck

    Niall

  • Call the process via the selection list to submit page?

    Hello guys!

    I have a quick question that I couldn't find any info on. Is it possible to appeal a process page using a pick with mailing list.
    Instead of redirecting to another page on submit, I want to call a process that inserts data into a table.
    Any info is appreciated!

    Brgds,

    SEB

    Hello

    Create process page after submit that do your things.

    Create then creates a branch to the same page that is conditional to your selection list request.
    Make sure that the sequence is before the other branch.

    If necessary change page other processes and conditional validation to those who are not executed when select list send your page

    BR, Jari

  • Why ebay pages now go to the top of the previous page when I click back

    Previously, when I clicked on and point on an ebay page and then clicked back to the last page I would stay exactly where I left. Now whenever I do this I went back to the top of the previous page, which means that I now have to scroll to where I was before, and it's a job with 100 items on the page.
    Any ideas are appreciated.

    Concerning

    René

    This isn't the fault of the browser, a specification sayta. DELO is that Ebay based on HTML5 and ETA technology technology allows you to charge to the top of the entire page again and that part that you are interested in.

  • The most recent version comes to open the home page when you click on the e-mail link

    Before the update to 29.01, when I clicked on a link on Web page in an email Firefox would open and automatically go to this page. Now, when I click on a link in an email from Firefox just opens to the home page. How can I get back to the old way of working?

    You can reset firefox with its factory default settings, but you need to add your add ons repeatedly.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.

    Note: This will make you lose all the Extensions and preferences.

    • Sites Web open is not recorded in less than 25 versions of Firefox.

    To reset Firefox, perform the following steps:

    For Firefox versions prior to 29,0:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the "Reset Firefox" line

      button.

    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    For Firefox 29,0 and above:

    1. Click the menu button

      click Help

      and select troubleshooting information.

    Now, should open a new tab containing your troubleshooting information.

    1. At the top right of the page, you should see a button that says "Reset Firefox"

      . Click on it.

    2. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    3. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

    Thank you.

  • Need to call the javascript function when the page is loaded

    Hello - I have a javascript function defined on Page 0 of my application. It is in the source of an unconditional
    region whose view point is after the header.

    I call successfully the function of event onchange on individual page elements. (The function
    sets the value of an element based on the value of another).

    But I also need to call the function when the page is loaded. The page is a form of data modification,
    so many values is filled when it is loaded, and I need the dependent values populated
    also.

    I tried to add the call to function in the following way. It is not at all get called (alerts are not forthcoming)
    and there is no error in the Firefox error console...
    - as an event onload in individual items
    -call directly to the edit HTML page header
    -call directly from the HTML body of the edit page (which, from what I've read, sounds
    as to execute onload and my page template doesn't have a defined substitution onload string).

    In these 2 cases, I simply call it like: jsLookupValue ($v ("P8_OBJECTTYPE_ID"), "objecttype_id", "P8_OBJECTTYPE_NAME", "objecttype_name", "hdb_objecttype");

    How can I do this?

    Thank you
    Carol

    If you define the function on the zero page and any page you should be able to call using something like:

    
    

    Have you tried to put just a statement alert() on the page in order to check that it runs just about anything?

Maybe you are looking for

  • How do I resize the height of the "to:" pane?

    I've recently updated to v12 and now has to scroll through a long list of "to:" addresses. Previously, I could grab the bottom of the topic pane and drag it down with the recipient pane, expanding both, to see all addresses at a time. Windows Vista E

  • M40-101 and dual channel memory

    Hellocan I feed my memory in dual channel mode if I have two identical? (PC2700 DDR) --Best regardsMateusz

  • Re-install Windows Vista from disk of resettlement; code __Error 0 x 80070017; __

    Can not start, repair or restore Windows after downloading a Service Pack 1 day. I tried all solutions usual and finally decided to do a Clean install after formatting the hard drive. Using the reinstall for my Version of Vista drive, I get the insta

  • Non-system disk press any key to continue

    About 3 or 4 times a week, my screen is black and says "press any key to nonsystem disk continues." When I press a key, the same sentence is repeated. And he repeats as many times as I press a key. I don't know why it does this or what it means or ho

  • Windows 7 Starter Installation hassle!

    Hello Microsoft community. I am having trouble making a clean installation of Windows 7 Starter. I have a netbook Lenovo S10 - 3 that came with Starter pre-installed, and due to problems on the netbook, I'm wanting to reinstall Windows to improve per