To get the pointer to a visible field on a scrollable region, use srf_ptr():
|
||
|
|
|
|
|
|
|
|
|
You can use the pointer to this field to access the data in the field or to change that field's options.
Note that srf_ptr() only returns the pointer to the specified field in the scrollable region. If you want to change options, installed functions, or other aspects of a whole row or column in the scrollable region, set up a loop and increment the data row and/or data column passed to srf_ptr().