Designer: You can set the field option OMITFROMSTRUCT in the Designer, to omit the field from the form data structure. When the form is read from the library, that field will have NULLP as its underlying data variable. You can then resolve the data pointer by calling sf_datap() for that field, or you can leave the data pointer as a NULLP. See the Designer User's Guide for information on the OMITFROMSTRUCT field option.
Code: You can specify NULLP as the underlying data variable for a data field or a memo field.
General: The processing of a field that is not associated with an underlying data variable is described below:
Caution: Underlying data variables of NULLP are not supported for fields in a scrollable region.