Below is what shows under the one of the two subforms that need to be
able to disappear and reappear (Plus save at whatever state they are
left at.) are you saying to replace:if ((this.resolveNode("$").rawValue
== null || this.resolveNode("$").rawValue == "")) {
this.resolveNode("Transfer").presence = "hidden";}withif
($.rawValue==1)thenyoursubform.presence="visible"else
yoursubform.presence="hidden"endifor are you saying I should add the
above code along with the rest of the
code***************...