Previous Topic

Next Topic

Inhoudsopgave

Book Index

KeyFieldNames Property

Property Property KeyFieldNames(keyfields:String): String (W)

Description

This string has to be filled for the correct working of the group and sort functionality.

The string contains one or more fieldnames which make the dataset unique. In most cases this will be the primary key of the corresponding table or resultset. Usa a semicolon (;) to separate different fields.

Code Snippet

idbgridPart.KeyFieldNames = "PartCode"

idbgridProdBillOfMat.KeyFieldNames = "ProdHeaderDossierCode;ProdBOMLineNr"