- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Thanks, that code worked perfectly. I also implemented the loop code on a separate function to HIDE all the Transmittals.
How would I implement this.parent concept into assigning rawValues to specific objects without the affecting the same element in every instance?
EDIT: Answered my own question:
xfa.resolveNode("TRANSMITTAL[" + this.parent.instanceIndex + "]").txtTransmittalType.rawValue = this.rawValue;
Views
Replies
0 Likes
Total Likes