Domino Code Fragment

Code Name*
Spell Check Action for a field
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.149.243.32
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]);