ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Listing the links of an analysis Hide the details
List of links. The different link descriptions are separated by CR characters (Carriage Return). The result is more or less detailed depending on the constant used:hLstDetail is not specified<Name link1> + TAB + <Name file1.1> + TAB + <Name item1.1> + TAB + <Cardinality 1.1> + TAB + <Name file1.2> + TAB + <Name item1.2> + TAB + <Cardinality 1.2> + CR +...hLstDetail is specified<Name link1> + TAB + <Name file1.1> + TAB + <Name item1.1> + TAB + <Cardinality 1.1> + TAB + <Name file1.2> + TAB + <Name item1.2> + TAB + <Cardinality 1.2> + TAB + <Modification rule> + TAB + <Deletion rule> + CR +...Where:<Name link X>: name of the link.<Name file x.1>:: Name of the data file related to the primary key.<Name item x.1>: Name of the item related to the primary key or name of the specified data file.<Cardinality x.1>: Cardinality of the link related to the primary key in the following format: "<Min cardinality>, <Max cardinality>" ("0, N" or "1, N" for example).<Name file x.2>: Name of the data file related to the foreign key.<Name item x.2>: Name of the item related to the foreign key.<Cardinality x.2>: Cardinality of the link related to the foreign key in the following format: "<Min cardinality>, <Max cardinality>" ("0, N" or "1, N" for example).<Modification rule>: Rule to apply if the primary key is modified.<Deletion rule>: Rule to apply if the primary key is deleted. The name of data files corresponds to the name of the database + '\' + the relative physical name of these data files. If one of the listed links is performed in a composite key, the <Name item 1.2> parameter returned will correspond to the name of the different key components. The names will be separated by a comma.
Name of the data file whose links must be listed. The links originating from this file or ending at this file are listed.
Full path of the analysis file (.WDD file). If this parameter is not specified or if it is equal to an empty string (""), the links are sought in the current analysis.
Password defined for the analysis. If no password is defined, this parameter must be equal to an empty string ("").
Type of list to perform:hLstDetailLists the detailed information about the links.hLstNormal(default value)Lists the links. This parameter is ignored.
Displaying the result in a List Box or Combo Box control
Deletion and modification rule
Last update: 11/27/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: