FormGoto
Goes to a specified form. The form is displayed on top of all windows and the keyboard focus is set to this form.
Syntax
FormGoto(hForm)
hForm:
The form handle, returned from the FormNew() function. The form handle identifies the table where all data on the associated form is stored.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
FormGoto(hForm);
See Also