Designer: You can attach begin- and end-row 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-row function, use ssr_begrowfp():
|
||
|
|
|
|
|
|
To install an end-row function, use ssr_endrowfp():
|
||
|
|
|
|
|
|