If a control (text box, combo box etc, etc) has been marked as 'IsVisible=False' the event manager fails to make the control visible.
Solution: Set the control to 'IsVisible=True' and then within the event manager hide the control on form load (if applicable) and thereafter it can be made visible/invisible via the event manager.