Hi, we often use the spellchecker for TEXTEDIT fields and this works fine.
However, as part of a project to have certain fields for case-insensitive searching (with code behind it), we are indicating these fields as BUTTONEDIT - so we can use the 'IMAGE' clause. See attached image. This helps users know which fields are case-insensitive.
By using BUTTONEDIT, the spellchecker no longer works and I do not see why it can't be.
Therefore, my suggestion is, can the spelling clause be added to BUTTONEDIT as well as TEXTEDIT?
Thanks
BUTTONEDIT f6a = table.add_1,
IMAGE = "textfontsizeup",
STYLE="spellgb", <-- ** DOESN'T WORK **
COMMENTS = "Address line 1";