Equinox Online Help - Language Reference - A to Z

Home

SetPageTitle

Applies to
SyntaxSetPageTitle PageName, PageTitle
Action[Statement] Sets the title of a form page at runtime.
ScopeOnly usable in form methods.
Notes

This statement replaces the title that appears as the caption of a form page window. PageName is the value of the Page Name property of the form page object whose caption you want to change and PageTitle is the runtime value that you want to use for the Window Caption property of that page. Changes made using this statement remain in effect until either the form is closed, or another SetPageTitle statement is executed for the same page.

CategoryForms
See Also ChangeEditLine, ChangeGroup, ChangeObject, ChangePage, CurrentEventName, CurrentGroupName, CurrentObjectName, CurrentPageName, DefaultHelp, EnableGroup, EnablePage, Get, IsPageScroll, NextObjectName, Set, SetDefaultHelp, SetEquinoxTitle, SetPageScroll, ShowPage
Example

This example sets the caption of a page called "User Details" to show the full name of the current user, as specified in the User management dialog.

SetPageTitle "User Details", "User's Full Name: " & SysUser