|
|
|
|
|
- When to use HBuildKeyValueANSI?
HBuildKeyValueANSI (Function) In french: HConstruitValCléANSI
 Available only with these kinds of connection
Regardless of the platform used, the data stored in the HFSQL data files is in ANSI format.On a Unicode platform, the function HBuildKeyValueANSI function constructs the value of a compound key and records it in an HFSQL data file. HBuildKeyValueANSI must not be used to: Reminder Compound keys are binary strings whose contents cannot be displayed directly. For more details, see Composite keys.
Facture.NomClientPrénom = HBuildKeyValueANSI(Client, ...
NomClientPrénom, Client.Nom, Client.Prénom)
Syntax
<Result> = HBuildKeyValueANSI(<Data file> , <Composite key> , <Value of components>)
<Result>: Character string Value of the composite key to be stored in the data file. <Data file>: Character string Name of the HFSQL data file used. <Composite key>: Character string Name of the item corresponding to the composite key. <Value of components>: Character string Value that will be assigned to each component of the composite key. This parameter has the following format: <Component 1> , <Component 2>, ...,<Component N>. For example: "MOULIN", "Françoise". Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|