APEX 24.2
I have a text field that stores ship names, e.g., “Big Blue,” “Ocean Pride.” The field has a sub-type of “Text”, and Trim Spaces is set to “Leading and Trailing”.
There is an issue when the user enters names with quotation marks, e.g., “Lovin' My Ship”.
If the user has copied and pasted the ship name from Windows (at least), there is a good chance the quote character will be curved instead of the expected straight one.
How can I modify the data entry to prevent curved quotes from being entered?