Purpose
Includes remote names in the admin Directory list.
Syntax
ServerDirectory.ShowRemoteNames [ = TRUE | FALSE ]
TRUE |
Includes remote names in the admin Directory list. |
FALSE |
Excludes remote names from the admin Directory list. |
Examples
Dim sd as ServerDirectory
sd.ShowRemoteNames = TRUE
Debug sd.ShowRemoteNames
|