AddFormID Method
What it Does
Adds a given form ID to the list of forms that are to be generated (the same form can be added as many times as needed).
Parameters
Parameter | Type | Description |
|---|---|---|
FormID | Integer | The Quik! Form ID of the form you wish to generate |
Sample Code
VB.NET
Sample Code
Dim objQFE As New QuikFormsEngine
objQFE.AddFormID(12)This sample code will add Quik! Form ID 12 (American Funds - Application for Individual or Joint Accounts) to the list of forms to be generated.
