Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Modifies the answer lookup form to include the answer of the parent of the current question.
Syntax
client server public static FormRun collectionQuestionAnswerLookup(FormRun _formRun, KMQuestionId _parentQuestionId)
Run On
Called
Parameters
- _formRun
Type: FormRun Class
The lookup FormRun object.
- _parentQuestionId
Type: KMQuestionId Extended Data Type
The parent KMQuestionId value of the current question.
Return Value
Type: FormRun Class
A FormRun object.
Remarks
This method also adjusts the DisplayHeight setting of all FormStringControl controls in the FormGridControl control of the lookup to create a uniform grid display.