OnVerticalScroll Method

The OnVerticalScroll method scrolls a set of records. It returns nothing. It uses the following syntax:

OnVerticalScroll(scroll_action); 

where:

  • scroll_action is one of the following values:

    • nxrc. Scroll down to the next record.

    • pvrc. Scroll up to the previous record.

    • nxst. Page down to the next set of records.

    • pvst. Page up to the prior set of records.

    • scrolldn. Scroll down one page.

    • scrollup. Scroll up one page.

For example, the following code configures Siebel Open UI to scroll to the next record. You add this code to the physical renderer:

this.ExecuteMethod("OnVerticalScroll", "nxrc");