Expand my Community achievements bar.

Button

Avatar

Former Community Member
How do I make a Button open an Invisible Subform?



Subform containing desired fields titled "CalculateSubform"
1 Reply

Avatar

Former Community Member
Adding the following JavaScript to your button's Click event should do the trick (assuming that the button and subform are siblings in the object hierarchy):



CalculateSubform.presence = "visible";


Stefan

Adobe Systems