Brilliant Database Software - Home
Database software - Online Help System

Online Help System

Back to Brilliant Database Web-Site | Write to Support | Help Index



Operations with folders

Operations with Folders


Add Folder
(ParentFolder, FolderName, BaseOnFolder)

Used to create a new folder. The folder in which the folder will be created is specified in the ParentFolder parameter.

The FolderName parameter determines the name of a folder. If this parameter is skipped (empty), the user will see a dialog window proposing to choose the folder name.

In the BaseOnFolder parameter you can specify the name of a folder from which all folder properties will be copied: icon, colour, style of displaying and so on.

RETURN VALUE: Returns 1 if folder has been created; otherwise 0 is returned.


Move Folder
(MoveToFolder)

Used to move the selected folder into the folder specified in the MoveToFolder parameter.

RETURN VALUE: Returns 1 if folder has been moved; otherwise 0 is returned.


Rename Folder
(NewName)

Used to rename the selected folder. Use NewName to specify a new name for the folder. If NewName is skipped, the input dialog will be opened.

RETURN VALUE: Returns 1 if folder has been renamed successfully; otherwise 0 is returned.


Delete Folder  ()

Used to delete the current folder.

RETURN VALUE: Returns 1 if folder has been deleted successfully; otherwise 0 is returned.


See Also:

List of Actions