#17413
Bill_Stewart
Participant

Right, I forgot to include the line that declares EEID_FINDBAR_INCREMENTAL in my code. The code should be:

var EEID_FINDBAR_INCREMENTAL = 4571;
var eeStatus = editor.QueryStatusByID(EEID_FINDBAR_INCREMENTAL);
alert(eeStatus);

What I am saying is that QueryStatusByID(4571) always returns 2 regardless of the state of the incremental search button.
I am using 13.0.6, x64 version.
Bill