Skip to main content

Dial_DelayTicks (function reference)

By November 1, 2020June 23rd, 2021Online Help, Troi Dialog Plug-in
Troi Dialog Plug-in for FileMaker Pro

Dial_DelayTicks

Waits a specified period of time.

SyntaxFunction badge

Dial_DelayTicks ( switches ; ticks )

Parameters

switches reserved for future use, leave empty or set to "-Unused"
ticks the time the function waits, in 1/60th of a second

Returned Result

Data type returned

Number

Result

This function always returns 0.

Originated in

Troi Dialog Plug-in 3.7

Compatibility

FileMaker Pro 16 to 19

Considerations

A maximum time of 2 minutes can be specified.

On macOS there is a problem where FileMaker does not update the screen after a Dial_DelayTicks step, even if you do a different Set Field step. To workaround this please add this step before the Dial_DelayTicks step: Pause/Resume Script [ 0:00:00 ]

Example

Set Variable [ $ErrorCode ; Dial_DelayTicks ( "-Unused" ; 180 ) ]

will wait for 180 ticks = 3 seconds.

Used in example file

Delay.fmp12

Related topics

Troi Dialog Plug-in online help (overview)


Online Help Page for Troi Dialog Plug-in for 16 to 19 –> Dial_DelayTicks (dialp4301) 2021-0623 15:46:20