Previous Topic: elsEditReadonlyNext Topic: elsStartEdit


elsEndEdit

The elsEndEdit macro marks the end of the fields specified for the Edit in List feature of a list form. You specify that a list form has the Edit in List feature by including the elsStartEdit and elsEndEdit macros. You define the fields on the Edit in List form with one or more elsEditField and elsEditReadOnly macros. For example:

<PDM_MACRO name=elsStartEdit search_filter="__search_filter">
<PDM_MACRO name=elsEditField . . .>
<PDM_MACRO name=elsEditField . . .>
<PDM_MACRO name=elsEditReadonly . . .>
. . .
<PDM_MACRO name=elseEndEdit>

This macro has no properties.