Direct to page in apex

Hello every one,
In a page, there are two region. there are two buton. one of them is in a region. one of them is in another region. and there are two select list. select list is for selecting year. when i select year and push to buton in first region, i wanna to directing page 28. when i press another buton in second region, i wanna to direct page 29. I created branches. but it didnt do. i was directed to same page. How is problem? Any suggestion?
Edited by: kaanax on 17.Ara.2010 01:11

Hi,
If you look at the list of branches on your page, they should show whether they are "Conditional" or "Unconditional".
Conditional branches are usually the ones triggered by buttons (though there are other types of conditions that you can set). Unconditional ones are not triggered by anything.
When you submit a page, Apex will check through these branches, in the order that they appear in that list and as soon as it finds a branch that satisfies the current conditions or is unconditional, it will use that branch.
So, if you have an unconditional branch and it is the first one listed, that is the one that will be used every time the page is submitted. So, if you have an unconditional branch, make sure that it is last in the list. You do that by changing the Sequence number to make it higher than all of the other branches.
Andy

Similar Messages

  • How to refresh a page in apex, once it is loaded

    Hi friends,
    I need to refresh the entire apex page automatically, once after the page is loaded. How to achieve this in apex.
    Whether need to use any DA for the auto-refresh. If so, can you kindly help me with that guys.
    Thanks
    Brgds,
    Mini

    Mini wrote:
    Hi Hari,
    Yes i have a apex page redirects from the ebs menu like you said. But for the refresh issue instead of modifying in the jsp i thought of bringing the automatic refresh for that apex page once it is loaded within apex.
    However these type of issues are sometimes get fixed by clearing browser cache or just by restarting your browser. Have you tried it?Yes i have tried, by clearing the browser cache and also by restarting the browser then too it still persist.
    Any DA action will be helpful for refreshing that page for 1sec once it is loaded. Since i dont want it to be loaded multiple times often once it is loaded.
    The refresh has to be only once if the page is loaded.
    or is it possible to Refresh the page based on the application page item through DA
    Thanks
    Brgds,
    MiniTechnically Yes, you can create a D.A. that will fire only once based on some apex page item or application item value. However this is NOT the correct solution.
    <li> When you see apex page (after clicking menu in EBS), do you see apex url in browser address bar? Can you post the URL here?
    <li> If you directly log-in to APEX (not via EBS), do you still face this issue?
    Regards,
    Hari

  • How To Show a Tab/Page in APEX for specific users

    Hi,
    I have created a page in APEX. I want to restrict the page access to all the users except two or 3 users(Admin users ).How do i restrict the access for a page/tab.Please help.I have enabled SSO authentication for my Application.

    i havent tested.. but this should work. i am no expert on these either, just to give you an example.. :-)
    JEditorPane ePane = new JEditorPane();
    HTMLEditorKit html = new HTMLEditorKit();
    ePane.setEditorKit(html);
    HTMLDocument htmld = new HTMLDocument();
    try{
    URL url = new URL("http://hcs.harvard.edu/~undercon/");
    InputStream ins = url.openStream();
    ePane.setDocument(htmld);
    html.read(ins,htmld, 0);
    this.getContentPane().add(new JScrollPane(ePane),BorderLayout.CENTER);
    catch(Exception e)
    e.printStackTrace();
    }

  • The Include Directive (at Page Translation Time)

    Version: 5.1
              Service Pack: 6
              I am generating the following error when I attempt to manually compile a JSP
              file:
              [jspc] parsing /vobs/projects/public_html//test.jsp:
              WARNING: Failed to include file 'test.inc' in include directive of page
              /test.jsp
              I've attempted practically every permutation of full and relative path
              locations, and cannot get it to work. Weblogic's JSP documentation did not
              have much to say about this either.
              Is anyone aware of a bug in the jsp compiler that would cause such a
              problem?
              

    Really strange, I used absolute path and put it under docroot, and I didn't
              put that folder into my any of my classpaths, the wls can find it without
              any problem. I used wls5.1 and sp6, do I miss sth?
              Thanks.
              mreiche <[email protected]> wrote in message
              news:[email protected]...
              >
              > No, it's not useless to add the include directory to the classpath - due
              to a bug in WLS 5.1,
              > it looks in the classpath for include files that begin with '/'.
              >
              > He is using the absolute path. That's why WL does not find it.
              >
              > Mike.
              >
              > "Tao Zhang" <[email protected]> wrote:
              > >
              > >Anchal Jain <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> I added the directory that contains the included files to the
              > >> classpath but I still get the error below.
              > >It's useless to add such directory to the classpath. Please remove it.
              > >In order to recompile it dynamically you have to set it up in
              > >weblogic.properties file.
              > >
              > >>
              > >> WARNING: Failed to include file 'authenticate.jsp' in include
              > >> directive of page /analyze.jsp
              > >>
              > >You should inlcude all these jsps under your docroot.
              > >
              > >Make sure the relative path of include directive is right. Or you can use
              > >the absolute path and try.
              > >
              > >> Do I have to compile the included files
              > >> individually and then compile the main jsp?
              > >>
              > >> Any suggestion will be greatly appreciated.
              > >>
              > >> Anchal
              > >>
              > >>
              > >> "Greg Panzer" <[email protected]> wrote:
              > >> >The Weblogic JSP compiler is looking in the classpath for the include
              > >files.
              > >> >
              > >> >When manually compiling the JSPs, put the docroot in the CLASSPATH.
              > >> >
              > >> >Greg Panzer <[email protected]> wrote in message
              > >> >news:[email protected]...
              > >> >> Version: 5.1
              > >> >> Service Pack: 6
              > >> >>
              > >> >> I am generating the following error when I attempt to manually
              compile
              > >a
              > >> >JSP
              > >> >> file:
              > >> >>
              > >> >> [jspc] parsing /vobs/projects/public_html//test.jsp:
              > >> >> WARNING: Failed to include file 'test.inc' in include directive
              of
              > >> >page
              > >> >> /test.jsp
              > >> >>
              > >> >> I've attempted practically every permutation of full and relative
              path
              > >> >> locations, and cannot get it to work. Weblogic's JSP documentation
              did
              > >> >not
              > >> >> have much to say about this either.
              > >> >>
              > >> >> Is anyone aware of a bug in the jsp compiler that would cause such a
              > >> >> problem?
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >
              > >> >
              > >>
              > >
              > >
              >
              

  • How do I prevent Firefox auto re-direct to Yahoo Direct Search page

    When browsing in Firefox, I am being re-directed to Yahoo Direct Search page even though I did not request it. This is a major problem and you will lose users if this is not fixed. Is thete any way to prevent this?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • Download Adobe CS3 Web premium for MAC from Direct download page

    Hi, I am trying to download Adobe CS3 Web premium for MAC as I am moving from a Windows to a Mac machine. I have found the correct Direct download page but when I click on the link I get this error message.. "HTTP ERROR: 404 /support/downloads/dlm/main.jsp  RequestURI=/support/downloads/dlm/main.jsp" Can anyone assist in resolving this problem please? Many thanks!

    dcppb
    You may try downloading using a different browser
    However if your serial number is for windows, it may not work on MAC
    CS products are platform specific

  • Calling existing pages from Apex

    Hi,
    I am working on Apex as a part of my in-house applications upgrade. At present, the intranet is written on javascript and html.
    Is there a way that I can call the existing forms/reports / pages from Apex. I want to achieve that I need not re-write all the logics written, but embed already existing login into Apex screens.
    Any help will be much appreciated.
    Cheers,
    Jas

    So, you effectively want to embed existing (presumably custom-made) reports within the apex environment - sort of like wrapping your existing intranet in an APEX front-end?
    Well, for the relevant page/report, you could create an HTML region and maybe call your existing reports via ajax methods - it would require a bit of custom javascript to achieve though. Namely it would involve invoking your remote HTML page, return the resulting HTML output into your request object, then replacing the relevant elements in the DOM with this output.
    I suppose if your particular reports were too fiendishly complicated to entirely re-implement in APEX, this would be the way to go, but I have a feeling that it will require a bit of work to get going properly, indeed you could also potentially lose out on some of the benefits of using APEX (or at least, you'd be stuck with this halfway house implementation forever).
    Sorry to be quite general and high-level about this, but there isn't enough detail to work with.

  • Acrobat Pro X Opens Every Document Directly to Page 2. WTF?????

    Hello. I updated to Acrobat Pro X and now when I try to open a PDF file from a link on my website, it automatically opens every document starting on Page 2, instead of Page 1 as I have set in "Properties"
    When I open the documents independent of the web browser, they open directly to Page 1, as specified.
    What gives?
    Anyone else having this problem?
    I think I might punch Adobe Acrobat right in its face as my customers are going to open the docs on my site and go "WTF????????!?!?!!?!?!?!?!?!?!!" and then poop their pants.
    What to do?

    I was having a similar problem, but only when viewing PDFs that were set to "fit page", and only when viewing in the browser.  "Fit width" PDFs worked fine.
    I am running Pro 9 but made the mistake of installing Reader X.  (This could explain why PDFs opened locally were fine, but those opened in a browser are not.)
    I finally uninstalled Reader X.  PDFs now open to page 1 properly.  Strangely, I didn't have to reinstall Reader 9... I guess it's now using Pro 9 to view in the browser?
    Not sure if this is a bug in Reader/Pro X or just a problem with having different versions of Reader and Pro on the same machine, but I thought I'd at least add a "me too" to the topic.

  • Customizing the Biller Direct login page.

    Hi,
    How can I customize the Biller Direct login page?
    I know the files available in com.sap.security.core.admin, but..how can we deploy from one machine to another..what file we have to deploy.
    Thanks
    Rohini Kumar J.

    Hi,
    I think it is par file. Once you done with your change in the JSP file, rebuid it and then the builed par file can be deployed
    in  System admin ->support
    click portal runtime.
    In the tools
    click on Administration console and upload your par file
    Note that the par file should with the same name.
    Hope it helps you
    Raghu

  • Show aggregate on each report page in APEX 3.2.1

    Hi, I have an IR consisting of ~700k records showing 500 rows per page. I have an aggregate to count the number of records and the aggregate appears at the bottom of the report.
    Is there a way to get the aggregate to appear on each page of the report rather than just at the bottom?
    Or is there a way to get the aggregate to appear at the top of the report instead of the bottom?
    Any help would be appreciated, thanks!
    Neil
    APEX 3.2.1

    Neil,
    Would a Display Only item that contains the aggregate total above your report region work for you?
    Jeff

  • (Classic) Report losing pagination on partial page refresh - APEX feature request

    I have a page with both an Interactive Report and some classic Report regions.
    Based on user updates, there are many occasions where I need to do a partial page refresh.
    Thanks to plugin http://www.apex-plugin.com/oracle-apex-plugins/dynamic-action-plugin/refresh-interactive-report-1.0_361.html
    I'm able to refresh my IR, but not my classic report (unless I do a submit of the whole page) without losing pagination.
    Request: Will a Dynamic action 'Refresh without losing pagination' be part of future apex versions?
    Now, in apex 4.2, is there another work around available for classic reports?
    (I use 'submit page' now as action, but it's at least a second slower as a partial refresh, and because I need it on every user update, this second becomes a big addition to user frustration).
    Thanks, JP

    Here is the solution for your problem:
    https://apex.oracle.com/pls/apex/f?p=31517:243
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494

  • Which one is the Right Approach - Re Using Page Layouts or adding Web parts directly to pages instead of page layouts in SP 2013 online site ?

    Hi Team,
    I am SharePoint 2013 developer. Before asking question I would like to explain the requirement in clarity.
    We are developing one O365 SharePoint online site which is having 10 different page layouts with different and some common webparts and we are reusing these page layouts by deploying a sandboxed solution which is having page layouts. These page layouts contain
    filter and query to display data using some condition and predefined values. By using these layouts we have to create 100+ pages. All pages will show data according to that page name and category (if it belongs any). We have not written any code to develop
    the site, everything is OOB feature.
    We have used below feature/list/lib of SP Online 2013:
    - Document Library
    - Survey
    - Calendar
    - Lists
    - Discussion forum library
    - OOB Search feature
    Now, I would like to know whether this is the right approach to reuse the page layouts. Or can we add webparts directly where the logic resides in the webparts and add them to the pages instead of page layouts?
    Also how to deploy page layouts/pages from one server to another? Currently we are deploying everything as a feature using sandbox solution. 
    Could you please let me know the right approach to follow. I am asking this question because we are facing below issues:
    - Sometime page layouts gets corrupted, showing nothing.
    - All written filters/logic disappear when we open layouts in Designer
    - Deployment is pain using Sandbox solution
    Waiting for your reply.
    Thanks in Advance,
    Shifa Mittal

    Interesting question, to which i do not know a definitive answer.
    Output Caching is used to increase performance and to reduce load on the box. However since you're in the MS Cloud you don't need to worry about the latter and MS do the worrying about the former. I wouldn't be surprised if MS have updated the behaviour
    for O365 and not updated the documentation. That first office.com article is using 2010 screenshots which doesn't fill me with confidence about it's continuing relevance. Don't forget that SharePoint 2013 and O365 are technically different versions and have
    very different behaviour in places.
    Generally i'd say not to worry, but in this case if you do find any more information i'd love to see it.

  • How to create email page in Apex

    All,
    I want to create email page but the email process type within Apex seems to be having some limitation i want to have multiple receivers/recipients, attachments etc. What is the best and most preferred approach? i searched "Application Express Builder User Guide" talking about customizing APEX_MAIL but explanation is not detailed enough,
    Apex 4.1.1/Oracle 11g2
    any help...thanks.

    Gor_Mahia wrote:
    All,
    I want to create email page but the email process type within Apex seems to be having some limitation i want to have multiple receivers/recipients, attachments etc. What is the best and most preferred approach? i searched "Application Express Builder User Guide" talking about customizing APEX_MAIL but explanation is not detailed enough,
    Apex 4.1.1/Oracle 11g2
    any help...thanks.Where did you come across about that limitation? There is no such limitation in built-in send email process and you can send it to multiple recipients with multiple attachments.
    When you are creating the send email page process please click on labels to get more help and this is what it says:
    - To field
    Valid email address to which the email will be sent.
    For multiple email addresses, use a comma-separated list. Use substitution syntax if you want to use a dynamic value.
    Examples
        [email protected], [email protected]
        John Doe <[email protected]>, Jane Doe <[email protected]>
        &P6_TO.- Attachment SQL field
    SQL statement which returns one or more BLOBs which get attached as files to the e-mail.
    The SQL statement has to be in the following format:
    select blob_column, file_name, mime_type from table
    The column mime_type is optional.Alternatively you can also create a pls/sql process manually to do the same invoking the APEX_MAIL API

  • How to implement this Form page in ApEx

    Hi,
    I'm using ApEx 4.0.1 with Oracle 10g r2.
    We have an old form (built with Forms 10g) that we want to implement with ApEx.
    Data are shown using some items and I can't find how to do the same with ApEx. It is quite hard to explain so here is a screenshot (png) : http://bailly.yann.free.fr/autres/OTNForums/form_mesures_offsets.png
    Buttons with arrows allow user to navigate through the records. A PL/SQL program is currently used to fetch rows.
    So it seems I can't use a report because I can't fetch all rows with a single query.
    And I don't want to use modifiable items (textfields, textarea, ...) like in that form but simply show all data.
    Any idea on how I can achieve this ?
    Thanks!
    Yann.

    So it looked to me like a single form tied to a custom query to retrieve the data will be sufficient. I would start with about 5 items including your key id. Then create a custom procedure that fires BEFORE HEADER like this:
    declare
    begin
      select COL1, COL2, COL3, COL4
        into :PX_VAR1, :PX_VAR2, :PX_VAR3, :PX_VAR4
        from MY_TABLE
       where KEY_ID = :PX_KEY;
    end;You can make the SQL retrieval as complicated as you need. You will have to determine how to populate the Key field, whether that is by passing in a variable from another page or using another process to get it. Once you have a few items working, start creating the rest of your page items and add them to the query procedure.
    If you need to change any of them, you can create a second procedure that saves the information back to the DB:
    declare
    begin
      UPDATE MY_TABLE set COL1 = :PX_VAR1, COL2 = :PX_VAR2, COL3 = :PX_VAR3, COL4 = :PX_VAR4
       where KEY_ID = :PX_KEY;
    end;

  • Having trouble displaying images on a page in APEX through IE.

    I'm trying to conditionally display images (used as toggle buttons) in a tabular report in APEX. This is for our Benefits application where an employee can include or exclude his/her dependents from the plan. For each row, in one column I want to show only 'Include' button if an individual is not already a member, and in another column show only 'Remove' button if already included. I'm using the button images as links and passing information to a page process.
    I was able to come up with the SQL query which works perfectly fine in Firefox. But the images won't display in Internet Explorer. Does anyone have any idea how to make this work in IE?
    Below is my query. This code will display 'Include in plan' image only if the member is not already added to the plan. If 'Y' is the result of the query, then the member is already included and no image is displayed. Otherwise display the image. Pass the member_id to an application item and process the record in a Before Header process.
    select elected_member_id, member_type, last_name, first_name, middle_name, gender,date_of_birth,student_flag,trunc(months_between(sysdate ,date_of_birth)/12) AGE,
    decode((select 'Y'
    from eben_elected_plan_info epi
         where plan_name not in ('Delta', 'Vision', 'HEALTH_FLEX', 'DEP_FLEX')
         and epi.elected_member_id = emi.elected_member_id
         and transaction_type <> 'END'), null,'<a href="f?p=&APP_ID.:70:&SESSION.::::F_APP_MEMBER_INCLUDE:'||elected_member_id||'<img src="&WORKSPACE_IMAGES.include.png"></a>') elected_member_id_include,
    elected_member_id elected_member_id_exclude
    from eben_elected_members_info emi
    where emp_person_id = :f_app_person_id
    and member_type <> 'Employee'

    I was able to resolve this issue by creating the SQL statement from scratch in IE. It then recognized the images.

Maybe you are looking for

  • How do I stop Time Machine from backing up Aperture thumbnails?

    Hi, My 2TB backup drive recently became full, and I became curious as to what was filling it up. I wrote a perl script to analyze the Time Machine backups, and I noticed that over 50% of my backup was filled with AP.Thumbnails and AP.Minis from the A

  • The document "Blank.template" could not be opened. in Pages

    I can not open any tempaltes in Pages from iWork on Macbook Pro. When I open pages. I can then pick a template. when I click that or any of the templates I get The document "Blank.template" could not be opened. I am new to the Mac world and trying to

  • Is it possible to get a copy of all purchased music from itunes?

    Hi, My copy of itunes reinstalled itself, so all of my purchased music is now only in the music file. From multiple imports, there are two, three or four copies of most songs in the itunes music library, except for the purchased music, which is only

  • Searching for a more elegant way to write my where clause.

    Hi, I have a table T which has two columns : X(Varchar2(100)), and Y(Varchar2(100)).I want to know all the rows in the table T for which two conditions are simultaneously true: the first condition is X is not null or Y is not null, and the second con

  • Robohelp 9 and FM 10 linking

    Am I right in understanding that if I have Robohelp 9 and FM 10 i cannot link the fm file to Robohelp?  Why to I specifically need the TCS?  What is the difference?