home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 November
/
Pcwk1197.iso
/
LOTUS
/
Eng-ins
/
WORDPRO
/
COLLAYS.TPL
< prev
next >
Wrap
Text File
|
1995-06-25
|
372b
|
13 lines
'Retrieve all of the layouts in this division
Dim AllLayouts As LayoutCollection
Set AllLayouts = .Division.Foundry.Layouts
Forall Layout In AllLayouts
Print "Layout Info "
Print "Class name ",Layout.ClassName
Print "Name ", Layout.Name
Print "Editor name ", Layout.EditorName
Print "------------------------------------------"
End Forall