HideScroll
Mon 01 January 2018Syntax
HideScroll(scrollpath)
Where scrollpath is:
[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]] RECORD.target_recname
To prevent ambiguous references, you can also use SCROLL. scrollname , where scrollname is the same as the scroll levelâs primary record name.
Description
Use the HideScroll function to programmatically hide a scroll bar and all data items within the scroll.
Note: This function remains for backward compatibility only. Use the HideAllRows rowset class method instead.
Typically this function is used in RowInit and FieldChange PeopleCode to modify the page based on user action.
Parameters
Field or Control |
Definition |
---|---|
scrollpath |
A construction that specifies a scroll level in the component buffer. |
Returns
HideScroll returns a Boolean value indicating whether the function executed successfully.