Set Hidden state of a Combo Box

Does anyone know how to hide/unhide a Combo Box with a Row Rule?

I am creating an input page with multiple combos that I want to only have the first combo show on open and based on the selection, unhide another combo.

Just real simple, I will have 2 combo boxes. When the page opens only the first one will show. The options in the combo will be 1 & 2. If 1 is selected, I want the second combo to “appear”.

I’ve done this with shapes - and I’m fixing to do it with textboxes and combos here in the next few days.
It takes just the Hide conditions and then appears when those conditions are not met:

So, I tried starting with the combo hidden. When I test it, the combo box does not appear. I unhide the combo and was testing something else, and when I selected the value, the combo became hidden!!

It does not appear that the Row Rule will unhide it.

Does this seem like a bug I should report? Or is it operating as designed?

Ugh
That is what I’m seeing now that I’m trying with textboxes.
It continues to work fine on my Shapes…

I thought at first that maybe it was because the EpBinding of the shapes is a virtual field (AgingCreditHoldShape) - but when I try that with textbox EpBinding, it makes no difference

I’m going to enter a ticket and see what support says.

I figured out how to do it with an event. Use property-set and the property is “hidden”.

2 Likes