setbannerprogressbar
VALUE
,
DATABASE

The setbannerprogressbar statement displays progress in the toolbar banner.


Parameters

This statement has two parameters:

value – is the progress value, from 0 to 1. For example 0.5 indicates that the current task is half complete.

database – is the database where the progress is to be displayed. This parameter is optional, if omitted or empty, the current database is used.


Description

The setbannerprogressbar statement displays progress in the toolbar banner.

setbannerprogressbar 0.6

Note: The progress bar will appear in all data windows associated with the current database, not just the current window. You can also specify that the progress bar be displayed in a different database, like this:

setbannerprogressbar 0.4,"Checkbook"

See Also


History

VersionStatusNotes
10.2NewNew in this version.