- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I used following steps and it works on my machine.....
1. I copied UUID field "TextField2" and pasted close to it and named it "UuidBackup"
2. Changed "TextField2" visible property to "invisible" in the object pallet.
3. Add following JavaScript code in docReady event of UuidBackup
if (this.isNull) {
this.rawValue = this.parent.TextField2.rawValue;
}
4. Aline both TextField2 and UuidBackup field exactly one on other.
Save and try the results.....
Views
Replies
0 Likes
Total Likes