Equinox Online Help - Language Reference - A to Z
CurrentPageName |
|
|---|---|
| Applies to | ![]() |
| Syntax | CurrentPageName |
| Action | [Function] Returns the name of the current form page. |
| Scope | Only usable in form methods. |
| Notes | This function returns the object name of the current form page. |
| Category | Forms |
| 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" thenChangePage "CustomerPage1"end if |
