Previous Topic: dtlDropdownWithDescNext Topic: dtlEndDiv


dtlEnd

The dtlEnd macro marks the end of the macros that define the contents of a detail form. This macro must be the last macro on the form. You structure all detail forms with the following code:

<PDM_MACRO name=dtlForm . . .>
<PDM_MACRO name=dtlStart . . .>
<PDM_MACRO name=dtlStartRow . . .>
. . .
<PDM_MACRO name=dtlEnd>

This macro has no properties.