Item on form regions title line??

hi again,
seems as if this day is my day of questions :-)
I have a simple HTML-based form region on my page. how is it possible to display an item (i just need a bit of conditional text there, so my item of choice is the "display as"-item) among the title of the region ??
i can't use the button substitutes, so is there any workaround or am i missing something ??
thanks, hendrik :)

thanks roel :-) unfortunately that is not 100% what i'm looking for.
i'd like to populate this item after rendering via javascript. i don't know the value (e.g. number of rows shown in a report or "this region has changed" triggered by an onclick-event), which is to be displayed, at the time the substitution is done...
I need an referencable item next to the region's title.
do you have any idea how to solve this ??

Similar Messages

  • Item substitution in region title

    It looks to me like the help docs say that you can substitute for a region title like this -- &user.
    When I do that all I get is &user printed on my report.
    Am I doing this wrong?
    Using version 1.3.6
    Curt

    Does this substitution syntax hold true when exporting the region to CSV? The CSV filename is automatically set as the parent region's title and but I need to include the date int that filename. I've created a hidden page item to hold my title, but when I use the &(ITEMNAME). syntax in the region title I just get &ITEMNAME. Any idea what I'm doing wrong, or how to achieve the desire effect by another method?

  • GL View Line Items on Form

    Hi All,
    I have a requirement to print GL View  Line items from F.62 instead of Entry Level Line Items...
    The Program RFKORD30 with Correspondence SAP09 prints the BSEG Line Items ( Entry Level Line items) but i want the GL View Line Items coming from FAGLFLEXA
    Is there any different driver program other than RFKORD30 ...
    1)Is it Possible to print out in a form GL View Line Items from f.62 ?
    Thanks

    Hi Julie,
    I'm trying to print out the GL View Line On the Custom Designed SmartForm or Script.
    RIght Now we have
    Correspondence type SAP09 which is linked to Program RFKORD30  which in inturn linked to  SAP Script F140_INT_DOCU_01
    When we use F.62 with SAP09 as Correspondence Type --- Its printing the ENtry View Line Items i.e what we see in BSEG Table  WITH HEADER INFO FROM bkpf
    But what we are looking is to print GL View Line Items coming from FAGLFLEXA  (Instead of BSEG)
    corresponding to same document number from BKPF
    I hope i'm clear ..
    Any help is appreciated
    Thanks in advance

  • How to generate the primary key item automatically in form region?.

    Hi,
    The primary key item is generated automatically in report region.I already give the pl/sql function for generating of primary key.but I want to generate the primary key value automatically in form region only?.how to do this?.Pls help me..
    Thanks and Regards.

    One of the guidelines when selecting column for a primary key is:
    Choose a column whose data values are never changed. A primary key value is only used to identify a row in the table, and its data should never be used for any other purpose. Therefore, primary key values should rarely or never be changed.
    Cheers!

  • BUTTON CLICK ON SEARCH ITEM CAUSES OTHER REGIONS (FORM) IN TABLE TO ERRORS

    Hello,
    I dont know if I have come to a limitation or flaw of the XE or is it me who does not know how to. (probably me)
    The thing is that I have in one page, one standard form for entering data and one report output table to show them. This output table has incorporated that built-in feature of Search
    Now, what happens, if I click on the search button to locate a record in the Report table, as the full page reloads, then the Form region also loads but as it has no data, in the effect of being reloaded activates its button of submit, bringing my report table to all errors as it is getting null values which are not allowed. I really need the search feature because otherwise users can have the more and more unconfortable time to locate things as the table grows to thousands of rows.
    any help would be greatly appreciated
    kindest regards
    Alvaro

    Hi,
    My first option probably do not even work. I did mean put expression "GO" as I understand go button submit request GO.
    And now when I think it is validations that gives those errors. Right ?
    So you need set that condition "PL/SQL function body returning a Boolean" to after submit validations
    RETURN :REQUEST IN('SAVE','CREATE');Sorry, about confusion
    Automatic Row Processing (DML) process that actually insert/update/delete is anyway run only when certain submit requests
    >
    Valid Update Request Values: SAVE, APPLY CHANGES, UPDATE, UPDATE ROW, CHANGE, APPLY, APPLY%CHANGES%, GET_NEXT%, GET_PREV%
    Valid Insert Request Values:      INSERT, CREATE, CREATE_AGAIN, CREATEAGAIN
    Valid Delete Request Values: DELETE, REMOVE, DELETE ROW, DROP
    >
    Br, Jari

  • How to increase the size of a form  region

    Hi All,
    I have to create 10 items in a single row of a form region. How can I increase the width of a region so that all item'll come in single row.
    Thanks in Advance.
    Regards
    Dikshit.

    Hi Dikshit,
    1: Edit the page items
    2:in Displayed select "NO" for Begin on New Line
    3: For all the 9 items you need to do which you want to display in single line
    Hope it will help You,
    Thanks && Regards
    Ravi

  • Expand the Background Image to Cover the Entire Region Title

    I have a region title that contains an image and it has a height of 2 rows but the background image (blue image) is not expanding in the area (the css contains repeat for the background). The application uses theme 2. Can someone help?
    CSS:
    .rc-title {
        background: url("../images/bg-region-blue-l.gif") repeat scroll 0 0 transparent;
        float: left;
        width: 100%;
    div.rc-blue-top
        background: url("../images/bg-region-blue-l.gif") repeat scroll 0 0 transparent;
        float: left;
        width: 100%;
    }I created the application on APEX.ORACLE.COM:
    Workspace: RGWORK
    User: TESTER
    Password: test123
    Application : CSRSR (33558)
    Select Signage from the menu (only choice).
    You will see that one of the tabular forms has Nameplates and an image, another tablular form has an image but no text (Nameplates) even though it is there. I would live the blue to cover both the image and the text.
    Please help
    DB: 10g
    APEX 4.1
    APEX 4.2 (APEX.ORACLE.COM) works the same way.
    Robert
    http://apexjscss.blogspot.com

    sect55 wrote:
    fac586 ,
    I would like to try the second option:
    >
    Another option would be to eliminate the problem by moving the nameplate images out of the region titles. There's horizontal space within the regions that will allow these images to be positioned to the left of the tabular forms, which would look OK.
    But how do I reference the horizontal space within the regions? I looked at the template for the region:
    <div class="rounded-corner-region float-left-100pct" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
    <div class="rc-blue-top"><div class="rc-blue-top-r">
    <div class="rc-title">#TITLE#</div>
    <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>
    </div></div>
    <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#<br />
    </div></div></div>
    <div class="rc-bottom"><div class="rc-bottom-r"></div></div>
    </div>and couldn't find out to put the image in the horizontal space.
    Can you please help me by providing the details? There are two options, depending on the role you see the nameplate images playing on the page. I've used the two regions to provide one example of each.
    *1. Nameplate as eye-candy:* If there's sufficient information in the region title, region content and item labels to make the nameplate images superfluous in providing information to the user, and you're just using them to improve the appearance of the page, then they can be applied purely using CSS.
    /* Nameplate image as CSS eye-candy */
    #nameplates-ndc div[id$="catch"] {
      min-height: 36px;
      padding-left: 113px;
      background: transparent url(#WORKSPACE_IMAGES#nameplate_ndc.gif) top left no-repeat;
      background-size: 103px;
    }Note the use of the CSS3 <tt>background-size</tt> property to resize the image. If the app has to run in browsers that don't support this then you'll have to drop it and create an image of the exact size required for use in the <tt>background</tt> rule.
    *2. Nameplate as content:* If the nameplate images are necessary to provide information to the user, then they have to be included in the region (and they must have an <tt>alt</tt> attribute providing an alternative representation of the information contained in the image).
    Put the image in the region Header:
    <img src="#APP_IMAGES#nameplate_n.gif" width="103" alt="Nameplate (name only)" />and float it so it sits alongside the form:
    /* Nameplate image as page content */
    #nameplates-name .rc-content-main img {
      float: left;
      margin-right: 10px;
    }

  • Modifing a region title

    Hello everyone,
    I have a problem. I know that what I want is possible, but I don’t get it done.
    What is the problem?
    I have a master-detail page (like Orders – Order Items). Now I want to put the customers name in the title of the Order Items region. I have used the syntax Order Items &P7_CUSTOMERNAME.
    Both the master and detail are reports and are on the same page. The detail, however is a report with a form. Through the form I can insert, update the order items records.
    I have also made a process which retrieves the name of the customer, and puts the name in item P7_CUSTOMERNAME.
    But all what I get to see is ‘Order Items &P7_CUSTOMERNAME’ in the title. I see this even when I come in this page for the first time (that is when no order is selected yet).
    The process I have made is:
    DECLARE
    l_name customers.name%type;
    BEGIN
    IF :P7_CUST_ID is not null
    THEN
    SELECT name
    INTO l_name
    FROM customers
    WHERE id = : P7_CUST_ID;
    :P7_CUSTOMERNAME:= ' of customer: '||l_name;
    END IF;
    END;
    I will appreciate any help.
    Thank you.
    Carlos
    Edited by: IsolraC on Jan 7, 2009 6:17 PM

    Hi Carlos,
    Firstly, are you including the . after &P7_CUSTOMERNAME - it must be &P7_CUSTOMERNAME. for this to work.
    Secondly, when are you setting the value? It has to be before the region.
    Andy

  • IF Form region AND report + search tool in same page THEN = problem

    Helllo everybody
    I posted an initial and now the advanced as I received helpful comments but still is unsolved:
    Problem:
    If I have a Form, and a Report With a Search feature on the same page the problem is that when I click on the button of Search to find records in the Report, the page reloads as it goes and returs to the server. Alright, however, that reloading causes the Form to submit data while there is no data because I was not working with the Form. When the report gets the "submission of the Form" it receives all empty data and it complains as it cannot have Null values in its rows.
    Solution:
    The thing would be to tell the form not to submit anything unless expressley pressed the button Create or Save. It seems that these buttons activate when the page is reloaded I mean reloaded by haiving pressed the button Search of the Reports region.
    The helpful comments were in the direction of going to Processes, Automatic Row Processing and then choosing a conditional for processing of the Form, that it, it would only activate (submit itself if that condition is met)
    So I go to PL/SQL Function body Returning a boolean and I paste this: RETURN :REQUEST IN('SAVE','CREATE');
    but the problem continues unsolved, that doesnt help. It must be very close but there is something I am missing
    thank you very much
    Alvaro
    Edited by: user12155340 on 18-Nov-2009 15:04

    Hi,
    I think this is double post.
    BUTTON CLICK ON SEARCH ITEM CAUSES OTHER REGIONS (FORM) IN TABLE TO ERRORS
    Please read my last comment from that link.
    Application express forum might give you better and precise answer.
    You need just figure out how set conditions
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref149
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref237
    Br, Jari
    Edited by: jarola on Nov 19, 2009 12:51 PM
    BTW, I remember that there was just few days ago same kind question answered in Application Express forum.
    I post link if I find it. You may try find it also

  • How to escape special characters in a region title

    I have created a drill down report where the second report is filtered by a value chosen in the first report. I am using &Pn_field. syntax to pass the name of the select value to the region title of the second report. Some of the returned values have a ':' in them and therefore the text does not print after the ':'. How do I escape the ':' in the region title?
    regards
    Paul P

    Paul,
    I think your question is "How do I use f?p URL syntax to pass data values to a page where the data includes a colon?" (Please correct me if that's not the issue.) The answer is, you can't. Same with commas. HTML DB reserves those two characters for the f?p request syntax. You'll have to save the string into the item before the page branch. There is no restriction on what characters can be used in a region title, it's just HTML-formatted text, except that you must escape anything that looks like HTML unless you want the browser to treat it as HTML. There are restrictions, however, on what characters you can pass in URLs in general and you must take care to escape them properly, e.g., ?, &, whitespace.
    And do speak up if I've missed the point.
    Scott

  • How to add a column in Item Master form with chooselist

    Hi Experts
    I add a column in Item Master Form in Stock Data Tab. In this column I want to add Choose list. For this I use AfterFormLoad event. It gives Error "Matrix Line Exist" . My code is given below
    If pVal.FormType = "150" Then
                    form = B1Connections.theAppl.Forms.GetForm(150, pVal.FormTypeCount)
                    form.PaneLevel = 3
                    oItem = form.Items.Item("28")
                    oMatrix = oItem.Specific
                    Dim chooseObj As ChooseListClass
                    chooseObj = New ChooseListClass
                    chooseObj.AddChooseFromListBinCode(form.UniqueID)
                    oColumns = oMatrix.Columns
                    oColumn = oColumns.Add("BINCODE", BoFormItemTypes.it_EDIT)
                    oColumn.Width = 100
                    oColumn.DataBind.SetBound(True, "OITW", "U_BINCODE")
                    oColumn.TitleObject.Caption = "Def BinCode"
                    oColumn.Editable = True
                    oColumn.ChooseFromListUID = "CFL5"
                    oColumn.ChooseFromListAlias = "U_BinCode"
                    oColumn = oColumns.Item("U_BINCODE")
                    oColumn.Visible = False
                End If
    please give your suggestion
    Regards
    Jitender

    Hi Noor
    Thanks for reply
    I tried your suggestion but problem still there. I am using after form load event. Here matrix has 9 lines (all warehouse). If remove the line then how can I reload warehouse data. Can you suggest in more detail.
    my code is given below
    form = B1Connections.theAppl.Forms.GetForm(150, pVal.FormTypeCount)
                    form.PaneLevel = 3
                    oItem = form.Items.Item("28")
                    oMatrix = oItem.Specific
                    MsgBox(oMatrix.RowCount)
                    oMatrix.DeleteRow(1)
                    Dim chooseObj As ChooseListClass
                    chooseObj = New ChooseListClass
                    chooseObj.AddChooseFromListBinCode(form.UniqueID)
                    oColumns = oMatrix.Columns
                    oColumn = oColumns.Add("BINCODE", BoFormItemTypes.it_EDIT)
                    oColumn.Width = 100
                    oColumn.DataBind.SetBound(True, "OITW", "U_BINCODE")
                    oColumn.TitleObject.Caption = "Def BinCode"
                    oColumn.Editable = True
                    oColumn.ChooseFromListUID = "CFL5"
                    oColumn.ChooseFromListAlias = "U_BinCode"
                    oColumn = oColumns.Item("U_BINCODE")
                    oColumn.Visible = False
                    oMatrix.AddRow(1)
    Thanks
    Waiting for reply
    Regards
    Jitender

  • Adobe form -Non Interactive - Line across when we have any entry

    Hi,
    In my line items I need a horizontal line separtor based on a field.
    I mean when there is an entry(ITEM A) I need it to be underlined alll through the form horizontally or a horizaontal separator line.
    I have follwoing output
    ITEM A         10.00        20.00
                        40.00        60.00
                        65.00        80.00
    ITEM B         30.00        40.00
                        70.00        45.00
                        23.00        22.00
    ITEM C         32.00        20.00
                        221.00      60.00
                        65.00        80.00
    I need output
    ITEM A         10.00        20.00
                        40.00        60.00
                        65.00        80.00
    ITEM B         30.00        40.00
                        70.00        45.00
                        23.00        22.00
    ITEM C         32.00        20.00
                        221.00      60.00
                        65.00        80.00
    I am expecting we should do this via javascript.
    Any ideas?
    Rgds
    Vara
    Edited by: Vara K on Apr 20, 2009 4:57 PM
    Edited by: Vara K on Apr 20, 2009 5:11 PM

    Petr,
    I am following you now.
    I have created a group section with both rows.I went into edit alternatives .
    Now I have 2 rows with DATA(0)  and DATA(1).
    Basically I have to use underlined DATA(0) one  when field has no value
    and other DATA(0) when field has value.
    So basically my pop -up box has javascript
    Name: DATA[0]      Binding : DATA
    Expression:
    PHCODE.value == ""
    Name: DATA[1]      Binding : DATA
    Expression:
    PHCODE.value != ""
    Do i need to write something else in expression for this?
    Although I don't have value for that rows Now I am getting bottom lines for every row.
    If i use null like below I am only getting rows with bottom lines and remaining are disappearing.
    Expression:
    PHCODE.value == null
    Name: DATA[1]      Binding : DATA
    Expression:
    PHCODE.value != null
    Is my expression correct?
    What is operator for checking not equal to in javascript? is it !=? or !==?
    Rgds
    Vara
    Edited by: Vara K on Apr 23, 2009 6:05 AM

  • How to pull a form region in AJAX

    Carl,
    I have implemented Carl's AJAX "region pull" example and works fine. This works fine as long as the region is report region. is it possible to pull a form region with items and submit button in AJAX way?. will it be possible to submit update and submit that pulled form. I just tried to do that and gave me the following error. any ideas are appreciated.
         Error      Item ID (2304200109596392) is not an item defined on the current page.
    thanks,
    Surya

    Hello Surya,
    I guess it depends your template. If it works for a report region and not for your forms region, you might want to have a look what the difference is in the templates for both regions.
    You could give your form region the template of report region and see if that solves the problem?
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • How to change a region title based upon the input parameter?

    Hi All,
    I need to change the region's title dynamically based on the value of a select list in another region.
    Can anyone help me in this?
    Regards,
    Sakthi.

    Hi,
    You can use &P1_ITEM_NAME. (including the & and the .) in a region title - this string will be replaced by the value from the page item called P1_ITEM_NAME, so change the name to suit your page item
    Andy

  • Header and Item table - Form Design Question

    Hi All,
    I have a header table and Item table. For every record in the header table I have multiple records in the item table. I want to have a adobe form in the following way
    1. A new page starts for every record in the header table and Items in the item table for this header record can span multiple pages with the same header information.
    2. When all the items are displayed for that particular header record, a new page should start for the next header record.
    I created one internal table in the following way
    Header_field1 Header_field2 Item_table(with all the items for this header record)
    Header_field1 Header_field2 Item_table(with all the items for this header record)
    I am not sure how to use a table for this scenario (Should It be a nested table?).
    Please provide me some ideas.
    Thanks,
    Ganesh.

    Hi Balasubramani,
    I made some changes and have the following now. Can you please let me know how I can achieve page break for every BP_NUMBER.
    I have a nested table like the one below.
    Main table u2013 Has header and Items information. Every header record has some header information like BP number, name and all line items for that BP in a nested table .
    IT_HEADER:
    BP_NUMBER     BP_NAME           IT_ITEMS(Items table)
    BP_NUMBER     BP_NAME           IT_ITEMS
    BP_NUMBER     BP_NAME           IT_ITEMS
    To display this information I created the following
    Subform1 u2013 overflow u2013bound to $record.IT_HEADER.DATA[*] u2013 (Repeat sub form for
    |                                             each data item)
    |->Header sub form u2013 Positioned
    |     |
    |     |-> Text Field u2013 bound to BP_NUMBER
    |
    |
    |->Item sub form -
         |     
         |->Item Table u2013 bound to IT_ITEMS
              |
              |->Data u2013 bound to IT_ITEMS.DATA[*] u2013(Repeat row for each data item)
    In the output BP number in the first record of IT_HEADER gets displayed and then all the Item records in IT_ITEMS for that BP get displayed. This is repeated all the records in IT_HEADER which is perfectly fine.
    Please provide me some suggestions to solve the following issues I am having
    1.     I need a page break between records of IT_HEADER. I want the new subform1 for the next header record to start in a new page. I tried conditional break option, on the only field BP number in header sub form. I have two master pages and two body pages. All the above information is in master page 2 and body page 2.  I am also not sure what to select in the TO section of the conditional break screen.
    2.     When there is an overflow in IT_ITEMS I need the Header sub form to be shown in the next page too.
    Thanks,
    Ganesh.

Maybe you are looking for

  • JDeveloper Problem with GUI

    Hi All, I'm running JDev 3.1 on Win2000, and I'm having a bit of a problem with redraws of the GUI. When I click anywhere on the JDev GUI and trigger and action that involves a GUI redraw the little piece of the GUI under the mouse pointer graphic is

  • How to deal with files ?!!!!

    hiii, guys i dont believe that a huge program like flash with all these abilities doesnt deal easily with files !!! I just want to do simple reading and writing to text files. Something veryyyyyy simple like writing a name and reading it again later

  • Macbook Pro not recognising lens correction

    Its probably an easy fix, but my old iMac 2008 version works fine, recognising all of my lenses (Nikon) in the Develop Module simply by checking the 'enable lens profile' box. However, the Macbook Pro Retina 17 simply gives me a choice of 8 Nikon len

  • I cant reinstall photoshop cs 5?

    I bought it in 2010, my photoshop cs5. I had a special, having already photoshop element. Lately, I try to reinstall it on the same computer, as i had to reinstall completely my computer. Nothing works. It install photoshop extended, and ask me to pa

  • Please help I pod dead!!

    Can anyone help me, my ipod just went dead. it doesnt respond to anything, i tried all the trouble shooting and still nothing. it want turn on, its black. i did all the menu/hold button, still nothing!! i plugged it into my ipod docking station and a