Region Items

Hi all,
I just added new columns to an existing table in my DB. How do I add the new columns into the region items where I can arrange the column positions. I appreciate the help. thanks.
Caesar

Hi Casear,
You need to create a new item for that region and follow the wizard. Then arrange the item accordingly either using drag/drop functionality (resets sequence for all items) or sequence.
Thanks,
Bhavin

Similar Messages

  • 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)) {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Setting custom table attribute set value in region item table

    Dear all
    I am working on oracle application customization and extension in
    oracle JDeveloper R12. I am finding a difficulty in an query region of
    a OA framework page
    My Entity object is on the table FWK_TBX_ADDRESS table
    and VO objects has the fields or columns
    AddressName, AddreessId, TownC-OrCity
    what I am doing shown in the following steps
    1-I select region using wizard option
    2-select my AM and VO
    3-select table as style
    4-shuttle all attributes associated with VO
    5-in region items table , select the Attribute set field for AddressName attribute and click the serach flashligh icon
    6-After that select the browse button , using the package browser , expand down to oracle > apps > fnd> framwork > toolbox > attributesets, then oK
    7-select the serach control , and then it list all the attributes set related to fwkTbxEmployees table like the following
    /oracle/apps/fnd/framewok/toolbox/attributesset/FwkTbxAddress/AddressName
    Now the problem which I am facing now is that if I have custom table suppose "xxEmployees" and have attributes or column
    for example employeeId, employee_name, email etc. what would I do to search these attributes when I come to step number 6 which
    I mentioned above. from where in which package I can find these attributes to set attributesset value. in above i find these attributes
    in /oracle/apps/fnd/framewok/toolbox/attributesset/FwkTbxAddress/AddressName
    but in my case for attribute lie employeeId or employee_name from where I can get this how can I set the value of attribute set field in regin item
    table in step 5
    Noman

    I dont know what u trying to ask
    My problem is just that I want to set the attribute set value of my attribute employee_name, same is AddressId in fwk_tbx_address
    ame is AddressId in fwk_tbx_address found on
    /oracle/apps/fnd/framewok/toolbox/attributesset/FwkTbxAddress/AddressName
    where can I find my attribute employee_name
    in jdeveloper

  • 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 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?

  • 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.

  • Making region items read only.

    I have a default single column that corresponds to a VO that uses a single select statement in my page. This page is used for inserting into table. When user enter the details and press continue button, i need to use forwardImmediatelyToCurrentPage(), and make the default single column region items readonly. so that the same page will become a review page. How can i make the region items readonly at runtime?
    Thanks
    Eldho

    Hi,
    Please put a parameter with a value 'Y' before you set forward the navigation to the same page. This code has to be triggerred in the processForm Request.
    In the processRequest read for the parameter value and make the fields as readonly if the value of the parameter is the same that has been sent from the PFR.
    This is a simple approach. Another Approach could be to use Partial Page Rendering and set the attribute values as ReadOnly true. But I wd say the first approach is easier.
    Regards
    Sumit

  • 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.

  • Making the region items readonly.

    I have a default single column that corresponds to a VO that uses a single select statement in my page. This page is used for inserting into table. When user enter the details and press continue button, i need to use forwardImmediatelyToCurrentPage(), and make the default single column region items readonly. so that the same page will become a review page. How can i make the region items readonly at runtime?
    Thanks
    Eldho

    Hi,
    the problem with your question is that you don't mention the technology you use and only Google tells me that you work with OA framework. Please ask the question on an Oracle Applications forum here on OTN. There is one that handles OA framework questions
    http://forums.oracle.com/forums/index.jspa?categoryID=84
    Frank

  • 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!

  • 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.

  • Rearrange AK region Items

    Hi all ,
    Could you please tell me how to rearrange AK region Items in AK developer for a particular AK region Item.
    Thanks

    Hi Casear,
    You need to create a new item for that region and follow the wizard. Then arrange the item accordingly either using drag/drop functionality (resets sequence for all items) or sequence.
    Thanks,
    Bhavin

  • 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.

  • Dynamic Region - Item value turns to NULL

    Hi,
    I have a dynamic region which has some APEX_ITEM.CHECKBOX items in it. I count the checkbox groups and write it into a hidden object as like this.
    In the last row of the code i want to insert the count into P65_CNT_QUESTIONS hidden item.
    But when i submit the page i always get NULL from the P65_CNT_QUESTIONS item.
    Before i submit the page i see the correct value in the session but when i submit, it turns to null.
    I am getting crazy Whats the problem with it. Any suggestion?
    System: MS7 - XE - Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product - Apex 4.0
    declare
    cursor c_h is select distinct qh.nquestion_header_id, vquestion_header from tquestions q, tquestion_headers qh
    where q.nquestion_header_id = qh.nquestion_header_id order by 1;
    cursor c_ans is  select nparam_id,vparam  from TQUESTION_PARAMS order by 1;
    l_cnt number := 0;
    l_hid number := 0;
    l_br varchar2(10) := '<br/>';
    l_tab varchar(50) := '      ';
    l_de varchar2(1000);
    l_hea_cnt NUMBER := 1;
    l_que_cnt NUMBER := 1;
    begin
    FOR rec_c in c_h LOOP
    htp.p(l_br||'<b>'|| l_hea_cnt || '-' ||rec_c.VQUESTION_HEADER||'</b>');
      FOR rec_q in
          (SELECT q.nquestion_id, q.vquestion FROM tquestions q where q.nquestion_header_id = rec_c.nquestion_header_id order by q.nrow_order)
      LOOP
        htp.p(l_br|| l_br ||'<div align="left">'|| l_tab ||l_que_cnt || '-' ||rec_q.VQUESTION||'</div>'||l_br );
        FOR rec_ans in c_ans LOOP
           htp.p(l_tab||APEX_ITEM.RADIOGROUP(
           l_que_cnt ,rec_ans.nparam_id,null,rec_ans.vparam));
        END LOOP;
        l_que_cnt := l_que_cnt +1;
      END LOOP;
      htp.p(l_br||l_br ||'<div><b>ARA ORTALAMA</b></div>'); 
      FOR rec_ans in c_ans LOOP
           htp.p(l_tab||APEX_ITEM.RADIOGROUP(
           l_que_cnt ,rec_ans.nparam_id,null,rec_ans.vparam
       END LOOP;
       l_que_cnt := l_que_cnt +1;
       l_hea_cnt := l_hea_cnt +1;
    END LOOP;
    htp.p(l_br||l_br ||'<div><b>GENEL ORTALAMA</b></div>'); 
    FOR rec_ans in c_ans LOOP
       htp.p(l_tab||APEX_ITEM.RADIOGROUP(
           l_que_cnt ,rec_ans.nparam_id,null,rec_ans.vparam
    END LOOP;
        :P65_CNT_QUESTIONS := l_que_cnt ;
    END;

    You need to set "Page items to submit" to be "P2_SCHEME_CAT_CODE"
    This pulls the value from the browser and sets it within session state, thereby making it available to your PL/SQL
    Regards,
    Scott
    blog: [url grassroots-oracle.com]grassroots-oracle.com
    twitter: [url twitter.com/swesley_perth]@swesley_perth

  • How to align diff. search region items where one region is HideShow region

    Hi,
    I have split my 1 search region into 3 regions, because I want to use a hideShow region for a number of parameters. This is a manual search.
    The structure is as follows:
    PageLayoutRN
    --SearchHdr
    --Properties: Style: header
    ----SearchRN01
    ----Properties: Style: messageComponentLayout; Search Region: True
    ------items
    ----SearchRN02
    ----Properties: Style: labeledFieldLayout
    ------HSSearchRN
    ------Properties: Style: hideShow
    --------items
    ----SearchRN03
    ----Properties: Style: messageComponentLayout; Search Region: True
    ------items
    ------buttons
    The items of the hideShow region are indented compared to the items of searchRN01.
    The Show/Hide switch is placed to the right of the items of regions 01.
    How can I align the items of the 3 search regions to each other?
    thanks
    Ronny
    Edited by: Ronny Eelen on 17-Jun-2012 23:50
    Edited by: Ronny Eelen on 17-Jun-2012 23:59
    Edited by: Ronny Eelen on 18-Jun-2012 00:00

    Hi,
    Issue resolved.
    I added another regions between the hideShow regions and the item, of type messageComponentLayout and that aligned everything as it should be.
    thanks anyway
    Ronny

Maybe you are looking for

  • How to print a web template in background

    Hi experts, i want to print a web template which includes 4-5 Queries over a background job for different Profit Centers (for example, for all Profit Centers that are in Region Europe)? How can i simply achieve this ? Thanks.

  • Key mapping from vt100 to vt220

    my existing system is in forms3.0 and report writer3.0 with oracle 7.1 on aix 3.x with vt100 terminal now I have upgraded to forms and report developer 6i , oracle 8i on aix 4.3. as forms6i and report6i only supports vt220 , I have to map my vt100 ke

  • [MapViewer] MapClient.jsp to Servlet?

    Hi, Has anybody ever tried to convert the demo that comes with MapViewer into a servlet? Right now the MapClient.jsp demo is very slow here, and I hope to get some speed improvements with a servlet. I also think it's a little easier to add some extra

  • Mismatched versions of Labview and PDA Module

    Last spring we received the update of labview 8.2 to 8.2.1 and we bought labview PDA 8.2.1. We installed the whole this week. When I try to run\build the VI, the error "Mismatched versions of Labview and PDA Module" appears.      I looked on the foru

  • Display a query with multiple results and a little addon :D

    Hello everybody, I wanna make a JSP page that displays multiple results from a query. I wanna those results to appair in a table, a row each one, and also a little "square radio form buttton" that makes me select rows I wanna delete (with another but