filecataloger.com > Script > Object -- Catalog Database Command

Catalog Database Object

Remarks:
The object represents the FileCataloger program' catalog database.
Property:
Name Description
Version Retrieve the current database version for FileCataloger.
DBPath Retrieve the path for the opening catalog database.
SearchGroup Retrieve the group object for remaining the rearched result.
CatalogRoot Retrieve the root group object for the opening catalog database.
Functions:
Name Description
IsOpen Retrieve a boolean value indicating if have opening catalogue database.
IsModified Retrieve a boolean value indicating the modified state for the opening catalog database.
example:

Dim Msg

Msg = "CatalogDB.Version is " & CatalogDB.Version & vbCrLf
Msg = Msg & "CatalogDB.DBPath is " & CatalogDB.DBPath & vbCrLf
Msg = Msg & "CatalogDB.SearchGroup is " & CatalogDB.SearchGroup.Name & vbCrLf
Msg = Msg & "CatalogDB.CatalogRoot is " & CatalogDB.CatalogRoot.Name & vbCrLf
Msg = Msg & "CatalogDB.IsOpen() is " & CatalogDB.IsOpen() & vbCrLf
Msg = Msg & "CatalogDB.IsModified() is " & CatalogDB.IsModified()

MsgBox Msg

   
See Also:

Application Object

MainWindow Object

Config Object

©2008 Greendgh Software. All rights reserved. Privacy statement