Reference > Script steps reference > Editing script steps > Select All
 

Select All

Selects the entire contents of the active field.

See also 

Options 

None.

Compatibility 

 

Product 

Supported 

FileMaker Pro Advanced 

Yes 

FileMaker Go 

Partial 

FileMaker WebDirect 

Yes 

FileMaker Server 

Yes 

FileMaker Cloud 

Yes 

FileMaker Data API 

Yes 

Custom Web Publishing 

Yes 

Runtime solution 

Yes 

Originated in 

FileMaker Pro 6.0 or earlier

Notes 

In FileMaker Go, this script step does not highlight text if the keyboard is hidden on the device.

Example 1 

Selects the contents of the active field.

Show Custom Dialog ["Do you want to select the contents of the active field?"]
If [Get ( LastMessageChoice ) = 1]
Select All
End If

Related topics 

Script steps reference (alphabetical list)

Script steps reference (category list)