Avatar

Correct answer by
Level 10

There are a variety of ways. For example, if 'stooges' is a drop-down list and 'stoogeName'  is a text field, you could put the following JavaScript on the exit event of 'stoogeName',

// form1.page1.subform1.stoogeName::exit - (JavaScript, client)

form1.page1.subform1.stooges.addItem(this.rawValue);

Steve

View solution in original post