- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Tricky!
Effectively, the overflow leader is a new instance of the columnHeader object, therefore it is defaulting to the default value.
The Global property is... global!
A couple of potentials:
(1) In the calculate event of the repID object have the following FormCalc:
$ = columnHeader[0].repID
(2) If the repID is set to Global, then on the initilize event you could try setting the name of the repID object, to include the subform instance. So the following in JavaScript:
this.name = repID + this.parent.parent.index.toString();
The number of .parent would depend on your form structure.
Not sure will these work, but it might be worth a go.
Niall
Views
Replies
0 Likes
Total Likes