The Portrate Interview Engine

InterviewControl.DoNext Method 

Processes the current form's data and creates the next form in the sequence.

[Visual Basic]
Public Function DoNext() As Boolean
[C#]
public bool DoNext();
[C++]
public: bool DoNext();
[JScript]
public function DoNext(): bool;

Return Value

True if the current form was successfully applied.

See Also

InterviewControl Class | Portrate.Interview Namespace