Is it possible to prevent axapta from remembering entered values in a form input field so that when the user has entered one value, they do not get a highlighted proposal for what they could enter?
Asked
Active
Viewed 267 times
1 Answers
5
Yes, it is possible.
- Set the
AutoDeclaration
property of your control to Yes. - Execute
element.delAutoCompleteString(NameOfYourControl);
in one of your form's methods e.g. ininit
.

10p
- 5,488
- 22
- 30