Call for a process of page in another page process? Is this possible?

Hello guys! Just a quick question. I had two processes of pl/sql on a page and would like to use a process within process2.

Is it possible and how to reference process 1? Should I just call it a procedure?

Thanks in advance!

Bdrgs,

SEB

You can condition the second process and run it like this:

1. your first process has a lower sequence and after a success, it will define a page hidden to a certain value element

2. your second process will have a higher sequence and will only run if the previous one has been completed successfully

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

Tags: Database

Similar Questions

  • Create a disc of the Encyclopedia Britannica, which is designed for up to Windows XP with Vista work. Is this possible?

    Create a disc of the Encyclopedia Britannica, which is designed for up to Windows XP with Vista work. Is this possible?

    Hi Silas Martin,

    I have not used Britannica for many years now, but I suppose there is a program of "installation"? If so, try compatibility mode.

    1 / locate the setup.exe (or install file) for the program of Britannica

    2 / right click on the file setup.exe or install.exe, and in the drop-down menu, select Properties.

    3 / in the Properties window, click the Compatibility tab

    4 / on the Compatibility tab place a 'TICK' in the box beside the box "run this program in compatibility mode for", then select the operating system Windows XP (Service Pack 3). This should automatically appear in the box under the run this program in compatibility mode for option. If Windows XP is not visible, then click on the arrow down to see a selection of the available operating system options.

    5 / click OK

    6 / the installation program will now begin to install the program in compatibility mode for Windows XP

    7 / once done, you should be able to run the program as if you were using Windows XP

    This forum post is my own opinion and does not necessarily reflect the opinion or the opinion of Microsoft, its employees or other MVPS.

    John Barnett MVP: Windows XP Expert associated with: Windows Desktop Experience: Web:http://www.winuser.co.uk;  Web: http://xphelpandsupport.mvps.org;  Web: http://vistasupport.mvps.org;  Web: http://www.silversurfer-guide.com

  • Hello, I installed adobe illustrator (I pay every month) and I would install illustrator in another computer. Is this possible?

    Hello, I installed adobe illustrator (I pay every month) and I would install illustrator in another computer. Is this possible?

    Yes, your subscription allows you to have the software installed and signed in two machines.  You can actually install on as many as you want, but only two can be signed at the same time.

  • Questions about the call for a process of a web site

    Question regarding the appeal process.  I'm new to this part of the technology and I don't know that many would know how it works.  We have a Workbench process that must be called from a remote web site.  The process could take a parameter... That is to say an ID.  The process will then query the database and return a Boolean value to the site and then this site might perform a specific operation.   My question is, are there examples out there that someone could provide which can show how this can be done?  What do I need in my site (I don't know how to configure the buttons create OnSubmit processes and very familiar with javascript, html)?  I think that, somehow, it can be done with SOAP or REST?  Thank you very much in advance for any help.

    You just need a form in HTML with elements (for example textbox - string, file - document etc.) with the same name as the name of the process input parameter and the action attribute of the form must be URL REST of process-oriented.

    For example: for a process(short-lived) having REST URL: Http://localhost: 8080/rest/services/WatchedFolder...  with a parameter in the XML and the document as an output variable, we will use the HTML code below:

    Call REST sample endpoint

    http://localhost: 8080/rest/services/WatchedFolder... method = "post" enctype = "multipart/form-data" >

    Chose a file to send to the process.

    file:

    When you click on submit, the output document would be opened in the browser automatically after submitting the form.

    -Wasil

  • Pass parameters with a function that is a parameter to another function.  Is this possible?

    Hello

    I have some difficulty to pass parameters to a function that is passed as a parameter.  In the code for my application I am instantiating this class five times: they are buttons in a menu.  In this category, I had an onRelease handler that does a number of things when a button is released, which is to call a function defined in the level of enforcement of the code.  My problem is that I don't know how to send parameters to the functions.

    In my StandardButton class I:

    class StandardButton extends MovieClip
    {
         
         /* define properties */
         private var selected:Boolean = false;
         public  var btnMenu:MovieClip = null;
         public  var execFunc:Function;
         
         /* define constructor */
         public function StandardButton()
         {
              trace("Standard UI button created: " + this);
              this.onRelease = releaseHandler;
         }
         
         /* define methods */
         public function releaseHandler()
         {
              if (selected) {
                   
                   //this["bg"].gotoAndStop("normal");
                   //selected = false;
                   
              } else {
                   
                   //show the normal state of all other buttons in the menu set
                   for (var i:Number = 0; i < btnMenu.btnList.length; i++)
                   {
                        this._parent[btnMenu.btnList[i]].bg.gotoAndStop("normal");
                        this._parent[btnMenu.btnList[i]].selected = false;
                   }
                   
                   //show the select state of the button
                   this["bg"].gotoAndStop("select");
                   
                   //execute the function attached to this button
                   execFunc();
                   
                   //set the selected boolean for the current button
                   selected = true;
                   
              }
         }
         
         
         /* define accessors */
         public function set execFunction(instructions:Function)
         {
              execFunc = instructions;
         }
         
         public function set buttonMenu(menu:MovieClip)
         {
              btnMenu = menu;
         }
         
    }
    

    In my application .fla file, I have this

    //This is the function that will be executed when the user presses the button
    function autoModeHandler (param:String) {
         
              trace("You pressed the " + param + " button");
              
                                  
    }
    
    init();
    
    masterContainer.menuContainer.Auto.execFunction = Delegate.create(this, autoModeHandler);
    

    The function is successfully "sent" to the class of StandardButton, but without any parameters.  How can I send parameters for the instance of the class with the way I had it built.  Any help is greatly appreciated!

    Thank you for your time and help!

    You can pass parameters as you're passing that work.  you just need an instance of StandardBtn.

  • Call for a process of page by clicking a link

    I have a report of the Apex with several lines and a column of link in. I would like to be able to call a page process to work on the line with the clicked link... I also need a couple of settings somehow to the process page that he calls a procedure that requires the parameters to operate correctly.

    So-
    When I click on a link on a line... maybe a couple of hidden objects page get ready.
    The page is then submitted and my process calls the procedure by using the values of the elements defined above as its parameters.
    Control is subject to the original page.

    So, basically, I'm trying to allow a user to perform repetitive actions on each line.

    My thought was to use a URL in the link and perhaps Javascript... or I am barking the wrong tree and is there a better way rather than a link?

    Thoughts?
    See you soon
    Ken

    You have the right idea. JavaScript is the way to go. Assuming that the values that are passed are part of this line of data, you can build the call to process JavaScript.

    Create two hidden objects on your page, make sure that they are not protected.
    say P1_CITY and P1_STATE

    Say your city query included and the State, define a column in the report as a link of the URL target with the following url

    JavaScript:MyFunction('#City#',_'#State#');

    Then set a javascript function in the HTML header section page

    function myFunc (City, pState) {}
    $x_value ('P1_CITY', City);
    $x_value ('P1_STATE', pState);
    doSubmit ('RUNPROC');
    }

    Then a process on the page did you want and which is conditional on the APPLICATION = "RUNPROC."

  • The call for a process when you click the link export v4.1.1.00.23

    Version 4.1.1.00.23

    Hello

    I have 6 Classic reports on the page.

    Each report has link active Export.

    I need to insert the set of results that is questioned about the report in a table. Each report is independent of each other.

    Each report has its own table to insert the result set in.

    My thought was to call a process Page when a user has clicked on the link export, but the process is not known. I put: apex_application.g_print_success_message: = 'Insert '; in the process of the Page to tell if the process was called. I think that the process is not called because the page is not sent when the user clicks on the link to the export. It is purely a guess.

    What I tried:

    Working with just the first report, I created a page element hidden in the region of the report and created a calculation before heading for the region ID.

    SELECT region_id
    FROM   apex_application_page_regions
    WHERE  application_id = :APP_ID AND
           page_id = :APP_PAGE_ID AND
           region_name = 'My First Report Region'
    

    Then on the wording of the link for the link export in the attributes report I put:

    < a href = "f? "p = & APP_ID.:124: & SESSION.: FLOW_EXCEL_OUTPUT_R & P124_ESSCSD_REGION_ID._en - us" > Export CSV - my first data reports < /a >

    The Condition, that I used in the process of the Page is:

    Point process: submit now - after calculations and Validations

    PL/SQL -: REQUEST = FLOW_EXCEL_OUTPUT_R & P124_ESSCSD_REGION_ID._en - us

    of course, that didn't work so I tried it - "FLOW_EXCEL_OUTPUT_R" | & P124_ESSCSD_REGION_ID. | "_en - us

    and I tried it - "FLOW_EXCEL_OUTPUT_R" | : P124_ESSCSD_REGION_ID | "_en - us

    None of which worked.

    SO, can someone help me with a solution called a process to insert the data in the report, when the Export link is called?

    What information can I I provide/clarify?

    Thank you

    Joe

    Knew that I had seen cela somewhere... Try to watch this blog of Martin D: D'Souza Giffy Martin on Oracle APEX: APEX report download recorder

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • The call for a process of application using JS by a button

    Hello

    I need to create a button that deletes the entire table All_References lines.

    I have created a new process of shared components "Delete_All_References" call, then set it to run on demand.

    PL/SQL block:

    Begin
    Delete from All_References;
    End;
    /

    In the HTML header of the page on which lies the button 'Remove all references' or P13_DeleteAllReferences, I entered in the following:

    < script language "JavaScript" type = "text/javascript" >
    function Delete_All_References()
    < /script >

    I have then entered the settings button, set the action to "defined by dinamic action", then added onchang = "javascript:Delete_All_References();" "in HTML table cell attributes.

    According to most of the tutorials when I click the button remove all the button of refereneces, my table should now get clear but it doesn't.

    Can you guys please help?

    Thank you and best regards,
    Diez

    The onchange event will work fine. Change the button back to a normal button instead of linking to a dynamic Action for now.

    The only other thing I see which can cause a problem is your call to the method itself.

    OnChange = "JavaScript:Delete_All_References();" »

    Need to replace...

    OnChange = "JavaScript:delete_all_references();" »

    The called javascript method is case-sensitive.

    Let me know if it suits it.

    Malay Keith
    www.blackhawkenterprise.com

  • the call for a process of apex after a javascript called the same key

    A url button calls a procedure of java script in the header,
    but then I need a process by their Summit to run after that.
    How can I do that.
    Thank you
    Doug

    Hi Doug,.

    A few questions for you...


    1. What features are you trying to reach?

    2. What APEX version do you use?

    3. When you say 'process', do you mean "process Page"?

    There are certainly ways to submit the page and trigger a process page to run via JavaScript, but it would be good to better understand your needs before offering has some solution first.

    Kind regards
    Anthony.

  • Lenovo Miix 2 8 "File Transfer FRO another PC. Is this possible?

    So I had the Lenovo Mixx 2 8 "Windows 8.1 compressed the other day and I find there is no option USB transfer thereon. It's not eaxactly a bad thing, because the Tablet is pretty much a PC and how it works pretty well so far.

    My Question is: is it possible to transfer files via USB for Windows for Windows? I bought these OTG cables, will help them? If so, how does it work?

    Thank you!

    N ° unlike knowledge the Android device, Windows Tablet cannot behave as a mass storage device when connected to USB. For the same reason you can't connect two PC via a USB cable directly. It is by design.

    OTG cable allows you to connect the USB client device like flash or HARD disk drive to your Tablet and the transfer of the files it. With a decent WiFi access point file of up to 10 MB/s transfer speeds are possible. This is how I generally transfer files between the PC (cable) and Miix2 (wireless).

    Tomas

  • How to transfer a list of queues to printer on another computer. Is this possible?

    Original title: mash of the printer

    How I transfer qued given to print to a printer on another computer. I do not have the sound qued at but have 2 others and don't want to lose my data.  Can anyone help

    Hello

    ·          How the printer is connected to the computer?

    ·          Are you on a network?

    You can only transfer the print to a different printer that too queue only if you are connected to a network.

    Hope that information was useful

    Amrita M

    Microsoft Answers Support Engineer

  • Call for different applications

    Hello

    I have 5 applications that I installed on the device.

    I want to call an application via the my request another. How it is possible.

    second thing is:

    How can I check whether or not the request is intalled. If this isn't the case, then I want to install it. But first I want to check it out.

    Thanks in advance.

    Check with CodeModuleManager getModuleHandles() to know the applications installed or not.

  • connection need be redirect to the page calling instead of the home page

    Hello

    I have connections to access to the different pages in the same application. Login works very well and brings me to the homepage every time. What I need is to redirect the user to the page where the connection was called from, and not to the home page. Is this possible?

    Monpetit

    Published by: user11267485 on July 8, 2009 12:07

    Monfils:

    Try to set FSP_AFTER_LOGIN_URL before redirect you to the login page.

    : FSP_AFTER_LOGIN_URL: = ' f? p =' || : APP_ID | ':'|| : APP_PAGE_ID

    CITY

  • Can I call a main.java jspx page

    I suspect that this is not a very smart question.
    but trying to give an organization my theory is I should call main.java and there first jspx page.
    Is this possible, thanks :)

    Hello

    Application server / web container is the main, you start and then deploy the web application on this matter. It is not main in the web application itself, or an easy way to start using a main line beside having a main conduit to use class Runtime to start the application server and then set again Runtime to deploy the application on this subject.

    Kind regards

    ~ Simon

  • Just got yet another call for "Windows Service Station"

    Just got yet another call for "Windows service station', saying: I was hacked and my computer sends windows warning messages and if I didn't follow his instructions all my data would be deleted... An Indian-sounding guy named Sam... I played along and got a phone number, saying: I would like to remind him he said 0808 1890111 which is a UK addiction hotline...

    I played along 'Sam' gave me an extremely long code to type in something on the windows event viewer... I know it's a scam and we have these calls often 3 times a week for a few years now. I play at the same time or am quite rude and tell them to be ashamed of themselves, depending on my mood... I really wish that they would go, but I can't this blocks 'any number' because it is off the coast.
    Any suggestions on how to remove our number and the name of their list (I asked the scammers do, but they don't notice).

    Certainly a SCAM, you have made the right choice. Never to give them information and never leave access to your PC.

    It is difficult, if not impossible to remove your number from a list of scam once its on it. And it's hard to know how they got it in the first place. It could be a list simple phone book. Recording with things like Telephone Preference Service (United Kingdom) and asking to be made "Red" (BT - UK) can make it harder for them to get a number in the first place, but once they have it probably wont help. It can stop any other do however.

    There are devices like Call Blocker, which can be programmed for their calls not ring your line, but it depends on what number they release when they call. If their number is "held" and then some providers have a service to stop calls "deductions number' to ring your line. ACR service (BT - Uk).

    PS - the links above are a few examples of our services/devices to the United Kingdom for more information.

Maybe you are looking for

  • Remove the change in behavior from iPhoto

    In iPhoto, pressing the DELETE key on picture deleted the photo from the album. In the Photos app, it deletes the actual photo. I'm not sure that understand the advantage of this change in behavior. Makes it much more difficult to make a choice of ph

  • No cursor in the address after opening new tab bar

    HelloAfter installing FF 29.0.1, when I opened a new tab, the cursor does not focus on the bar address, or something else.If I run FF in safe mode it works and focus on the address bar. If I disable all of my extensions manually and launch FF in norm

  • Is there for all other channels internet / online media center in Vista?

    Hello I was wondering if there are all the other channels internet / online that I can get for Vista Media Center? I have about 9 at the moment and would be like preferby for free. I do not have satellite or cable tv so want those online, is there an

  • Disabled in Simulator after closing the application icon.

    Hello A few times (but), my application is disabled on the home screen of the Simulator. By clicking on the icon, run (or debug) Eclipse does not work. I end up having to restart the Simulator every time.(btw, I had this happen once in the playbook f

  • Need help on upgrading my video card

    I have an Inspiron 530 that I bought a little over a year and I would like to upgrade the video card so that it works better for some of the more recent games. Here are the specs: Processor, E6550 2.33, 4 MB Core Duo Kentsfield Hard disk, 500G, S2, 7