I have a subform (say page1->dy) that plays the role of a table row. It
have 3 fields H1, H2, H3.I want to hide H1 on click of a button.In the
click event I wrote page1.dy.H1.presence = "hidden";This work fine if
the dy has only one instance. If it has more than one instance, it is
hiding only the first one. Can you please help on how to hide all
instances of sub form?I am working in LC 7.1ThanksRavikanth