Previous | Next | (P-PDF) JavaScript
Topic: Index in a Combobox
Conf: (P-PDF) JavaScript, Msg: 68531
From: Mampfred
Date: 7/12/2002 02:01 AM
That's a very good question indeed, I tried it with
var myField = this.getField("TheCombo");
var Index = myField.currentValueIndices;
because the documentation says it is supposed to return the _current_ index of a combobox. What it is actually returning is the index of the _default_ element as specified in the properties. Anyone else had that problem? Or didn't?