Automating FileMaker Pro: Scripting, Calculations, and Data Transfer

The steps in this chapter are used to manipulate the database itself. They can be placed in scripts that are executed over a network and from Web users. If you can, avoid mixing these script steps with the interface steps in the previous chapter. (You can use subscripts to enforce this separation.)
These are the standard editing commands that are the meat and potatoes of all graphical user interfaces.
This is the same Undo command that is found in the Edit menu.
Editing
None
The standard Cut command that you use from the Edit menu acts on the current selection. The Cut script step allows you to do that or to determine the selection with its options.
Editing
FIELD Use the Specify button to select the field on which the Cut step will operate. If no field is selected with the Specify button, the currently selected field in the current layout is acted on. If no field is selected in the current layout or with the Specify button, nothing happens.
SELECT ENTIRE CONTENTS If you check this option, the entire contents of the field are selected and then cut. If this is not checked, the selection made by the user in the field is cut. If nothing is selected, nothing is done.
This step operates basically as the Cut step does; however, instead of removing the selection, it copies it to the clipboard. (This is the same as the...