metropoj
10th June 2015, 16:00
In our configurator, I have the options set up for the user to pick from a list and I validate those entries against actual items in items general.
They also have the ability to enter in options manually.
Usually at the 'validation' stage, I can do a convert toupper$*() to make the validation match against the items-General for a match.
When the user types in a lowercase entry however it fails before it gets there. Says it's not valid entry.
Enter it in all uppercase and it's perfectly fine.
Is there any way to convert / force only upper case without the obvious 'caps lock' of the user :) ... I can't figure out how so far :( ...
They also have the ability to enter in options manually.
Usually at the 'validation' stage, I can do a convert toupper$*() to make the validation match against the items-General for a match.
When the user types in a lowercase entry however it fails before it gets there. Says it's not valid entry.
Enter it in all uppercase and it's perfectly fine.
Is there any way to convert / force only upper case without the obvious 'caps lock' of the user :) ... I can't figure out how so far :( ...