Equinox Online Help - Language Reference - A to Z

Home

CurrentPageName

Applies to
SyntaxCurrentPageName
Action[Function] Returns the name of the current form page.
ScopeOnly usable in form methods.
Notes

This function returns the object name of the current form page.

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

This example ensures that a particular form page is selected.

if CurrentPageName <> "CustomerPage1" then
ChangePage "CustomerPage1"
end if