Show / Hide Table of Contents

IsDBTraveler

Object and Type

Object  : FCApp

Type     : Property

Prototype

Public IsDBTraveler As Boolean

Description

This property tells whether the current database is Traveler-enabled, or not.

Values

Value Description
FALSE  The database is a normal Clarify database.
TRUE The database is Traveler-enabled.

Example

The example shows using the property.

Visual Basic:

Debug.Print "Is the database Traveler Enabled? " & _
      CStr(FCApp.IsDBTraveler)
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.