Previous Topic

Next Topic

Inhoudsopgave

Book Index

PrimaryKey Property

Property Property PrimaryKey: String (R/W)

Description

Specifies which field(s) from the result set is the primary key.

Remarks

In case of a compound primary key use a semicolon (;) between all the parts of the primary key.

Code Snippet

frmEditForm.PrimaryKey = "DossierCode;DetailCode;DetailSubCode"