KMCollectionQuestionAnswer::collectionQuestionAnswerLookup Method
Modifies the answer lookup form to include the answer for the current question.
Syntax
client server public static FormRun collectionQuestionAnswerLookup(FormRun _lookupFormRun, KMQuestionId _kmQuestionId)
Run On
Called
Parameters
- _lookupFormRun
Type: FormRun Class
The lookup FormRun object.
- _kmQuestionId
Type: KMQuestionId Extended Data Type
The KMQuestionId value of the current question.
Return Value
Type: FormRun Class
A FormRun object.
Remarks
This method also adjusts the DisplayHeight setting of all the FormStringControl controls in the FormGridControl control of the lookup to create a uniform grid display.