Chapter 2 -- 47
Reference Guide
"
""
" Document.D atabase
Returns the Database
object associated with the document.
Access Read-Only.
Type VT_DISPATCH or Database
object.
"
""
" Document.Format
Returns the Format
object that represents the format of the
document.
Access Read-Only.
Type VT_DISPATCH or Format
object.
"
""
" Document.TriggerForm
Sets or returns the TriggerForm
in printing situation.
Access Read/Write.
Type VT_I2 or Integer or enumTriggerForm
type.
Thevaluecanbeoneofthefollowing:
lppxNever = 1
lppxForEachSerie = 2
lppxForEachLabel = 3
"
""
" Document.FullName
Returns the file specification for the document, including path.
Access Read-Only.
Type VT_BSTR or String
.
Ex : c:\drawdir\scribble.
"
""
" Document.Name
Returns the document’s name. Default property.
Access Read-Only.
Type VT_BSTR or String
.