Hide a table based on a checkbox control in another table

I would like to hide the table 2, to check a checkbox in the column 2, line 3 in table 1. Is there an easy way to do this?

Thanks in advance.

AJ

You can't hide entire tables due to the boxes in another. You can use the IF statement to hide (do an empty string), which shows in a cell.

Jason

Tags: iWork

Similar Questions

  • How to hide the object based on the checkbox with FormCalc

    Hello everyone - I am very new to FormCalc and struggling to find answers in the Help menu of Adobe Pro.  The shape that I create is long and based on the requirements of option.  Therefore, if an option is not necessary (check box) more of the data fields will not be displayed for the user.

    1: I can do this?

    2nd: it's the correct script:

    If (temp. RawValue is true)

    Then(LowTempLOFF.Presence == visible)

    on the other

    LowTempLOFF.Presence = "Hidden";

    endif

    in the example above my checkbox is named "Temp".

    the object to be hidden, a numeric field is named "LowTempLOFF".

    I've also tried '1' instead of 'True', and 'on' in vain.

    To add, I want the object visible screen only - not print.

    My current error States: the "Temp.rawValue" accessor is unknown

    Appreciate any help!

    You save the dynamic PDF form? Presence changes will not work unless the form is a dynamic

    PDF.

    Paul

  • A select based on a checkbox control

    Want to select a radio button option (to my knowledge, what is a table?) If a check box is selected. Some had earlier this week to help on a different problem and use the script below, but not sure of the selection procedure for a selection of radio button.

    If {(event.target.value=="Off)"}

    this.getField("Text1").value = "";

    } else {}

    this.getField("Text1").value = 'ABCXYZ ';

    }

    The mouse event to the top of "Financing", enter this code:

    If (event.target.value == "Cash).

    this.getField("FinanceType").value = 'Cash ';

    else this.getField("FinanceType").value = "Off";

  • Setting a limit of character based on a checkbox control

    Hello

    I have a form of bank where there is a minimum amount of money needed to open a certain type of account.

    I currently have a set of 'Account Type' checkboxes that are activated to select the particular account type. Then the applicant between the amount they want to put into their account in a text field '$montant '.

    The applicant can put any amount in "amount $" unless they check the "Account Type" term deposit. Then the amount must be 1000 or more.

    I can see how to set a limit of characters on a field (for four digits), but I need to apply only if option checked.

    I guess it will be a form any if/else statement:

    var one_x = this.getField ("amount $");

    var one_y is this.getField ("Account Type");.

    One_x.//this if (one_y.value == "Term deposit") is where I need to tell a character limit?

    else / / tell him don't not to apply the limit of characters

    I'm on the right track?

    Any help is very appreciated.

    I don't think that the character limit is the right approach, because it set the maximum number of characters, not the minimum. You might rather just watch the entered value. If it is less than 1000 when it should be more, allow the user knows and refuse the value. You can do this with a custom for the amount field validation script $, something like:

    Custom text field Validation script

    (function () {}

    Leave the field blank

    If (! event.value) return;

    Refuse the value if it is less than 1000

    var acct_type = getField("Account_Type").value;

    If (acct_type! == 'Off' & event.value)< 1000)="">

    Event.RC = false;

    App.Alert ("Please enter a value of 1000 or more.", 3);

    }

    })();

  • Show/hide fields based on T/F control - only showing or hiding, not both.

    Hi Forum,

    I'm looking to show/hide fields address based on a T/F control (or a single entry check box).

    My online form has a number of business address fields, a T/F control and a number of postal address fields. I want the mailing address fields to hidden when a user clicks on the box 'As Above' (and demonstrated once again if they click this box once more).

    I used the sample code (https://docs.oracle.com/cloud/latest/process_gs/CPRCW/GUID-F3BD3386-F333-45C6-AA56-C77136D169E5.htm) as a starting point for my Web form rule and it works as expected the first time that a user clicks area T/F (i.e. He's hiding the post fields) but it does not work the second time they until it clicks (where I assumed that fields would still be visible).

    The T/F box has the following options:

    true = as above

    false = No

    And my web rule looks like this:

    If (AsAbove.value = true) {}

    PostalAddress.visible = true;

    PostalState.visible = true;

    PostalPostCode.visible = true;

    } else {}

    PostalAddress.visible = false;

    PostalState.visible = false;

    PostalPostCode.visible = false;

    }


    I tried the same thing (with similar results) using a Checkbox control with a single option (according to the example code)

    If (PostalAddressCheckbox [0] .value == 'As Above') {}

    PostalAddress.visible = true;

    PostalState.visible = true;

    PostalPostCode.visible = true;

    } else {}

    PostalAddress.visible = false;

    PostalState.visible = false;

    PostalPostCode.visible = false;

    }

    As verified does not seem to be supported, is there another way to accomplish what I'm after, or I missed something somewhere simple (and y at - it documentation on the T/F control)?

    See you soon,.

    James.

    Hello

    Web Forms address these true-false as the boxes and, as such, in the form of tables.

    You can see if you try to print the TrueFalse value. You should get something like java object lang @XXXXXX

    Try to put the code as follows (in bold and underlined):

    If (AsAbove[0].value = true """""") {}

    PostalAddress.visible = true;

    PostalState.visible = true;

    PostalPostCode.visible = true;

    } else {}

    PostalAddress.visible = false;

    PostalState.visible = false;

    PostalPostCode.visible = false;

    }

    This should do the trick

    See you soon

    José

  • Impossible to hide the table of content through its property

    Oracle Forms 10 g, Oracle database 10g

    Hi all

    I'm trying to hide my table of content at the time when the forms open so I went to his property and disable the Visible property, but I still see this painting.

    At the same time, when I use the code below, then I can't see this painting...

    Code

    SET_VIEW_PROPERTY ('MAIN', VISIBLE, PROPERTY_FALSE);

    In fact, I have defined name canvas in one of my table and want to control those dynamically.

    Can someone help me?. Thank you

    Concerning

    Muzz


    Dear Muzz

    Make sure that the first navigable point in the first block is not in the Web of hide. If its in the canvas, and then change the first element of the block as another element.

    Manu.

  • AutoFill based on the checkbox

    I'm relatively new to any idea in Javascript and Formcalc for forms of script. I created a form in need of some expensive attention. What I'm trying to do is autopopulate text fields based on the box, if it is enabled or not.

    Example: Once the property information - property name, street address, city, State and zip code (at the top of the form) are filled. If the box is checked in the section information of client (below), it will enter information according to the property information in the fields of the address below in the assigned text fields.

    Here is my code Javascript (not exhaustive):

    FLContract. #subform [0]. PayerName::calculate - (JavaScript, client)

    var a =' '

    If (this.getField ("CheckBoxPropertyInfo") .value == 1)
    {
    a = propName.Value
    }
    Event.Value = has

    Capture.PNG

    Enter this slot option 'Change' to the editor script for the checkbox control. just rename your fields appropriately. The second 'if' will reset the fields if they accidentally clicked on it. Name [1] is the field you want the box to be filled. 'Name' is the original field.

    If (this.rawValue == '1') {}

    this.resolveNode("Name[1]").rawValue = this.resolveNode("Name").rawValue;

    this.resolveNode("Address[1]").rawValue = this.resolveNode("Address").rawValue;

    this.resolveNode("City[1]").rawValue = this.resolveNode("City").rawValue;

    this.resolveNode("State[1]").rawValue = this.resolveNode("State").rawValue;

    this.resolveNode("ZipCode[1]").rawValue = this.resolveNode("ZipCode").rawValue;

    this.resolveNode("Country[1]").rawValue = this.resolveNode("Country").rawValue;

    }

    If (this.rawValue == '0') {}

    this.resolveNode("Name[1]").rawValue = "";

    this.resolveNode("Address[1]").rawValue = "";

    this.resolveNode("City[1]").rawValue = "";

    this.resolveNode("State[1]").rawValue = "";

    this.resolveNode("ZipCode[1]").rawValue = "";

    this.resolveNode("Country[1]").rawValue = "";

    }

  • Hide/show items based on another point when the page is rendered.

    Hello

    I am trying to hide or display the elements on the page when the page is rendered according to the value of a checkbox control.

    That's what I use.

    Body HTML attribute:

    OnLoad = "initialCheck (); »


    Header HTML:
    function initialCheck () {
       if (html_GetElement('P21_BEN_SAVINGS').value != 'YES') {
          html_HideItemRow('P21_COST_SAVING');
          html_HideItemRow('P21_LOCATION_CODE');
          html_HideItemRow('P21_ACCOUNT_NO');
          html_HideItemRow('P21_SVG_DEPT');
          html_HideItemRow('P21_RATIONALE');
       } else {
          html_ShowItemRow('P21_COST_SAVING'); 
          html_ShowItemRow('P21_LOCATION_CODE');
          html_ShowItemRow('P21_ACCOUNT_NO');
          html_ShowItemRow('P21_SVG_DEPT');
          html_ShowItemRow('P21_RATIONALE');
       }
    }
    I want the items listed to show when the page is loaded when the P21_BEN_SAVINGS is checked (equal to 'YES'), but they are hidden in this situation.

    I see not the onload call in Firebug, and I don't know if it is the configuration of firebug or that JavaScript is not fair.

    Thanks for any help!

    Matt

    Hi Matt

    Try this

    function initialCheck () {
       if ($v('P21_BEN_SAVINGS') != 'YES') {
          $x_HideItemRow('P21_COST_SAVING');
          $x_HideItemRow('P21_LOCATION_CODE');
          $x_HideItemRow('P21_ACCOUNT_NO');
          $x_HideItemRow('P21_SVG_DEPT');
          $x_HideItemRow('P21_RATIONALE');
       } else {
          $x_ShowItemRow('P21_COST_SAVING');
          $x_ShowItemRow('P21_LOCATION_CODE');
          $x_ShowItemRow('P21_ACCOUNT_NO');
          $x_ShowItemRow('P21_SVG_DEPT');
          $x_ShowItemRow('P21_RATIONALE');
       }
    }
    

    Max

    Published by: - Max - April 28, 2010 10:42

    Published by: - Max - April 28, 2010 10:43

  • Hide a line based on the State.

    Hello, I have a requirement where I have to hide a line based on the State. I am able to highlight the lines but hide the entire line does not work.

    Condition must be met on a line:

    • Thus, if a sum of EXP5_11, EXP6_11, EXP7_11 and EXP8_11 in a current group is all zeros hide this line. Please refer to the RTF-model.

    Attachments:

    • RTF-model.
    • XML file.
    • Sample output generated when the lines are highlighted the meeting status.

    Any help is much appreciated on how I can hide a line.

    EM-: [email protected]

    If please remove your IF condition and add the following code inside the foreach tag

    This works very well in my test.

  • Hide the table of contents without overlap

    Hi! How can I hide the Table of contents on the right, but not overlapping le slides, maybe endangered? Is there any in the program or script? Thank you very much.

    You can create a table of contents in Captivate, using variables and actions progress/shared.

  • How to hide the table header if no data is present

    Hello

    I need to hide the heading for the table if no data is present. Table a, column 5. If no matter what clolumn gave this section table should not be display.

    I use <? If: count (Installation_Event_S19) = 0? > but this is not a job for me.

    Could you please help me.

    Thank you

    Sylvie Kumar


    I think you want to show/hide a table that if its conditions of licence exists and have some value. You can have an if condition including the table.

  • How can I get the action to hide the table of contents to work as part of a conditional Action?

    GOAL: when a user takes the Quiz and fails, I wish they were able to get back underway and reviewing the materials before taking the quiz. As noted in other discussions, I have created actions advanced conditional and standard to achieve this:

    • Quiz results Slide Property executes the standard action "ResultsSlideVisitedAction", affecting a variable (AssessmentVisited) to 1, an indicator that the result slide has been visited.

    ResultsSlideVisited.PNG

    • If a user clicks the Retake Quiz button, instead of going to a "knowledge management", a quiz question classified early in the race with zero points, it goes to the first real quiz question. The slide to check knowledge runs the 'ExcludeKCAction', a conditional, looking to see if the result slide has been visited, which means that the quiz taken. If so, he jumps at the 1st question of the quiz slide.

    KCExclude.PNG

    • I changed my Quiz message fail to tell the user to click the button Retake (which works fine) or navigate using the table of contents to review topics and then resume the quiz. The problem with this is that if a user uses the table of contents and gets to go to the slide to verify the knowledge to conditional action, they are sent directly to the Quiz.
    • So, I took a different tact and decided to ask the user to use a "Back in the race" button to review the course and then resume the quiz. Because you cannot add buttons to the slide of results, I created an invisible button to reset the AssessmentVisited variable to 0, so when the GET to the verification of knowledge, they are not sent for the quiz. I did this by adding the image on a button, and then by superimposing an invisible rectangular shape on top of the button image. This allowed me to add advanced invisible form actions. It worked!
    • The last thing I want to do is to hide the table of contents, so there is no chance of the user to return without resetting the variable. I tried to add the action to hide the table of contents, but it doesn't seem to work. Is this possible?  I tried to move the TOC to hide as actions of 1st, 2nd and 3rd and sill does not. Here is a screenshot of the conditional action that runs when a user clicks on my return to the button a course:
    • ReturnToCourseCondition.PNG

    I appreciate any thoughts on a solution to hide the table of contents as well. Thank you.

    Hide the TOC works only for OCD in overlay, you use a table of contents separate?

    With respect to the Score slide buttons, you make it very complex, it is possible since version 6: buttons on Question/Score 6 Captivate Slides?-Captivate blog

  • CheckBox control using Expressions

    Hi all

    I'm controlling the layer mask property in the plugin Colorama to always select the active layer. What I've done is created a Checkbox control effect in the active layer to dictate that the layer mask is always assigned to the index of the current layer. If the Checkbox control is set to off, I would like to select the layer 'None '. Here's what I came up with, but since I'm new to expressions, it does not work. What I am doing wrong?

    If (("CheckBox Control") effect (1) == true) {}
    Effect ("Colorama") (mask Layer") = layer (index)';
    } else {}
    Effect("Colorama") ("Layer mask") = layer (None) ;}

    Thanks in advance for your expertise!

    You're right on all points. If you have a ton to do this, you could write a small script that would go through the computer, looking for layers with applied Colorama and change the setting to mask layer, but it's perhaps more trouble that it's worth.

    Dan

  • How to hide a table border

    Hello

    I want to hide a table border. It is possible for other items such as a textField with (appearance = None) but it is not possible for a table

    Is there a solution?

    Simply put your mouse over the header of each column, until you get a solid black arrow pointing down and select the column. Then select border > none in the border palette.

  • Position of the text of a checkbox control

    Hello

    Is it possible to have the text on the left side of a checkbox control?

    I use spark and tlf.

    Thanx

    Allan

    I should say "by reskinning the check box". You would not normally modify the CheckBoxSkin.mxml file that defines the default appearance; you make your own version of it and tell the checkbox for use instead.

    Gordon Smith

    Adobe Flex SDK team

Maybe you are looking for