Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What it Does

Runs This method runs the Quik! Forms Engine to retrieve the Quik! Form Viewer HTML and returns an array of result objects. This is how customers generate HTML forms.

Parameters

No parameters

Sample Code

VB.NET

Code Block
languagevb
themeConfluence
titleSample Code
Dim objQFE As New QuikFormsEngine
.
. 'All configurations go here
.
objQFE.Execute()

...