- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Another option:
I have two text fields named Party1 and Party2. When a name is entered in the text field(s) it then becomes available in the drop list.
I used the javascript below on the *pre-open event.
this.rawValue = null;
this.clearItems();
this.addItem(Party1.rawValue);
this.addItem(Party2.rawValue);
Views
Replies
0 Likes
Total Likes