- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Solved:
Place this script in the subform root level in the FormReady event -JavaScript.
var oList = this.getDeltas ();
for (i=0; i < oList.length; i ++)
{
var oDelta = oList.item(i);
oDelta.restore ();
}
Answer was found at http://forms.stefcameron.com/2008/09/29/restoring-the-of-your-form/
Views
Replies
0 Likes
Total Likes