hide or show a control of whith sous-forme a check box

Hello

I don't know how to do this.

I can't put it in "on click" because click can check or uncheck the box.

Please help me

THX

Nath

Hi Nath,

I don't understand. The usual approach is to allow the user to check the check box, for example checked = subform is visible, unchecked = subform is hidden.

Is that what you're after?

If so, it should work in the click event:

if (this.rawValue == 1)
{
     subform.presence = "visible";
}
else

{
     subform.presence = "hidden";
}

If you are after another behavior, can explain you more.

Niall

Ensure the dynamics

Tags: Adobe LiveCycle

Similar Questions

  • form field check box control in word with report generation toolkit for Microsoft office

    Hi all

    Happy new year!

    In the word template, I insert the checkbox field. It has a bookmark name "Check1."

    Now, I try to checked or unchecked this field using the tool to generate report for Microsoft office and I couldn't. If someone now how to do? I'm using LabView 8.0

    Thanks in advance,

    Boris

    Hi all

    After I posted the question I found how to do it.

    I use the macro feature to control the box.

    Here's the diagram:

    Thank you

    Boris

  • Hide and show region - open if Item not Null

    Hello
    I use APEX 4.0 and can not find a way to get the skin and see the region develop if a Page element has a value (is not Null) in the region, without clicking the sign more. I would like it done automatically based on an item that has a value or not. null or not null. I know how to have always hide it and see the region see the/develop once the shape is present. But if the item is null the region hosts not on the loading of the page, but when an element has the value when the page opens, I want the area to be open / extend without having to click the sign more. I searched the forum and found a large number of threads to have just the Hide and Show open area / develop once the form on the page is open, but not what I need now. Thanks for reading this thread and look forward to a support for this issue.

    Hi Charles,

    I created a dynamic action on page 7, it works as expected.

    This code will only work with your current theme, because the rocker is made according to the css class of the > icon (as you can see in the live action)

    Thank you

  • What happens if selected fonts "hide" or "show"? -option of Control Panel on pc

    Hello

    If I see for example an info "missing font" in the software Indesign - I can have this 'missing font' installed on my computer but Indesign are unable to find, because this font is selected as 'hide' the controlpanel-management of fonts on my computer? -should I select/turn to 'show' - for Indesign can find this missing font on my computer?

    It is impossible for the software which uses the fonts - to find the fonts that are chosen as "Hide" in the Control Panel on a computer?

    What is the purpose of "hide" or "show"? As "capable" and "incapable" is to say 'show' and 'hide '?

    Someone please clarify this. I don't understand. I would appreciate your response.

    mohammadm41557414 wrote:

    Well I'm not CS6 talking the monthly paid Indesign.

    [...] It seems that the best thing to do is to "unmask" the folder fonts fonts OS to ensure that they are not hidden from the Indesign software.

    Sorry, you're not.

    Of course, you can display font, if there is place in your folder hidden fonts. It will do no harm.

    Or - if desired - hide a bunch of them with equal success.

    The fact is - InDesign just don't like on this subject.

    If you have problems with the fonts in ID - find somewhere else. Forget that hide and show things.

    --

    BTW, just tested for you to ' more 'last n' Win10 / InDesign2015.2.

    No surprise here: nothing has changed, the behavior is the same.

  • Hide or show the components

    Hi friends,

    I'm creating a JXML application. I need to hide or show the components on the screen. To do this, I'm looking for some attribute of control as 'rendering' of the JSF is work in the same way on JXML. Anyone know to do?

    Thank you in advance.

    Published by: paulonep on 02/27/2012 10:07

    I guess you mean 'FXML '? I'm not an expert in JSF, so I'm not sure, there is an exact match, but have you looked at the property 'visible '? For example:

  • Hide or show rows in the table with AppleScript?

    I have a large table number, and I sometimes want to display the entire table and sometimes select a group of lines to hide or show, to make the display of data more convenient.

    By selecting many rows to hide is tedious (there are many, and they are not contiguous).  So I would use AppleScript to do this.  But in the numbers AppleScript dictionary, I don't see any way to apply an attribute "hidden" in rows, columns or beaches.  Y at - it a trick I'm missing?  Or it simply not exist in the current implementation?

    Thank you

    AFAIK, you can't hide a line or set a height of 0 using AppleScript, although I suggested that any time via numbers of > provide comments numbers in the menu.

    What you could do is filter the table to hide the lines, probably by adding a column filter designating the lines that you want to see (or, conversely, hide).  This filter can be turned on and off via AppleScript using the filtered table property, although it would probably be easier to do via the integrated interface.

    SG

  • Lack of "automatically hide and show the menu bar.

    Hi all, I want to hide my menu bar. I watched how disappear - it turns out that the checkbox "automatically hide / show menu bar" is missing. It is supposed to be under "use donkere menubalk en donker Dock. Why is it missing?  Thank you very much!

    Hi Mjappie

    This feature has been added in El Capitan.

    You must update to 10.11.3 to hide and show the menu bar.

  • Automatically expand a Hide and Show model region when the Page loads

    Hello

    I work with a Hide and Show region model, and I'm trying to accomplish the following:

    When my Page loads, if a PX_ID is not null, hide it and see the area should be extended automatically.

    I use Apex 4.1.1.

    Any ideas?

    Thank you

    Erick

    Hello Joe,

    Thank you for your response.

    This morning, I was looking for a solution in the forum and I could not find anything. Now, I decided to keep looking for more careful and I found a solution.

    For those interested, check this thead element: Re: hide/show the region

    Basically, I created a dynamic Action with the Code JavaScript: $('.t20RegionHeader') ('img') .children ravishing ();

    Thank you

    Erick

  • Apex - how to set hide and show checkboxes at the event button

    Hello


    How to set up HIDE/SHOW check boxes when click on the events button. (apex)

    If I press the button and then the box will appear.
    If I press it again then check box will be disapper.
    Can u please help me solve this issues in the APEX.


    Thanks in advance.
    concerning
    r

    My steps:

    1 create the point of the box
    LOV:

    select 'orange' d, 'orange' r
    from dual
    union all
    select 'apple' d, 'apple' r
    from dual
    union all
    select 'banana' d, 'banana' r
    from dual
    

    2. create the region button. Specify the redirect URL and URL target as #.

    3. create a dynamic action

    Advanced

    Event: Right click; Selection type: jQuery Selector; Select jQuery: button [value = "Toggle"]<-- where="" toggle="" is="" the="" label="" of="" my="">
    Action: Run the JavaScript Code. Fire when the Page loads: uncheck the box. Code:

    var ele = $('#P34_FRUIT');
    
    if (ele.css('display') == 'none'){
         $x_Show(ele);
    } else {
         $x_Hide(ele);
    }
    

    Leave the rest and click on create

    Click the button to see it disappear and other things (not tested in IE).

    I did sample: http://apex.oracle.com/pls/apex/f?p=23834:34

  • Graduated filters do not show their control points

    Graduated filters does not show their control points. So, once I created a filter I can not change it. Everyone is the same expirience?

    I use LR 3.4.1 (Camera Raw 6.4.1) under Mac OS X 10.6.8

    type 'H' to show the pin code.

  • Show/hide subform by using a check box - Please HELP

    Hi guys,.

    I am fairly new to Adobe Livecycle and javascript in general. I am trying to create a form that has multiple check boxes. When you have selected a checbox, I want to show a subform. If this is not checked, I want the subform to be hidden.

    Under the for the checkbox control's click event, I tried the following:

    If (this.rawValue == 1)
    {
    CheckBox1.presence = "visible";
    }
    on the other
    CheckBox1.presence = "invisible";
    }

    Also, I don't want the subforms to display when the form opens, when the user clicks the check box.

    IT DOES NOT WORK. Help, please!

    Thank you

    Use formcalc:

    On the Click event

    If ($.rawValue == 1) then
    subformname. PRESENCE "visible" =
    else subformname.presence = "hidden"
    endif

  • With value of check box for show/hide radio buttons?

    I have created a pdf form. I have a checkbox and radio buttons several. I put it so radio buttons are hidden until the user clicks on the checkbox above him. I also put the box reset option on mouse-to top buttons. However, radio buttons are always selectable. I want to assure you that if one of the radio options is selected, the check box to be checked as well.

    Is there a bit of javascript, I could add to the check box to hide the option buttons if its value is not equal to yes (checked)?

    You can use code similar to

    If (event.target.value == 'Yes') {}
    selected - display radio buttons
    this.getField('Radio_Button1').display = display.visible; view the radio button
    } else {}
    Show box unchecked hide radio button and reset the field
    this.getField('Radio_Button1').display = display.hidden; Hide radio button
    this.resetForm (["Radio Button1'"]); Disable the option button
    }

    But YOY will have to change the field "Radio Button1" name match your fyouor domain name to the Group of radio buttons.

  • Dynamic action - Hide and show interactive report

    Hello

    in the apex community tip http://www.oracle.com/global/de/community/tipps/apex40-dynamicactions/index.html (only in German), there is an example to hide and show a report interactive by dynamic actions.

    The approach described in the article should be case for normal or interactive reports.
    But in my case it works for normal relations. I am not able to update or hide the interacitve dynamic equity report.

    Has anyone had similar experience?

    Greetings
    Michael

    Hello
    You are welcome.

    * It is considered good etiquette to the responses of reward with points (as "useful" - 5 pts - or 'correct' - 10pts). :)
    Thank you
    Logaa

  • conditional hide or show columns

    Hello

    I'm starting to work my way in OBIEE and have a problem that I can not find a solution.

    I need to create a table in the responses with static columns and a single column that I change with a column selector. So far no problem. The problem is that for a selection, I need an additional column on the screen, so it's a kind of conditional hide or show. Here is a cut from the version of the problem. Columns 1 to 3 are fine, but I'm stuck with column 4.


    Expected result:

    Permanent show:

    Column 1: ID

    Column 2: name


    Editable by guest column selector:

    Column 3: City or Occupation OR status


    Must appear when in the city of 3 Col is selected

    Column 4: Street



    Any help is highly appreciated

    Turalf

    Create a new column in the responses and concatenate the city and the street. You will need to format the appropriate column. This is the base column. Select the status and Occupation of your column selector column.

  • Hide and show parts

    Hello

    I use hide and show areas on my page. But now I have a problem. Whenever the page is reloaded, all regions are reduced. Is it possible to ensure that the regions that have been opened, are open again when the page reloads.

    Thanks in advance,

    Bram.

    Hi Bram

    Check this.

    [http://www.oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html#STICKY]

    See you soon

    Ben

Maybe you are looking for

  • FIX: "no mountable boot Volume' on Packard - Bell EasyNote A8

    Hello: I want that my recent experience would be helpful to my fellow users. My Packard - Bell EasyNote A8, running Windows XP Home, was to have a "Blue screen of death" problem very frustrating showing "One-Mountable boot Volume," at the start of th

  • E260 freezes with inserted Micro SD

    On my Sansa e260R- With an inserted microSD card, it takes about 8 minutes for the reader at the start and EACH time it starts, itdisplayed "refresh database" or something else. It works normally without the inserted microSD card, but I'd like to fig

  • Contact photos not appearing is not in the list of text messages

    Recently, I deleted all my contacts on my droid x in order to refresh my facebook contact photos (I do this since we all know the phone doesn't seem to update the photos themselves, as it should).  After importing my contacts back on my phone and set

  • volume control of PIN to start menu

    Volume control has been disabled in the start menu. How can I put it back?

  • Facebook integration

    can someone help me with this... Please provide some examples a bit... so it won't be easy for me to understand... I want just one button in my application after clicking on which bb browser opens with facebook page...? thnks in advance