LOV Switcher problem in form layout

Hi I'm using JDEV11.1.1.2
I have an attribute with two LOV associated. I'm using transient attribute for lov-switcher.
I have rendered the attribute as <af:inputListOfValues>. I have a button that changes the lov-switcher value to the other LOV and refreshes the inputLOV component.
The two LOVs contain different columns. When I open the first LOV popup - everything is ok. But then I press the button (the lov got changed) then when I open the LOV popup I got the same columns as before and only those are filled up data that are equal in names with the first LOV.
So let say LOV "A" has two columns : "C1", "C2'
LOV "B" has 4 columns: "C2", "C3", "C4", "C5".
So when I switch from LOV A -> LOV B I got in the popup again only C1 and C2, and only C2 is filled with data because both LOV has it.
When I use this lov switcher in table I got no problems.
Is this a bug or am I missing something?
Thanks A. Gruev

Hello
As I said , I'm using transient field in the ViewObject and this transient field is set to be the "List of Values switcher" in the LOV.
So I change the value of the transient field with the name of the LOV i want to use and that's it.
Here is the whole scenario made as simple as possible:
ViewObject:
<ViewAttribute
    Name="Kod"  LOVName="LOV_Kod"  LOVFinder="LovSwitcher"> <!-- LovSwitcher is the name of the transient attribute -->
    <Properties>
      <SchemaBasedProperties> <CONTROLTYPE  Value="input_text_lov"/></SchemaBasedProperties>
    </Properties>
  </ViewAttribute>jspx:
<af:inputListOfValues id="kodId"
                      binding="#{mainMenuBean.lov}"
                      value="#{bindings.Kod.inputValue}"
                      partialTriggers="cb1"                        <--  I have partial trigger to the button.
                      model="#{bindings.Kod.listOfValuesModel}">
      <f:validator binding="#{bindings.Kod.validator}"/>
</af:inputListOfValues>
<af:commandButton text="Switch" actionListener="#{mainMenuBean.onTestBtn}" id="cb1"/>bean:
        ... get the current row in "row"....
        //Switch the name of the two LOVs associated with the attribute.
        String ls = row.getLovSwitcher();
        if ("LOV_Kod".equals(ls))
            row.setLovSwitcher("LOV_Kod1");
        else
            row.setLovSwitcher("LOV_Kod");The result is :
First LOV - OK : [http://www.flickr.com/photos/13808139@N02/5183723733/in/photostream/]
Then I press the button
Second LOV - not OK - [http://www.flickr.com/photos/13808139@N02/5183723749/in/photostream/]
As u can see there is a data in the second lov (I have rows) but it's not visible. If I rename the columns of the second lov to the one in the first I will see the results.
Is this a bug?
Thanks
A. Gruev

Similar Messages

  • After upgrade to 3.1.2, date pickers and popup lovs mess up the form layout

    Now there are new table tags around every single date picker / popup LOV item and its' list icon which forces other items on the same line to the next one instead. Bad Oracle, bad!
    Any workarounds?

    Hello,
    >> Now there are new table tags around every single date picker / popup LOV item and its' list icon which forces other items on the same line to the next one instead.
    APEX 3.1 introduced the use of the &lt;fieldset> tag, for wrapping compound items, like the date picker or popup LOV items. In the following, you can learn more about it, including some workarounds:
    FIELDSET – new layout behavior in 3.1.1
    >> Bad Oracle, bad!
    For the very short term, and especially for upgraded applications, you might be correct; however, for the long run, this is a good move, because it creates uniformity in the ways we can handle all the APEX built-in item types.
    Regards,
    Arie.

  • Problem in opening layout editor in adobe forms

    Hi,
    There is a problem in opening the layout editor in adobe forms(T.code SFP).
    Eventhough I  have installed Adobe livecycle designer 8.0 and adobe acrobat reader 9.0.
    It is showing the error as " The forms design tool for developing the form layout could not be started; either it is not installed or there are errors in the installation".
    Suggest Me.
    Moderator message: please have a look in the dedicated forum for Adobe forms.
    Edited by: Thomas Zloch on Jan 15, 2011 9:49 PM

    HI Jaydeep,
    Thanks for reporting the issue. Is it possible for you to share the pdf , it is possible that the document is corrupt.  You may share the pdf at [email protected]
    Thanks,
    -vaibhav

  • Form Layout LOV on mandatory field

    Hi,
    I have an LOV on a mandatory field in a form layout. When I am entering a new record and click on the LOV icon the LOV page displays but the calling page gives an error of "Value Required". I have noticed that if I manually change the Immediate property of the field to "false" then I do not get the error.
    This error does not occur in table layout.
    Thanks,
    Gavin

    Gavin,
    Do you have multiple LOV's on the page and/or dependent items?
    Is the Value Required message related to the LOV item on which you invoke the LOV window, or is it another item?
    Steven Davelaar,
    JHeadstart Team.

  • Form layout problems

    I have two regions in row one and another region in row two. Top region in column one has just one column and bottom region in column one has 5 columns. The form layout looks awkward as column 1 regions are odd size. I tried to increase the top region Title size by padding  , but there is a limitation on number of characters. is there I can make top region size same as bottom region size in column 1. Also, is it possible to draw a separation line between regions separated by columns 1 and 2 and a enclosing outside border for all the regions with a common title for all the regions?. any ideas are appreciated.
    http://apex.oracle.com/pls/otn/f?p=54577:11
    workspace:Godavarthi
    username:[email protected]
    password:apex_demo
    thanks for your help,
    Surya

    thanks Manish, that's helpful. is it possible to draw a separation vertical line between regions separating region1 and region2 on left side and region3 on right side. Also, enclosing outside border(as box) for all the regions with a common title for all the regions at the top?.

  • Displaying multiple rows in a form layout problem?

    HI,
    I displayed multiple rows using form layout,but form browse buttons displaying one row multiple times like if i click next it is displaying same rows in next page also ?
    how can I prevent this?
    very urgent
    Thanks in advance

    Set the table range size property to the number of rows you want to display.
    Then as a post-generation action, drag and drop the Next Set and Previous Set operations of your View Object usage as buttons onto your page.
    Then move the button code to a custom template, and uncheck group-level checkbox "Clear Page Definition before generation" to preserve the NextSet and PreviousSet action bindings.
    Steven Davelaar,
    JHeadstart Team.

  • How to build a BIG TREE with Tree-Form layout

    Hi,
    I do have a self-referenced table with our org structure - 15 000 positions.
    I do want to create a tree with this structure.
    Requirements :
    a, to have a tree-form layout
    b, to have search capabilities
    I have tried to use several combinations (maybe all)
    - from using only one View object and create recursive tree - doesn't even run
    - to use two View objects, first as top level nodes, the other as the rest - it runs
    but I can search only top level, and what is worse, by clicking on the node for showing additional information (tree-form layout) I'm waiting for ages for seeing the info
    (it seems that all records are loaded one by one into AS)
    Could you provide some ideas how to deal with this ?
    Thanks.

    I am sorry, this is beyond the scope of this forum.
    As with any functionality not directly provided by JHeadstart, you can build it yourself using the ADF design time tools in JDeveloper. Please use the JDeveloper forum for help on this first step.
    Then, to keep your pages generatable you can move these customizations to custom templates. We are happy to help you with this last step, should you have problems there.
    Steven Davelaar,
    JHeadstart Team.

  • Create a new class in pe51 form layout

    Hi experts,
                   I want to create a new form  layout in pe51 for payroll register. In standard form class maximum columns is 132 but i want
    more than 300 columns for payroll register. so its possible to to create new zform class in pe51. If its possible pls guide me.
    Thanks in advance.
    Thanks & Regards
    G.Vendhan

    Hi, I am working on the same thing and created a form in PE51 using Form class CKT0 which gives me 255 columns.  I am however having problems with finding some of the fields I need.
    Thanks.
    N

  • SOFFICEINTEGRATION143 Error in ISR when trying opening adobe form layout

    Hi,
    I'm running into SOFFICEINTEGRATION143 error when trying to open any adobe form layout in the ISR secenario definition. Can anyone let me know why I'm getting this error and what the solution is?
    FYI, I'm using SAP gui version 640 Final Release, File Version 6404.4.14.2987, build 781208, Patch level 14
    I do have Adobe LifeCycle Designer 7.1, Reader 8 and MSOffice 2002.
    Thanks in advance.
    Giri.

    Hi, Giri. Did you solve your problem?
    I think I m having similar problem. I installed Sap Gui 7.1, SAP interactive form and Adobe LiveCycle Designer ES.
    I was able to open abode form layout in the transaction SFP. However, after I upgraded my Adobe to 7.0.9. (previous version is 7.x.x). I get the error SOFFICEINTEGRATION143 when try open again.
    I uninstalled Adobe 7.0.9 and installed Adobe 8.1 but it still get the same error.
    Can anyone help?
    Thanks in advance.

  • Adobe form layout version retrival

    Hi Experts,
    I have a problem in opening the adobe form layout.I am facing an error message error while opening the document.I checked in the production system same problem there also.
    it is possbile to retrevive the older version of layout?
    Adobe life cylce designer is installed properly. But i am able to open the layout of another adobe form in another development system.
    Please suggest me on this.
    Regards,
    Jayant.

    Hi,
    ADS needs to be configured properly,
    this is the part of BASIS team.
    regards
    Ramchander rao.K

  • Issue with Adobe Form Layout

    Hi,
    I have an issue with the Adobe Form Layout.Although I have added a field in the Context Menu of the Form Builder but the context has not been added to the Data View.
    Could you please help me to understand how to include the parameters and structures that we define in the context and add them to the Data View in layout?As far as I know, it is done automatically.But in this case I don't understand what the problem is.
    Please help me.
    Thanks,
    Sandeep.
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jul 14, 2009 4:10 PM

    it is normally done automatically. Do ANY of your fields show in your DATA VIEW? Or, are you just missing the new one?
    If you're only missing the new one, make sure your Context has the field defined correctly and generated.. Then make sure you have updated the mapping in your View Context and generated that.
    After those 2 things, your field should now show.
    You cannot, as far as I know, define an attribute as any sort of TABLE - we have a common structure that has several Table Types in it. When we import that structure, we have to delete those attributes and create Nodes to mimick those tables.
    If you've accidentally included a Table type as an attribute, you won't see any fields in your Data View.
    EDIT: by the way, there's an Adobe Interactive Forms Forum where you should ask these kinds of questions.
    Edited by: robert phelan on Apr 2, 2009 8:51 PM

  • Master-detail page with form layout -- insert only -- not in create mode

    JDeveloper 10.1.3.1 with JHeadstart
    I have the following master-detail structure in JHeadstart:
    Group 1, Table a, Layout: table-form
    Group 2, Table b, Layout: table-form
    Group 3, Table c, Layout: form
    Group 4, Table d, Layout: form (on same page as master table c)
    Table a, b and c are updatable (insert, update and delete).
    I have problems with the last page, tables c and d, master-datail both in form layout.
    The master-table (c) is not an insert-only table, the detail table needs to be an insert-only form on the same page as the master table c.
    Settings Table d:
    Advanced search and quick search: none
    Autoquery: disabled
    Single row insert allowed (other options in Operations disabled)
    In my view object I have used the settings in the JDeveloper guide 8.1.2 ('no rows...' in tab Tuning).
    I run my application in JDeveloper (with the option run in my ViewController-project, which means that I am not running my detail page directly in JDeveloper??) and when I open this last page, the detail form is not in create mode (I see no rows found and a create rows button).
    I have read several threads in this forum, but I do not know how to solve this problem.

    This does not work.
    In my first post I made an mistake in describing my application, it is not a table-form, but a tree-form application:
    Group 1, Table a, Layout: tree-form
    Group 2, Table b, Layout: tree-form
    Group 3, Table c, Layout: tree-form
    Group 4, Table d, Layout: form (on same page as master table c)
    If I override the executeQueryForCollection method in the ViewObjectImpl of table d I get a message ('JBO-27122: SQL-fout tijdens voorbereiding van statement' and 'java.sql.SQLException: OALL8 is in an inconsistent state').
    while clicking on the tree (with table b and c). It seems that the QueryForCollection method is being executed to early.

  • Designing LOV Query Problem

    Hello APEX people,
    I posted my problem here:
    Designing LOV Query Problem
    What I have is a sequence like this:
    CREATE SEQUENCE
    DR_SEQ_FIRST_SCHEDULE_GROUP
    MINVALUE 1 MAXVALUE 7 INCREMENT BY 1 START WITH 1
    CACHE 6 ORDER CYCLE ;
    What I need would be a SQL query returning all possible values oft my sequence like:
    1
    2
    3
    4
    5
    6
    7
    I want to use it as a source for a LOV...
    The reason why I use the cycling sequence is: My app uses it to cycle scheduling priorities every month to groups identified by this number (1-7).
    In the Admin Form, I want to restrict the assignment in a user friendly way - a LOV.
    Thanks
    Johann

    Here ist the solution (posted by michales in the PL/SQL forum):
    SQL> CREATE SEQUENCE
    dr_seq_first_schedule_group
    MINVALUE 1 MAXVALUE 7 INCREMENT BY 1 START WITH 1
    CACHE 6 ORDER CYCLE
    Sequence created.
    SQL> SELECT LEVEL sn
    FROM DUAL
    CONNECT BY LEVEL <= (SELECT max_value
    FROM user_sequences
    WHERE sequence_name = 'DR_SEQ_FIRST_SCHEDULE_GROUP')
    SN
    1
    2
    3
    4
    5
    6
    7
    7 rows selected.

  • SAPScript Form Layout Error after HRSP Upgrade

    Hi SAP Experts,
    I hope someone can shed some of your inputs in the error that we have in our SAPScript form.
    A window in our SAPScript form does not display at all when a report is generated.
    Funny thing is that we did not make any change to the said form and this error is consistent across all our SAP environments - Dev, QA and Prod.
    This has started happening after we had the SAP HRSP upgrade last weekend.
    We tried checking the form configuration and we cannot find anything wrong in it.
    We tried to check for SAPScript versions but we found out that this is not available in SE71, unlike for programs in SE38.
    Has anyone of you encountered this problem?
    Hope I can get some expert inputs from the community on this issue.
    Thanks!

    Managed to find out the root cause of the SAPScript error. There was a new line that was added in the form layout after the HRSP upgrade. As to how it was added, it was unknown. But was able to resolve and fix the issue already.

  • Adobe Form Layout

    Dear All
    I am using an Adobe Form to print Purchase Requisition (PR). Form layout include three parts , PR Header, Body and Footer. Each part is embedded on three separate content areas. Body Part include a table which is expandable but the issue is that when it expands, it gets overlap on footer of PR. I want to expand body part on next page and keeping header footer on every page.
    How can this be achieved.
    Thanks

    Hi Adnan,
    Whenever you use a dynamic structure like Table in ur Adobe form, u need to use the Flow content for the Subform and not Position content.
    And any other Subform following the flow content shall be a flow content. only then it changes the position based on the flow.
    In your case, the footer is made as Position content i guess, that is why the table is overlapping on the footer. change the subform of the footer to Flow content, it will work,
    Hope i have answered your problem
    Regards,
    Poojith MV

Maybe you are looking for

  • Canon MP 600 Bluetooth printing...

    Hello, The Canon MP600 simply will not print via Blueooth for me. I can control the device in Printer Setup Utility via BT. I can print via USB as well. I simply cannot work out how to get the infernal thing to print via BT. I am certain I am missing

  • Need Help Upgrading OATS Ver:8.01.0249 to OATS Ver:8.50.0260

    I'm currently having troubles upgrading Oracle Application Testing Suite from version 8.01.0249 to version 8.50.0260. The database for OATS is SQL Server 2000. I've unistalled the application ver 8.01.0249 completely. Followed by installing the appli

  • CFDocument and CFC arguments

    It seems that in CF8, the CFDocument tag has no access to the arguments scope in a CFC. I'm really hoping this is not the case, but I can't see any other explanation. I'd really rather not go in and modify 100 reports that have been working well for

  • Want to assign a value to a dff (from a sql )whenever the record is saved

    Hi I am new to OAF and would like to know how can i extend my VO and assign a value returned by a sql which returns a value on the basis of some fields from some fields in the same VO . Thanks Narinder

  • New Look BTVision

    Hi there Having been impressed  with the previous service from BT Vision.........We are extremely disappointed and frustrated with the 'new look'.  Visually it's poor and jumpy and looks so old fashioned.  It's much slower to use and fails too much.