JavaScript Editor js editor     Web development 



Main Page

This system variable contains the name of the task list manager program.

_TASKLIST = cTasklistApplication

Parameters

cTasklistApplication


Name of the Visual FoxPro program that manages the task list information. The task list manager program enables you to manage the list of persistent bookmarks (Tasklist Shortcuts) for an open document, and to add or delete task list items. Task list items are records in foxtask.dbf that contain timestamp, filename, class, method, line number and line contents information.

Remarks

By default, _TASKLIST contains tasklist.app, installed in your Windows user application folder or HOME(В ) location. You can specify a different name for the task list manager application.

The main difference between persistent bookmarks (Shortcuts) and Bookmarks is that Shortcuts are available between editing sessions.

See Also



JavaScript Editor js editor     Web development