Listbox activecell.limittext missing

Hi,

I’m obviously missing something here, but i want to use limit text on the listbox active cell
but its not there as a property in autocomplete

any ideas??

ActiveCell returns TextEdit control, which doesn’t have LimitText property. You need to either cast it to a TextField or a TextArea.

thankyou Eli Ott,

i suppose its obvious when you think about it!!