AddTask

Adds a task to the task list represented by the HFMwWorkspace instance. You specify the task’s name and the URL of the file that contains the task’s functionality.

Syntax

<HFMwWorkspace>.AddTask (bstrName, bstrLink)

Argument

Description

bstrName

The name of the task.

Input argument. String subtype.

bstrLink

The URL of the file for the task. For example, this could be the URL of an .ASP file or a Web page.

Input argument. String subtype.

Return Value

Indicates whether the task was successfully added to the task list. TRUE indicates success, FALSE failure. Boolean subtype.