Help

Table Of Contents
Creating and managing layouts and reports
F
ILEMAKER PRO HELP 276
3. In the Sliding & Visibility area, for Object visibility, select Hide when printing.
Notes
You see nonprinting objects in Browse and Layout modes, but not in Preview mode or when
you print. In Layout mode, choose View menu
> Show > Non-Printing Objects to display
nonprinting objects with a gray border.
To close up the blank space taken by a nonprinting object, set sliding options for that object
and objects below it on the layout. For more information, see
Removing blank spaces in
printouts.
Related topics
Using buttons with scripts
Previewing data on a layout
Setting up script triggers
You can set up a script trigger to specify that a script runs when an event occurs. For example, you
can use a script trigger to run a script that automatically enters data in fields based on what is
entered in another field.
Some script triggers run the script before an event is processed by the database engine. Other
script triggers run the script after an event is processed by the database engine. For example, you
could use the OnObjectEnter script trigger to run a script after a field is entered. (The field is the
object; entering the field is the event.)
Script triggers can be activated by user actions or by scripts. For example, you could use the
OnObjectEnter script trigger to activate a script to run when a field is entered either by a user
clicking it or by a Go to Object script step.
You can set up a script trigger to activate:
when a user enters a specific layout. See Setting script triggers for layouts.
when a user enters, modifies, or exits an object or objects on a layout. See Setting script
triggers for objects.
when a file is opened or closed. For information on how to do this, see Setting file options.
To see which layout objects and layouts have script triggers assigned to them, in Layout mode,
choose View menu > Show > Script Triggers.
The following script triggers are available:
Trigger area Script trigger
Before
processing
After
processing
Object OnObjectEnter X
OnObjectKeystroke X
OnObjectModify X
OnObjectValidate X
OnObjectSave X
OnObjectExit X
OnPanelSwitch X