|
|
|
|
|
SourceFile (Property) In french: FichierSource
The SourceFile property sets the characteristics of a link. You can: - Find out the name of the source file used in the link.
- Change the source file used in the link.
// Modify the source file ProjectManagement.SourceFile = PROJMGT
Syntax
Finding out the source file of the link Hide the details
<Data file> = <Link>.SourceFile
<Data file>: Character string Name of the source file of the link. <Link>: Character string Name of the link defined in the data model editor or via the Link description type.
Changing the source file of the link Hide the details
<Link>.SourceFile = <New source file>
<Link>: Character string Name of the link defined in the data model editor or via the Link description type. <New source file>: Character string Name of the source file used by the link. File defined in the data model editor or with the File Description type. Remarks The LinkedFile property gets and sets the linked file of the link.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|