Assigns underlying data variables for scrollable region fields on a data form
| Call | |
| #include <vv_des.h> | |
| void ssr_datap(dstructp, srp) | |
|
PTR dstructp |
Pointer to array of data structures containing underlying variables |
| SRPTR srp | Pointer to scrollable region to assign variables to |
| Returns
None |
|
| Description
ssr_datap() associates the data variable for each field within the scrollable region with the appropriate member of the structure. |
|
| Related Functions | |
| Cautions
The data structure passed in is generated by the Designer and is based on field order, field types, and the size of underlying data. Therefore, if fields are added or deleted or the order, type, or size of any field is changed, you must generate a new data structure header file and recompile any modules that reference that header. |
|