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;
True if the current form was successfully applied.
InterviewControl Class | Portrate.Interview Namespace