|
|
|
|
- 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 files is in ANSI format.On a UNICODE platform, HBuildKeyValueANSI builds the value of a composite key to store it in an HFSQL data file. HBuildKeyValueANSI must not be used to: Reminder: The composite keys are binary strings whose content cannot be displayed directly. For more details, see Composite keys. // Assign an item in a linked data file Invoice.CustLastNameFirstName = HBuildKeyValueANSI(Customer, ... CustLastNameFirstName, Customer.LastName, Customer.FirstName)
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 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: "MOORE", "Vince". Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|