Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
enterInField
HyperCard sends the enterInField
command to a field when the user presses Enter and the insertion point is in the field.
This
command saves the results of any changes the user or a handler makes to a field and closes the field. closeField
message if the user made changes to the text or sends exitField
if the user did not make any changes). enterInField
message as follows: on enterInField
statements
end enterInField
put "Hello world" -- built-in command
get total(field 1) -- function call
global HelpInfo -- keyword
Commands
Version 0.7b1 (March 24, 2022)