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: ‚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: |
Result: | Integer | 0: Command successfully executed -1: Word is not active.. | |
Example: | Status = f$word('View','visible','0') | ||
Example 2: | Status = f$Word('Document', File , 'Open' ) | ||