Domino Code Fragment

Code Name*
Spell Check Action for a field
Date*
06/28/2025
Source (or email address if you prefer)*
[email protected]
IP address:.172.70.178.36
Description*
Hilights text in a field and performs a spell check when button is pressed.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
@Command([EditGotoField]; "FieldName");
@Command([EditSelectAll]) ;
@Command([ToolsSpellCheck]) ;
@Command([ViewRefreshFields]);