Skip to main content
Skip table of contents

f$Word: View


f$Word: View

Edit the Word display settings. The following options are available:

Switch between visible and invisible.Set display states minimal, normal, maximal (full screen)Please note: After closing the set of rules Word will be automatically set to visible if it has not been quit by the keyword ’quit’. This is necessary to prevent the situation that a process is running which the user is unable to see.

Syntax:

Status = f$Word('View', Type , Value)

 

Argument

Type

Meaning

 

Display

String

Keyword

 

Type

String

One of the following keywords:
'visible'
'normal'
'minimized'
'maximized'

‚View'

 

Value

String

When using the keyword visible the values '0' (invisible) or '1' (visible) can be used.

The keyword view can possess the following values:
9 - current header,
10 current footer,
0 Document
For the other keywords '' has to be used.

Result:

Integer

0: Command successfully executed

-1: Word is not active..

Example:

Status = f$word('View','visible','0')
Switches Word to invisible)

Example 2:

Status = f$Word('Document', File , 'Open' )
Status = f$Word('Display', 'View' , '9')
Status = f$Word('Update arrays','','')
Status = f$Word('Display', 'View' , '0')

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.