Method SelectIsahItem(var TableId: integer, var PrimKey: string): boolean
Description
Selects an Isah item in an Isah form. Which form is showed depends on the specified TableId. A number of items are currently supported: engineering item revision, item, item revision and production file.
TableId
Table ID, this parameter is used both as an input and output parameter.
PrimKey
Key value of the selected item. This parameter is used both as an input and output parameter.
Result
Indicates whether the line was successfully selected (= TRUE) or not (= FALSE). TableId and PrimKey have a valid value only when the result = TRUE.