Script Steps Reference

Table Of Contents
Windows script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 183
Example 2
Performs a find, then changes view depending on the number of records in the found set.
Enter Find Mode [Pause]
If [Get (FoundCount) = 1]
View As [View as Form]
Else If [Get ( FoundCount ) > 1]
View As [View as List]
End If