Reacting to change in combo box

Started by stevengraff, July 28, 2014, 11:35:41 AM

Previous topic - Next topic

stevengraff

I know I can detect and react to a change in the value of a drop-down-combo, but I'm not quite sure how I can tell whether the change was due to selecting something else from the list, or due to typing.

Any ideas?

Thanks,
SG

JTaylor

You could retrieve the value and use ItemLocate to see if it exists in the list.

Jim

stevengraff