Previous Topic: dtlShowtextNext Topic: dtlStartDiv


dtlStart

The dtlStart macro begins a detail form, and must be the second macro on the form. 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 the following properties:

center=true|false

Specifies whether the form is centered.

scroll=true|false

Specifies whether the form always has a scroll bar.