InfoConnect for Airlines VBA Guide
AutoComplete Object Members

The following tables list the members exposed by AutoComplete.

Properties
 NameDescription
Public PropertyAutoCompleteOverwriteGets or sets how to treat text that follows an auto completion.  
Public PropertyCompleteAndContinueGets or sets whether completed text is wrapped to ensuing input fields if the completion text is too long to fit in the original field.  
Public PropertyEnabledGets or sets whether Auto Complete is enabled in the session.  
Public PropertyEnableDataPersistenceGets or sets whether suggestion data is persisted to the session file.  
Public PropertyIsCaseSensitiveGets or sets whether words are completed on a case-sensitive basis.  
Public PropertyIsDictionaryEmptyIndicates whether the Auto Complete dictionary has any suggestion data.  
Public PropertyIsSuggestionPerScreenGets or sets whether suggestions are generated from all screen data (if true) or whether suggestions are field-dependent (if false).  
Public PropertyMaxSuggestionsGets or sets the maximum number of suggestions offered (between 1 and 10) when Auto Complete is triggered.  
Public PropertyMaxWordLengthGets or sets the maximum length of words that can potentially be auto-completed. Longer words are ignored by Auto Complete. The range of valid values is 20-200 characters.  
Public PropertyMinimumWordLengthGets or sets the minimum number of characters typed (between 1 and 10) before suggestions are offered.  
Public PropertyParentGets the parent object. The parent is the Productivity object.  
Top
Methods and Functions
 NameDescription
Public MethodClearSuggestionsRemoves all previous session suggestion data.  
Top
Events
 NameDescription
Public EventDictionaryChangedRaised when a dictionary entry is added to or removed from the Auto Complete dictionary.  
Public EventSuggestionAcceptedRaised when a word has been completed (that is, a suggestion has been accepted).  
Top
See Also