WebForm.ShowModal (gb.web.form)

Sub ShowModal ( [ Parent As WebControl ] )

Show the form as a modal dialog.

Parent is the owner of the dialog. If not specified, then the value of LAST is used as owner.

An error is raised if you try to call this method on an embedded form.