WebForm.Close (gb.web.form)

Sub Close ( [ ReturnValue As Variant ] )

Close the form.

If the form was a dialog, you can specify a return value with the optional ReturnValue argument.

That return value will be passed as an argument to the control ? event of the control that owns the dialog.