home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 November
/
Pcwk1197.iso
/
LOTUS
/
Eng-ins
/
WORDPRO
/
COMMAND.TPL
< prev
next >
Wrap
Text File
|
1995-06-25
|
434b
|
18 lines
' This will issue a menu/icon command to Word Pro
' Place this %Include behind the Declarations Section
' This contains a list of all menu/icon commands
'%INCLUDE "wpbitmsk.lss"
' pass this command to both functions
WMCommand = LWPMenuMfNew
' test whether the command is currently available
If .IsWMCommandValid(WMCommand) Then
' Send the command to display the New box
Print .WmCommand(WMCommand)
End If