istek61
Posts: 3
Joined: Sun Feb 07, 2021 3:40 pm

Hide other box with checkbox

Hi
I'm trying to hide the text box using the checkbox. Even though the formula makes sense, it doesn't work. what could be the problem?

Image

I want this.
With the checkbox selected, the text box will open.
Close the text box with the checkbox unselected

I've been working for 4 hours. please help me :(
Last edited by istek61 on Tue Feb 09, 2021 11:26 am, edited 1 time in total.
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Hide other box with checkbox

Hello and welcome to our forums,

The attached image is, unfortuantely, unavailable.

If possible, could you please try to attach it once again so I can have a better view about what you want to achieve?

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
istek61
Posts: 3
Joined: Sun Feb 07, 2021 3:40 pm

Re: Hide other box with checkbox

I solved the problem somehow until I got an answer.
however, the programming logic of this product is very erratic.

Solution for those facing this issue.

Sample : 1) checkbox1 and textbox1

menu / control condition / new

condition : checkbox1 = ""
action : Disable

menu / control condition / new

condition : checkbox1 = NOT (checkbox1 = "")
action : Enable


This way you can turn the text box on or off when you click the checkbox.
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Hide other box with checkbox

Hello,

Thank you for your followup on this and for sharing your solution with us!

I am glad you got this working.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
istek61
Posts: 3
Joined: Sun Feb 07, 2021 3:40 pm

Re: Hide other box with checkbox

Thank you for your interest.
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Hide other box with checkbox

Always my pleasure!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”