Select Module

Name: Michelle Eye Color: brown Age: 37

Name: Ron Eye Color: Brown Age: 50

Name: Tim Eye Color: brown Age: 28

Total Records: 9
Previous 0 Records | 1 - 2 - 3 | Next 3 Records

Select Tag Source

<maml:select table="molly_test" key="name" criteria="age > 0" detail="form.maml" format="off">
  <maml:record maxentries="3">
    <p>
      <span style='background-color:lightgreen;'>
        Name: <maml:field name="name"/>
      </span>
      <span style='background-color:lightblue;'>
        <maml:detail href='advancedLists.maml'>Eye Color: <maml:field name="eyecolor"/></maml:detail>
      </span>
      <span style='background-color:tan;'>
        <maml:detail href='advancedForm.maml'>Age: <maml:field name="age"/></maml:detail>
      </span>
    </p>
  </maml:record>
  Total Records: <maml:numrecs/><br/>
  <maml:previous>Previous <maml:numrecs/> Records </maml:previous>
  | <maml:pages delimiter="-" /> |
  <maml:next>Next <maml:numrecs/> Records </maml:next><br/>
</maml:select>