Skip to content

DoSetPaths - cWorkspace

Automatically sets the Filelist and Dfpath for the program, when a Workspace is opened

Type: Procedure

Syntax

Procedure DoSetPaths

Call Example

Send DoSetPaths

Description

The DoSetPaths procedure automatically sets the Filelist and Dfpath for the program, when a Workspace is opened. The Filelist is the list of data tables that your programs use, and Dfpath is a list of paths that the runtime will use to find files.

The Filelist is set by setting the Attribute DF_FILELIST_NAME to the value of psFileList. The Dfpath is set by setting the Attribute DF_OPEN_PATH to the value of psDfPath.