SET HOME PAGE

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 6.5


SET HOME PAGE (homePage)

ParameterTypeDescription
homePageStringPage name or HTML access path to the page or
"" to not send the custom home page

Description

The SET HOME PAGE command allows you to modify the custom home page for the current Web process.

The defined page is linked to the Web process, you can therefore define the different home pages depending, for example, on the user that is connected. This page can either be static or semi-dynamic.

You pass the name of the HTML home page or the page's HTML access path to the homePage parameter.

To stop sending homePage as home page for the current Web process, execute SET HOME PAGE with an empty string ("") passed in homePage.

Note: 4D also allows you to define a default home page in the Preferences dialog box. In this case, the page applies to all the Web connections whatever the Web server's startup mode (contextual or non-contextual).

See Also

Web Server Settings.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next