wwServer::ShowServerForm

Loads the server form for display. The server form is a separate object that gets created by this method. Pass an optional parameter of .T. to release an already running form.

When the server starts it reads the ShowServerForm key from the startup ini file to determine whether to display the server form.

o.ShowServerForm(llRelease)

Parameters

llRelease
If passed as .T. the form is released if visible. The actual object is unloaded.

Remarks

Ignored if running in COM DLL or ASP COM DLL mode, which cannot display the form. In filebased mode the form is always visible regardless of the setting.


See also:

Class wwServer

© West Wind Technologies, 1996-2022 • Updated: 12/15/15
Comment or report problem with topic