Equinox Online Help - Language Reference - A to Z

Home

ChangeEditLine

Applies to
SyntaxChangeEditLine LineNumberExpression[, GroupNameExpression]
Action[Statement] Change the current line on a Spreadsheet Page.
ScopeOnly usable in form methods.
Notes

This statement changes the line highlighted by the record selector on a Spreadsheet page to the new line number specified by the parameter LineNumbeExpression. If the optional parameter GroupNameExpression is omitted, the line is changed on the current group, otherwise it specifies the target form group object name, as a string expression.

The system workarea SysError is set to a non-zero value if an error occurs, otherwise zero.

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

The following code extract changes the current line on the items spreadsheet page to the tenth line.

ChangeEditLine 10, "Items"