HTTPD_SERVER_START Function

Syntax

Result_Flag as L = httpd_server_start([L confirm [,L raise_errors [,L use_config_settings [,C server_name ]]]])

Arguments

Result_Flag

.T. = Server successfully started. .F. = Server not started.

confirm

Optional. Default = .F. (FALSE). If .T. (TRUE) prompts the user to confirm the start.

raise_errors

Optional. Default = .F. (FALSE). If .T. (TRUE) raises error messages in error boxes.

use_config_settings

Optional. Default = .F. (FALSE). If .T. (TRUE) uses user preferences. If .T. (TRUE), the user can choose to suppress the automatic confirmation dialog that appears.

server_name

Character

Description

Starts the Application Server

Discussion

The HTTPD_SERVER_START() function starts the Application Server.

Example

? httpd_server_start(.T., .T.)
= .T.

Limitations

Desktop applications only.

See Also