WebForm.ShowModal (gb.web.gui)

Function ShowModal ( [ Parent As WebControl ] ) As Variant

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.