Designer: You can attach begin- and end-scrollable region functions to your forms in the Designer, by selecting Modify->Scrollable region->User functions and entering the name of the function to attach.
Code: To install a begin-scrollable region function, call the function ssr_begfp():
|
||
|
|
|
|
|
|
To install an end-scrollable region function, use ssr_endfp():
|
||
|
|
|
|
|
|