Chapter 2 -- 123
Reference Guide
"
""
" TableLookup.PadLength
Sets or retrieves the number of characters to pad up to.
Access Read/Write.
Type VT_I4orLong
.
"
""
" TableLookup.ResultField
Sets or retrieves the name of the linked output field.
Access Read/Write.
Type VT_BSTR or String
.
"
""
" TableLookup.Keys
Returns strings collection for keys.
Access Read-Only.
Type VT_DISPATCH or Strings
.
"
""
" TableLookup.TableName
Sets or retrieves the linked table name of the current data
source.
Access Read/Write.
Type VT_BSTR or String
.
"
""
" TableLookup.AddKey
VTS_NONE AddKey (strSearchFieldName, strSearchFieldVa-
lue).
Adds a pair (<SearchFieldName>,<SearchFieldValue>) in the
Search Field List.
Parameters:
strSearchFieldName Required VT_BSTR or String
.Thefield
name.
strSearchFieldValue Required VT_BSTR or String
.The
valueofthefield(mustbethenameofanothervariable).
Object
Methods