Buttons among region items and branching

I've got a page with many buttons that are supposed to simply branch to their respective pages. I used buttons among region items so that I'd have control of placement withing each region. After clicking on the first button that branches to its correct page, the other buttons branch to that page as well even though I have branches set for each button.
What am I missing?
Thank you!

Also, arranging them all on the page was a headache. I'm almost there but have had to create empty regions just to space things out because I don't understand how to space buttons out. I can with items, but buttons are a new one. I'm leaving at noon today to visit my sister and brother in law in your favorite city (no not really - not San Diego...LA) so I want to wrap this project up as much as I can before I leave.
The other project is live!

Similar Messages

  • Javascript Button Among Region Items

    I would like to add several buttons (which would call popupURL) among my region's items (next to the items they reference).. When I go to add a button, I have two options:
    1. Create a button in a region position:
    2. Create a button displayed among this region's items:
    I want to use (2), but in this option, I cannot set my button to "Redirect to URL without submitting page" which is what I think I need to do to incorporate JavaScript.
    Also, within the Help, I am not getting a clear description of what the "Request" value does/means/is in option (1).
    Thanks much!

    Hello,
    This is a well known issue with buttons among items. I believe that the simplest way to deal with it is to define your own buttons, using the Post element Text field of your referenced item. Just use something like this:
    <input type="button" id="xxxx" value="yyy" onclick="JS_Function()" />The "Request" is an internal built-in variable that the system automatically set, each time you press a button, to the button name (and NOT the button text label). This helps the system to identify which button was presses, and act accordingly. The main usage for users is, probably, the option to condition validations and processes according to a specific button press. The main advantage of using "Request" is that the system is setting and clearing its value automatically. If you'll create your own buttons, as I describes earlier, the "Request" value is not relevant.
    Hope this helps,
    Arie.

  • Buttons among region items - all right justified

    Is it possible somehow to right align all buttons (defined among the region items) to the right edge of the region border? e.g
    | this is field 1|                                            (Button1)
    | this is field 2................|                       (Button2)
    rather than
    | this is field 1 |(Button1)
    | this is field 2 ................| (Button2)
    regards
    Paul P

    Try the following:
    Set the HTML Table Cell Attributes property for field 1 to style=&quot;width: 100%;&quot;.
    In the Displayed properties for each button set Begin on New Line to No and Begin on New Field to Yes.

  • Processess on Buttons created among region items behaves strangely

    I have two buttons Button1 and Button2 and item TEMP.
    Buttons are of type (Button among region items)
    Now our requirement is that when Button1 is pressed TEMP should be set to 1 and
    when Button2 is pressed TEMP should be set to 2.
    But it does not happen.
    I have written 2 processess for it.
    First is - Set :P1_TEMP = 1 - (when button pressed *P1_BUTTON1)
    begin
    :P1_TEMP := 1;
    end;
    Second is - Set :P1_TEMP = 2 - (when button pressed *P1_BUTTON2)
    begin
    :P1_TEMP := 2;
    end;
    The values in TEMP are not populated accordingly.
    It is always set to 2 even if I press button1.
    I have created a demo at
    http://apex.oracle.com/pls/otn/f?p=20426:1:1861250906981044:::::
    Now if I remove the second process than TEMP gets set to 1 when BUTTON1 is pressed.
    Any ideas on this strange behaviour.
    Thanks
    Ameya

    Hi, Ameya
    I have test your application.
    I had tried to add two branches : one activated when button1 is activated
    , another activated when button2 is activated which submit your page 1,
    affecting the value of item TEMP .
    It's working for button 1 but for button2, despite the fact I tell him to send 2 for the
    value of item TEMP in the branch, it seems that it was "the branch of the button1" which is activated...
    So, I let the 2 branches (with condition never) (I think processes is not needed here) in case you want to see the method.
    Hope Jes can help you.
    Mike

  • Button created among region items cannot be horizontally aligned

    If I create a button amongst region items, and say new line = NO and new field = YES, it creates the button in its own table cell. However there is no apparent interface to horizontally (or vertically for that matter) align the button within the cell.
    If I create any other region item, or a button in a region position, I can see the alignment options which work as expected.
    Am I missing something here?

    A workaround here is to add the item as post element text on the previous item in sequence. But then the item is "lost" when looking at the page edit screen, and common editing features are not available.
    I see no logical reason why a button created amongst region items should not have all the operations permitted on it as do the regular region items.

  • Delete confirmation on button in regions items

    I have created a delete button which is of type "button in regions items".
    I want to add the delete confirmation functionality to this button..
    javascript:ConfirmDelete()
    The only thing is this type of button does not allow a url to be specified. Is there anyway of getting around this??

    Hello Farhan,
    "I ended up creating a new template for the delete button"Carl always says there is more then one way to skin a cat, so if it's working as you need, it's great.
    would like to know why the 2 button types have different attributes and whether the button with regions items type will have the additional attributes in the next release?? "I've asked the same question almost a year ago. Nothing seems to change in the latter versions - http://forums.oracle.com/forums/thread.jspa?messageID=1123993&#1123993 .
    Regards,
    Arie.

  • Button created among region items generates a spurious table cell

    To reproduce:
    =============
    1. Create a text item X in an HTML region.
    2. Create a button B amongst region items, to appear after X and on the same line, new field.
    3. Run the page and look at the source. I would expect to see something like:
    <td>X</td><td>B</td>
    But instead I see
    <td>X</td><td align=right></td><td>B</td>
    This is messing up my item alignments and I can't get rid of the extra table cell. What's going on?

    Any ideas, anyone?

  • Setting items and branching to a different app via a report column link

    Hi,
    I'm figuring out how to branch to another application by using a URL redirect and contructing the target URL with items and item values to pass to the target app. So far, so good. But I'm now trying to branch to another app via a column link from a report form (I had previously branched to a page within the same app, but that page should really be another app, callable from several sources). Before, I had also set several items (in the calling app). Now, when I choose to re-direct to a URL, rather than a page in the current application, the item and value setting boxes get disabled. Is there a way to also set current page items (that are not being passed to the target app) at the time the link is redirected?
    Frank

    Frank,
    It's easy. Just type in the relative f?p URL along with the item names/item values, e.g., to redirect to app 200 page 20 from your app's page 1 passing P1_ITEMA and P1_ITEMB into similarly named items on page 20 type in:
    f?p=200:20:&APP_SESSION.::NO::P20_ITEMA,P20_ITEMB:&P1_ITEMA,&P1_ITEMB.
    Note that redirecting to another application may require the user to authenticate to that application. If that is your intent there is no need to include &APP_SESSION. in the link.
    Scott

  • AKLOAD for Custom Timecard Regions Items and Attributes

    Hi
    Can we use the AKLOAD like the FNDLOAD utility to migrate the Custom Timecard Attributes and the Regions HXC_CUI% between instances.
    Thanks
    Srinivasa

    Hi Sharath,
    Can you give me the exact command, I am using the following and it does'nt seem to work. I mean it creates a file, but I dont see any of my custom Attributes in the jlt file generated.
    java oracle.apps.ak.akload apps xxxxx THIN "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dev) (PORT=1521)) (CONNECT_DATA=(SID=AFS)))" DOWNLOAD HXC_CUI_TIMECARD.jlt GET CUSTOM_REGION AK HXC_CUI_TIMECARD
    Thanks
    Srinivasa

  • Delete regions items buttons and pages using sql.

    Hi,
    Is there any way to delete from apex pages, regions, items and buttons using sql.
    I noted that in SQL Developer a display of these objects is enabled, but no actions can be carried out on them from what I can see.
    Ben

    Hi and welcome,
    do search in the [Java Database Connectivity (JDBC) forum|http://forum.java.sun.com/forum.jspa?forumID=48], I'm sure you'll find a few examples there.

  • Reorder Region Items

    I have region with two items "Select List" and "Textarea".
    I want to change order these items then I click on button "Reorder Region
    Items" then I see following error:
    report error:
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    All reports/forms created in version 3.0.0 is reordering fine...after update to 3.0.1 every report/forms not reordering fine, Drag and Drop layout not working too...
    What does't mean?
    Best Regards
    Daniel

    Yes, I checked it and I think that the image directory on my server is updated correctly.
    Version of IE which I use is 7.0.5730.11, but in Firefox 2.0.0.6 it doesn't work too. Below is error message:
    Error: $x(pThis).values has no properties
    if (($x(pThis).value.length==0) || ($x(pThis).value==null) || (($x(pThis).value.search(re)) > -1)) {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Can a button be easily moved between Items and Region Position?

    When a button is originally defined, we have to choose whether it is to be placed amongst the items in the regions, or placed in a pre-established region position. Once the button is defined in to one of those places or the other, is there any way to "reassign" it into the other location, i.e. move it between "in the items" and "in a region position"?
    Using Apex release 4.1.1.00.23
    Edited by: Mark T. on Feb 29, 2012 11:03 AM

    I don't believe so, but it won't take long to re-create.

  • Button Item and JavaScript

    Hi everyone
    I am trying to execute a Javascript function when a button item is pressed. This javascript execute a doSubmit() in order to called a branch of the page.
    I tryed to make this using this code, first in a branch (PL/SQL) and then in a PL/SQL process, but did not work, "chkSubmit(false)" function is not being called.
    begin
    htp.init;
    htp.p('<script language = "javascript">');
    htp.p('<!-'||'- Comment out script for old browsers');
    htp.p('function callFunction()');
    htp.p('{');
    htp.p(' chkSubmit(false);');
    htp.p('}');
    htp.p('callFunction();');
    htp.p('-'||'->');
    htp.p('</script>');
    end;
    Does anybody knows how can I fixed this problem?
    Thanks in advance
    Andrés

    Instead of fighting it, what I end up doing is just
    create a plain HTML button in the Post Element Text
    of the previous item and put my function there
    <input type="button" class="..." value="Click me!" onClick="foo()" />A tip for using "Post Element" buttons:
    Check out the HTML that gets generated using "View Source" in your browser
    (in Firefox, that's Ctrl-U).   The biggest problem is getting the display right. 
    The HTML generated uses <td> <label> and <span> elements, so a simple
       <input type="button" value="Add Filter" onClick="somefunc()">
    looks bloody awful.  You need a bit more to make it line up nicely.
    Here's what I have for a button that displays at the end of a row of region items,
    each of which has its label above it:
    <td  colspan="1" rowspan="1" align="left">
      <label for="P1_foo" tabindex="999">
        <span class="t10OptionalLabel">foo label</span>
      </label>
      <br><input type="button" id="P1_foo" value="foo" onClick="alert('foo!');">
    </td>
    You might be using a different template and/or layout than I am, so DO go to the
    browser and figure out what HTML is being generated.  If you don't want the label,
    substitute " " for "foo label" in the example above.  It's a snap from there.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • URL button among items not passible, why?

    Hi,
    I'm trying to put an URL button among items, but it's not possible. The only places available are left, right, up and down region. Why?
    How can I position an URL button among items?
    Thanks.

    Hello gfrancoeur,
    Create your button selecting the option: Create a button displayed among this region's items. (the second choice)
    This will create a button within the items of your region and not require you to pick Top, Bottom, Left, Right or the like.
    Don.
    You can reward this reply by marking it as either Helpful or Correct :)

  • Question RE: Button Items and Item Buttons - from "Bug Tracker" Demo app

    I've retrieved and installed the "Bug Tracker" Demo app from apex.oracle.com and installed it in my space as I've interest in recreating the custom search bars this application contains (I can't use interactive reports because it appears a bug prevents the ability to remove the "hide column" functionality which is a requirement for me).
    I'm perplexed with how the developer of this demo app was able to create an item of type "button" (not normally available as an item type when creating items) and how buttons were created with the sequence value of "Item" versus a sequence number.
    How do these interact?
    I'm a fairly new developer and as these methodologies are not readily apparent with 3.2's "normal" functionality, I'm quite intrigued to understand how this was accomplished.
    I've been looking at this demo app for 2 days in hopes of learning this on my own - still at it but not there yet. Any help you kind folks can provide would be certainly appreciated!
    Thanks!
    Paul

    Dan, thanks for the reply!
    I actually figured this out shortly after submitting this post (and confirmed by your post). I had never used a button as "Create a button displayed among this region's items" (versus "Create a button in a region position") before. That apparently is the difference.
    My inexperience simply did not allow me to recognize the difference in how apex treats how buttons are created given this choice differentiation.
    One more notch in the belt!

Maybe you are looking for

  • I can't find Siri on my iphone 5s when I hold the home key voice commands comes up and Siri isn't in my settings

    I can't find Siri on my iphone 5s when I hold the home button voice control comes up. When I go to settings Siri is not there. Has anyone else experienced this?

  • How do I upgrade my 800MHz PowerPC G4 eMac?

    What RAM modules do I use? I found a few different kinds and am not sure of the difference. Kingston 512MB PC2700 333MHz DDR SDRAM Memory Module KTA-G4333/512 Kingston 512MB PC133 SDRAM DIMM Memory Upgrade KTA-G4133/512 Lifetime 512MB SDRAM Memory Mo

  • Text Elements

    Hi, I have created a report in English language. I have translated the text elements of Selection screen to German. Original languge of the program is showing as EN. But when I login in to Italian language (Say any language where text elements are no

  • Setting Color of ColorPicker

    Hi, I feel like I am missing something obvious (checked the LIveDocs and Googled a ton). I have a Flex-based event management site. When adding a new event, the event owner has the option to select their link (and link hover) colors from a standard F

  • REM-periodic posting

    Hello Gurus,      I tried assigning corresponding G/L account in general contract account determination to be able to use periodic posting transaction(FOIQ). Since business area was set as a required field in FI configuration, error log was 'account