Item show hide

Hello Everyone
I use dynamic actions on a select list item: P1_SELECT.
If select item equals to 1, P1_ITEM1 is showed, if not, it is hiden.
If select item equals to 2, P1_ITEM2 is showed, if not, it is hiden. ( P1_ITEM1 and P1_ITEM2 are select item, too)
firstly, Page is worked, P1_ITEM1 and P1_ITEM2 must be hiden.
But, ı worked jquery on P1_ITEM2. So, P1_ITEM2 is not hiden.
HTML header is :
<script type="text/javascript" src="#WORKSPACE_IMAGES#jquery.htmldbQuery.js"></script>
<script type="text/javascript">
$(function(){
$('#P1_ITEM2).htmldbLovOptGrp({lovProcess:'GET_GRP_LOV'});
</script>
So, P1_ITEM2 is always showed.
How can i solve this problem?
Thanks
Edited by: ksql on 23.Şub.2011 02:12

I have no idea on what the "jquery.htmldbQuery.js" file does.
But if that is causing the item to be shown then some slight re-ordering of the JS executions would do what you asked for.
Move the function call "$('#P21_ISTIFA_NEDENI').htmldbLovOptGrp({lovProcess:'GET_GRP_LOV'});" to a new dynamic action, Give it a sequence lesser than the one you already have(for hiding the items).
So you page header will only have
<script type="text/javascript" src="#WORKSPACE_IMAGES#jquery.htmldbQuery.js"></script>And your D.A's would look like
D.A - sequence 1
Event-page load
Action type -JS
$('#P21_ISTIFA_NEDENI').htmldbLovOptGrp({lovProcess:'GET_GRP_LOV'});
You dont need the jQuery wrappers here
D.A - Sequence 2
Item : P1_SELECT
Action --as you mentioned                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Show/Hide certain items in an array of clusters

    I am trying to figure out how to programmatically show/hide certain items in a cluster (specifically an array of clusters).  I tried a couple of things but nothing worked for me.  On a similar note, I would like to be able to programmatically hide certain columns in a table.  I can’t figure it out and the postings on the LabVIEW forums here were either not terribly helpful for my situation or maybe I just didn’t understand them.  I have attached a vi where I tried to hide items within the array of clusters.  Maybe someone could point out why it didn’t work and hopefully they could provide a solution or direction for me to follow.  Thanks in advance…
    Solved!
    Go to Solution.
    Attachments:
    make column hidden.vi ‏15 KB

    Creating a property node directly to the cluster element is far easier. pcardinale essentially shows this.
    As for the question regarding the table columns, there is no direct way to hide the table columns, viz-a-viz Excel. The closest you can get is to set the column width to zero, as shown in attached example.
    Attachments:
    hide table columns.vi ‏13 KB

  • Show/hide items in list component possible?

    Hi all,
    I'm quite a newbie in Flash, and more so in components.
    Currently, I'm working on a project that works in this way:
    I've got a combo box with 5 items, and a list with 10 items. The
    combo box works like a filter and when selected on an item, the
    list should only show items pertaining to the selection. For eg, my
    5 items in the combo box are the alphabets A,B,C,D,E. My 50 items
    in the list are some country names. So when "C" in the combo box is
    selected, the list should display countries starting with C, like
    Canada, China, and so on..
    Let's say my indexes for C in the list are 10-15, is it
    possible to hide items with index 0-9, and 16-49? I tried searching
    but it seems there isn't a show/hide function for list
    components.

    quote:
    Originally posted by:
    NedWebs
    What you can probably do is rewrite the list each time a
    combo box selection is made. Have the full list as an array, so
    that when a combo box selection is made, its change function clears
    the list and then rewrites it based on matching the combo box label
    to the first character of each array element.
    Thanks, your comments helped!

  • JavaScript Show Hide Items (Shuttle) (Denes Kubicek)

    Hello
    I was looking at a great example from Denes Kubicek on this link (http://htmldb.oracle.com/pls/otn/f?p=31517:129:495210338999346::NO:::) Guest Apex_demo and have managed to get it to work.
    However, I would like to show/hide a shuttle item. Any ideas how I could achieve this? It only seems to hide the selected values part of the shuttle and not the buttons/LOV.
    Thank you in advance

    Hello,
    In case of a shuttle item you need to use a label with ID, and use that ID as the parameter to the $x_HideItemRow() or $x_ShowItemRow().
    The following post describe how to create a proper template for that purpose: Re: Hide and show item as per the value of select list .
    Regards,
    Arie.

  • Show/hide item not working

    Hi,
    I've designed a relatively detailed survey with multiple show/hide items, and all of a sudden they're not working despite all of the show/hide criteria being correct. Items are being shown for no reason.
    Can someone help me?
    Thanks.

    After looking at the form I have concluded that the show/hide logic is inverted.  You have fields set to be hidden if the answer to a drop down is  not 0%. The problem is that the default value of the field is null, not 0%.  The condition is met, so the fields are displayed.  The fix is to switch the show/hide logic to Show is the answer is 5%, 10%, 15% etc.
    Jeff Canepa
    Software Quality Engineer
    Adobe Systems, Inc.
    [email protected]

  • How to make a layer from the ADF pivot table invisible , show-hide column-row-data

    Hello all ,
    I need to create a pivottable with ADF 12c for reporting purposes.
    I have a table or view with 10 items of type VARCHAR2 , C1,C2,C3,C4,C5,C6,C7,C8,C9,C10  and   10 items of type NUMBER N1,N2,N3,N4,N5,N6,N7,N8,N9,N10
    The items of type VARCHAR2 are for Column and Row areas and the items NUMBER are for Data Areas
    I want to create a jsf page with one empty pivottable and in code Show or Hide the items in the Column area , Row area , Data area
    Con you send me a small sample ?
    I test with this code that i find in oracle OTN but not work.
    <dvt:pivotTable id="pt2" value="#{bindings.WebPivotDataView1.pivotTableModel}" var="cellData"
    varStatus="cellStatus" splitMode="enabled"
    binding="#{backingBeanScope.CmfPivotBean.pivotTable}"
    >
    <dvt:headerCell>
    <af:switcher facetName="#{cellData.layerName}" defaultFacet="Default" id="s1">
    <f:facet name="DataLayer">
    <af:outputText value="#{cellData.label}" id="ot1"/>
    </f:facet>
    <f:facet name="C01">
    <af:outputText value="#{cellData.dataValue}" id="ot2"/>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot3"/>
    </f:facet>
    </af:switcher>
    </dvt:headerCell>
    <dvt:dataCell>
    <af:switcher facetName="#{cellStatus.members.DataLayer.value}" defaultFacet="Default" id="s2">
    <f:facet name="N01">
    <af:outputText value="#{cellData.dataValue}" id="ot4">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.WebPivotDataView1.hints.N01.format}"/>
    </af:outputText>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot5"/>
    </f:facet>
    </af:switcher>
    </dvt:dataCell>
    </dvt:pivotTable>
    DCBindingContainer bindingContainer = (DCBindingContainer)ADFContext.getCurrent().getRequestScope().get("bindings");
    CubicBinding cubicBinding = (CubicBinding)bindingContainer.findCtrlBinding("WebPivotDataView1");
    CubicEditor cubicEditor = cubicBinding.getCubicEditor();
    cubicEditor.removeLayer(DataDirector.ROW_EDGE, 0); //remove 1st row edge
    cubicEditor.removeLayer(DataDirector.COLUMN_EDGE, 0); // remove 1st column edge
    cubicEditor.removeDataItem(0);
    CubicDefinition def;
    def = cubicBinding.getProjection();
    LayerDefinition layerDefinition = new LayerDefinition("C3");
    cubicEditor.addLayer(DataDirector.ROW_EDGE, 0, layerDefinition);    
    LayerDefinition layerDefinition2 = new LayerDefinition("C4");
    cubicEditor.addLayer(DataDirector.COLUMN_EDGE, 0, layerDefinition2);
    DataItemDefinition def3 = new DataItemDefinition("N1");
    cubicEditor.addDataItem(def3);
    AdfFacesContext.getCurrentInstance().addPartialTarget(pivotTable);
    Can you help me if is possible to create a pivottable binding to a one ViewObject and in code show/hide or compose the layout of the pivottable ??
    I search in google and OTN oracle and not find any code.
    Only find the code of the samples that is very complex for me , the code of the samples create the PivotTableModel from one Array , and i want to binding from one ADB BC ViewObject.
    Thanks in advance

    The solution I presented for your use case an DOAG 2013 was to create a pivot table binding out of user defined attributes from the table. For the defined attributes a VO is dynamically created as well as the pivot binding. The pivot binding is then exchanged at runtime together with the activation of the dynamic VO needed to only get the data needed for the particularly pivot table.
    Your solution using the CubicEditor is hard to implement due to the missing documentation. This was the reason I did not follow this approach, However it's not impossible (done it on a very small scale).
    None of the solution are what I call simple. They are complicated, complex and in part not supported solution (exchanging the pivot table binding at runtime need to use internal classes, which is not supported).
    I can't give you a working sample as it's too complex. I can make the slides available, however they are in German.
    Timo

  • How to show/hide build in search box in javascript for LightSwitch html clients?

    Hi
    For each collection on content item, there is built-in showSearch button we can add, once the user clicks on the search, a pre-built-in-search-box shows up above the collection so user can search items in the list. How can I show/hide the pre-built-in-search-box
    in javascript?
    Any help will be appreciated
    The built-in showSearch on content item
    The user clicks the search button, and the pre-built-in-search-box shows up to allow user to enter search terms
    jl

    Hi Joe,
    Welcome to Lightswitch forum.
    If you want to show/hide showSearch button, you can execute this line to show the button,
    this.FindControl("showSearch").IsVisible = true;
    Or execute the line below:
    this.FindControl("showSearch").IsVisible = false;
    Please let me know if there is anything that I can do to help.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Show-Hide element in Dreamweaver CS5

    Please can you tell me why when I validate a web page I get the following error when using the Show-Hide behaviour.  The error is only reported for the first use of the feature and no of the others.  I don't understand.
    Line 239,         Column 235:     there is no attribute "onload"…HideLayers('drive','','hide')" onload="MM_showHideLayers('drive','','hide')" /…

    You have used the attribute named above in your document, but the       document type you are using does not support that attribute for this       element. This error is often caused by incorrect use of the "Strict"       document type with a document that uses frames (e.g. you must use       the "Transitional" document type to get the "target" attribute), or       by using vendor proprietary extensions such as "marginheight" (this       is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in       the document type you are using, as an undefined element will have no       supported attributes; in this case, see the element-undefined error       message for further information.
    How to fix: check the spelling and case of the element and attribute,        (Remember XHTML is all lower-case) and/or        check that they are both allowed in the chosen document type, and/or       use CSS instead of this attribute. If you received this error when using the        <embed> element to incorporate flash media in a Web page, see the        FAQ item on valid flash.
    Below is a copy of the relevant code -The code in bold is the line causing the error.  You will notice I have used it more than once, but I didn't get any other error messages.  Please help.
      <h3>Artist Drive and Palette</h3>
        <!--  this enlarges two images using show/hide and two different sized images -->
       <div id="drive"><img src="Images/Artist Drive large.jpg" alt="Artist Drive" width="300" height="195" title="Artist Drive" onmouseover="MM_showHideLayers('drive','','show')" onmouseout="MM_showHideLayers('drive','','hide')" onload="MM_showHideLayers('drive','','hide')" />
        </div>
        <img src="Images/Artist Drive.jpg" alt="Artist Drive" width="100" height="56"  class="fltlft" title="Artist Drive" onmouseover="MM_showHideLayers('drive','','show')" onmouseout="MM_showHideLayers('drive','','hide')" onload="MM_showHideLayers('drive','','hide')" />
        <div id="palette"><img src="Images/Artist Palette large.jpg" alt="Artist's palette" width="300" height="194" title="Artist's Palette" onmouseover="MM_showHideLayers('palette','','show')" onmouseout="MM_showHideLayers('palette','','hide')" onload="MM_showHideLayers('palette','','hide')" />
        </div>
        <img src="Images/Artist Palette.jpg" alt="Artist Palette" width="100" height="60" class="fltrt" title="Artist's Palette" onmouseover="MM_showHideLayers('palette','','show')" onmouseout="MM_showHideLayers('palette','','hide')" onload="MM_showHideLayers('palette','','hide')" />
        <p class="size">These formations are in Death Vally, California, USA. Artist's  Drive rises up to the top of an alluvial fan fed by a deep canyon cut into the  Black Mountains. Artist's Palette is on the face of the Black Mountains and is noted for having various colours of rock. These colours are caused by the  oxidation of different metals (red, pink and yellow is from iron salts, green is from decomposing tuff-derived mica, and manganese produces the purple). Called the Artist Drive Formation, the rock unit provides evidence for one of the Death Valley area's most violently explosive volcanic periods. The Miocene-aged formation is made up of cemented gravel, playa deposits, and much volcanic debris, perhaps 5,000 feet (1500 m) thick. Chemical weathering and hydrothermal alteration are also responsible for the variety of colours displayed in the Artist Drive Formation and nearby exposures of the Furnace Creek Formation.
        </p>
        <h3>Badlands</h3>
         <!--  this enlarges two images using show/hide and two different sized images -->
        <div id="badland"><img src="Images/The Badlands large.jpg" alt="The Badlands" width="300" height="183" onmouseover="MM_showHideLayers('badland','','show')" onmouseout="MM_showHideLayers('badland','','hide')" onload="MM_showHideLayers('badland','','hide')" />
        </div>
        <p><img src="Images/The Badlands.jpg" alt="The Badlands" width="100" height="61" class="fltlft" onmouseover="MM_showHideLayers('badland','','show')" onmouseout="MM_showHideLayers('badland','','hide')" onload="MM_showHideLayers('badland','','hide')" />
        </p>
        <div id="badland1"><img src="Images/The Badlands1 large.jpg" alt="The Badlands" width="300" height="132" onmouseover="MM_showHideLayers('badland1','','show')" onmouseout="MM_showHideLayers('badland1','','hide')" onload="MM_showHideLayers('badland1','','hide')" />
        </div>
        <img src="Images/The Badlands1.jpg" alt="The Badlands" width="100" height="44" class="fltrt" onmouseover="MM_showHideLayers('badland1','','show')" onmouseout="MM_showHideLayers('badland1','','hide')" onload="MM_showHideLayers('badland1','','hide')" />
        <p class="size">Badlands National Park, in southwest South Dakota preserves 242,756 acres (98,240 ha) of sharply eroded buttes, pinnacles, and spires blended with the largest protected mixed grass prairie in the United States. On-going rains, freezes and thaws have revealed millions of years of sediment that paint a colourful landscape on the prairies of south-western South Dakota. It contains the world's richest Oligocene  epoch fossil beds, dating 23 to 35 million years old.
        </p>

    Sometimes DW's javascripts will throw errors like that, most of the time it can be ignored.
    What doctype are you using (the first line of your html)?
    If you have a "Strict" Doctype, did you try changing it to a "Transitional" version as the error report suggested?
    Edit > Preferences > New Document > Default Document Type (DTD) > Change from Strict to Transitional of the same version.

  • Is there a short/hotkey to show/hide bookmark toolbar?

    I would like to have in options>bookmark toolbar unchecked, and a hot key or shortcut key to show or hide the bookmark toolbar.
    Having it checked takes room, and the autohide mouse hover addons get annoying when your going type in the URL bar and not use the bookmarks.
    Is there a hotkey for this.
    Thank you in advance.

    ''Is there a short/hotkey to show/hide bookmark toolbar?''
    There is no keyboard shortcut for the bookmarks toolbar.
    "Alt" will display the Menu Bar
    "Ctrl+/" toggles the add-on bar
    "Ctrl+K" displays Search bar because that is its entry area.
    "Ctrl+L" displays Location bar because that is its entry area.
    But there are alternatives, and you could set up zombie mode with the "Auto Hide" extension, so that the that is the only toolbar hidden or not hidden, though I wouldn't do that.
    You can use F11 to toggle Full Screen mode, which hides title bar and toolbars.
    On Windows you can use '''AutoHide -- http://www.krickelkrackel.de/autohide'''
    which provides a Full Window mode("zombie mode") with "Shift+F11" similar to full screen but within the confines of the window that allows you to just show the title bar, with options I use with it always show the tabs bar and addons bar in Full Screen or Full Window mode.
    In Full Screen or Full Window mode you can move the cursor to the top and see toolbars, use F10 or Alt to see menu bar, use Ctrl+K to see search bar, use Ctrl+L to see Location Bar. To see bookmarks bar you would need to show all toolbar toggle F10 or toggle F11.
    My bookmarks toolbar takes very little space less vertical space than shown in this [http://dmcritchie.mvps.org/icons/fx4toolbars.png before/after] picture, see items 61-66 on styling in the following:
    You can make '''Firefox 6.0''' look like Firefox 3.6.*, see numbered '''items 1-10''' in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 thru 6.0, look like 3.6)]. ''Whether or not you make changes, you should be aware of what has changed and what you have to do to use changed or missing features.''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface
    There is a lot more beyond those first 10 steps listed, if you want to make Firefox more functional.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • Show/Hide Permissions on the upload iview

    Hi All,
    I wonder, if there is some way to solve my problem?
    What I need is to add <u>Show/Hide Permissions</u> to the upload iview.
    Do you remember, we have  <u>Show/Hide Properties </u> on the upload iview, so that users can upload files and also add properties on the same screen (and they find it very useful). But if they want to change permissions, they have to return to the KM navigation and open permissions iview for the item. If I'll be able to add entrance to the permissions on the same screen, it will help a lot.
    Thanks in advance.
    Regards,
    Inna Karp

    Hi Inna,
    you would have to extend the upload screenflow by yourself, means to decompile the concernced classes and add your extra logic. But be warned: The upload screenflow has been grown in a long time, obviously without a cut and a redesign after having added different functionality. It's no fun at all to work with the sources. And it is full of (minor) bugs, what means that it will be under development with probably every patch arising. So if you make your own, extended screenflow, you will have the choice to work under a complete new namespaces (carrying old bugs over the time) or to make the extension again and again with every patch. Anyhow, it won't be that straight forward.
    > they have to return to the KM navigation and open
    > permissions iview for the item
    Normally, you will have come from the Navigation iView, so returning to it will happen automatically, won't it? Maybe as a workaround, you could add the command to open the permissions screen directly on the resource command list, so that one does not always have to use the Details command before?!
    Hope it helps
    Detlev

  • Show Hide transient attribute making row dirty

    Hi All
    I am using an advanced table where one of the columns(Description) is shown in detail region. To implement detail region, we need a transient attribute on the VO. I was able to get everything working. But I have the following problem.
    When the user clicks Add Rows, new rows are created for user to enter information. If the user does not make any changes and clicks Apply, no transactions are committed(which is working as expected). But when the user clicks on "Show" for one of these rows and does not enter information on any of the fields for that row, the system is throwing error on some of the mandatory fields. This is because the framework is identifying them to be dirty(Since clicking show changes the value of transient attribute on VO).
    I tried the following option to get around it, but it did not work.
    * When Show/Hide is clicked, capture that event and get the row that was clicked. Perform row.setNewRowState(row.STATUS_INITIALIZED) on that row to let system know that the row is not dirty. The problem here is that when control comes to this part of the code(be it in Controller or AM), the row status is STATUS_INITIALIZED. It becomes dirty after the Show action is processed in ProcessFormRequest(I think so..)
    To get around the issue, I had to remove the Mandatory flag on some of the fields, and implement the same manually. Also, just before committing all changes, I had to loop through all rows and see those that do not have any information entered but are still dirty. Perform row.setNewRowState(row.STATUS_INITIALIZED) on them before committing.
    Can any of you tell me a better way other than how I implemented it? I want to keep the mandatory flag on the field set(VO is based on a EO) and nto remove it. The error for no value entered should not be triggered by Show/Hide being clicked. I hope I was clear enough.
    Thanks
    Kumar
    Edited by: kvsankar on Feb 5, 2013 11:20 AM

    I did that. But I wanted the Server side validations to fire if the row was touched by the user before Submit as this is a middle page in set of pages implemented via train. I think I found the solution.
    I overrode the set method for DetailAttribute item on the VO and added the logic to set the row to STATUS_INITIALIZED if no other attribute was entered and it worked like a charm.
    Thanks
    Kumar

  • Dynamic action - show/hide region based on LOV which returns ID

    Hi folks,
    this should be simple, so someone who works with dynamic actions.
    I have a LOV which is based on below query:
    select OBJECT_ID, KOD
      from x_data x;
    retuns:
       ID          KOD
        492961 BMW
        492964 VOLVO
        492960 MERCEDES
        492963 VOLKSWAGEN
        492959 SKODAItem :P200_KOD is based on LOV which displays KOD and returns ID.
    On my page I have also 1 region called TEST_REGION.
    I would like to set up a dynamic action shich will SHOW/HIDE a TEST_REGION based on selected value in item :P200_KOD (LOV). Region should be showed if displayed (KOD) value of selected ID starts with 'V%'
    By other words, if below query returns any record, then SHOW, else HIDE:
       select *
        from x_data x
      where x.kod like 'V%'
         and x.object_id = :P200_KOD;How should I define a triggering condition for dynamic action, for item :P200_KOD?
    Thanks,
    Tomas

    Hi,
    One way:
    Create advanced dynamic action.
    Name : Hide region
    Event : Change
    Selection Type : Item(s)
    Items(s) : P200_KOD
    Condition : JavaScript Expression
    Value :
    $(this.triggeringElement).children("option:selected").html().substring(0,1) !== "V"Action : Hide
    Fire On Page Load : True
    Hide all page items on the same line : No
    False Action : Show
    Fire On Page Load : True
    Show all page items on the same line : No
    Selection Type : Region
    Region : TEST_REGION
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • SHOW / HIDE RULERS script

    hi iam only starting with scripting
    i want a script that will hide rulers IF THEY ARE VISIBLE
    if they are already hidden (CTRL+R) it should just skip over...
    i have this simple script:
    app.panels.everyItem().visible = false; //hides all palettes
    app.activeWindow.zoomPercentage= 131 //sets window zoom to 131% which is around 1:1 zoom with real size ruler in my screen resolution
    app.activeWindow.maximize() //maximize window to get a full screen presentation view
    app.activeWindow.maximize() //again maximizes in case the last command just restored the window instead of fully maximizing...
    its not perfect at all but does the job of switching into 1:1 real size zoom and displaying full screen presentation of the page...
    now i need to add a line that will also hide rulers if they are visible but if they happen to be hiden already at that time it should do nothing...
    i managed to come up with something like this:
    var myMenuAction = app.menuActions.item("$ID/Hide rulers");
    myMenuAction.invoke();
    which works only ONE WAY when the rulers are visible but throws an error when the rulers are already hidden... thats because the menu item is switchable (HIDE RULERS / SHOW RULERS)

    LOL MAN thats hillarious... nice job
    as if i wasn't just babbling about it whole day...
    iam sorry to say it becuase i respect guys like Olav but the biggest obstacle in learning JS in CS3 is its poor object model documentation... and tools like ExtendScript2 doesnt help a bit... when i type "Rulers" in find field of Object Model Viewer it shows two misserable entries...
    only when i specifically (thanks to you) KNOW IAM LOKING for "showRulers" entry ExtendScript2 will find the term for me... but thats ridicullous i dont need a find function which doesnt look around the corner...
    NEVERMIND THANKS FOR YOUR TIP "showRulers -- bool -- r/w -- If true, displays the horizontal and vertical rulers." IS WHAT I WAS HOPELESSLY LOKING FOR...

  • Auto show/hide ScrollBar

    Hi there!
    How could I automatically show/hide the ScrollBar attached to
    a dynamic text field depending of the length (number of lines) of
    the variable loaded in this dynamic text field?
    Many thanks in advance for your help!
    Regards,
    Gerry

    user5564103 ,
    Make the 1st select list visible as normal. For all others, create a div around each using the header/footer section of each item. Make sure to give the created divs a "style=display:none;" attribute.
    Create a JavaScript method that will change the display property of the div in the 2nd select list from none to block and call the JS method with an onchange event of the 1st select list. If you're familiar with JQuery, then it could used to do the same thing.
    Rinse and repeat for the rest of the select lists.
    Make sense?
    Hope this helps...
    Keith Malay
    [www.sds-cg.com|http://www.sds-cg.com]

  • Show Hide Columns

    Is there a way in which columns can be hidden from the resulting html report.
    I guess to bring them back you would have to click on show all, or something like that ?
    It would be like accessing setting a show/hide checkbox in the Report Attributes but in this case allowing the user to make the choice.
    Any ideas would be appreciated

    Mark,
    One way of doing this would be to make the columns conditionally displayed. You could then write a condition that e.g. checks the value of a page item being yes or no. The page item could be set by the user. So you could have a radio group, or button, or select list to turn off or turn on columns within your application.
    Regards,
    Marc

Maybe you are looking for

  • How to refresh the current page when retrieving data from database

    hi all in my application i want to navigate from different tables to different forms.  The data in the table and in the forms is comming fromthe database. when i select a navigation link to database of a form it is connecting to database.  so im manu

  • How to create a multi select drop down filed in crm 7.0

    Hi All,         I need to create a multi select drop down field in crm web ui where one field have 7 value and we can select more than one value at a time.I have no idea how to create a multi select drop down field in web ui. Please help.....

  • IPod connected and read by MyComputer buy not iTunes...how do I restore?

    I was getting the frowning iPod and the triangle with the ! in it. I did the reset which did nothing. Then I did the play/select reset which put it into disk mode. I connected to the laptop. Now I get a Do Not Disconnect with a flashing circle with a

  • Sneak preview sp11 java edition install hangs

    I posted this in the NetWeaver forum originally but now realize this might be a more appropriate forum. I am trying to install the sneak preview sp11 java edition to a brand new box. The installation hangs on the "Load Java Database Content" step. Th

  • Capturing footage in FCP7

    Just up-graded from FCP6 to FCP7 and upgared operating system from 10:4 to 10:6 and uploaded latest version. I've been working on an HD project in FCP6 and loaded clips with NO problems. However, FCP7 crashes every time I've tried to capture new foot