ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
List of items found in the specified data file. The different descriptions of each key are separated by CR characters (Carriage Return). The listed keys are sorted according to the physical order of the keys in the data file (except if the hLstSorted constant is used).The result is more or less detailed depending on the constant used:hLstDetail is not specified<Name of key 1> + CR + <Name of key 2 + CR + ...The result is identical with hLstKey and/or hLstCompositeKey and/or hLstSorted.hLstDetail is specified<Name of key 1> + TAB + <Type> + TAB+ <Size> + TAB + <Expression> + TAB + <Unique> + TAB + <Caption> + CR +...hLstDetailPlus<Name of key 1> + TAB + <Type> + TAB + <Size> + TAB + <Expression> + TAB + <Unique> + TAB + <Caption> + TAB + <Integer part of numeric keys> + TAB + <Decimal part of numeric keys> + CR +...Where:<Name of key X>: name of the key.<Type>: type of key: "T" for text (and currency) or "N" for numeric.<Size>: item size.<Expression>: expression of the key for a composite key (for a simple key, only the key name is returned).<Unique>: "1" for a unique key, "0" for a key with duplicates.<Caption>: caption of the key.<Integer part of numeric keys>: number of digits in the integer part of numeric keys.<Decimal part of numeric keys>: number of digits in the decimal part of numeric keys.
Name of data file (query or view) whose keys will be listed.If a query name is specified, this query must be currently run (HExecuteQuery or HExecuteSQLQuery) in order for HListKey to operate. Otherwise, a WLanguage error occurs.
Full path of the analysis (which means .WDD file) in which the data file is described. If this parameter is not specified or if it is equal to an empty string (""), the data file is 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:hLstNormal(default value)Corresponds to hLstAll. Value used by default if the hLstKey, hLstCompositeKey and hLstAll constants are not used.hLstKeyLists the key items (non-composite keys only). This constant is ignored.hLstCompositeKeyLists the composite key items only. This constant is ignored.hLstDetailDetailed information (idem WINDEV 5.5).hLstDetailPlusFor the numeric keys, add the number of digits found in the integer part and in the decimal part. This constant is ignored.hLstLogicalOrderSorts the list in logical order of items (ignored if hLstSorted is specified). This constant is ignored.hLstOriginalItemUsed on a log file (xxxJNL.fic), lists the keys of the initial source file (that was logged). For example, on CustomerJNL.Fic, list the key items of CUSTOMER file. This constant is ignored.hLstSortedSorts the list in ascending order. This constant is ignored.hLstAllLists all the keys (hLstKey + HLstCompositeKey). This constant is ignored.
Displaying the result in a List Box or Combo Box control
Extracting an information from the result
Last update: 12/10/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: