Equinox Online Help - Language Reference - A to Z

Home

SetPageScroll

Applies to
SyntaxSetPageScroll GroupNameExpression [, LogicalExpression]
Action[Statement] Sets the scrolling status of the scrollbar on spreadsheet pages.
ScopeOnly usable in form methods.
Notes

This statement sets how spreadsheet pages scroll. GroupNameExpression contains the object name of the group to affect. Note that the object name is a string. If supplied as a constant, it must be enclosed in quotation marks. If LogicalExpression is set to True the record selector will be locked in one position and the up and down arrows or mouse clicks on adjacent selector positions will cause the records to scroll around the record selector. If LogicalExpression is set to False the record selector will move to follow the mouse clicks on the selector bar and the up/down arrows. If LogicalExpression is omitted it defaults to False.

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

The following method fragment sets record selector scrolling to True.

SetPageScroll "Items", True