<!DOCTYPE openRPTDef>
<report>
 <title>Departments Master List</title>
 <name>DepartmentsMasterList</name>
 <description></description>
 <size>Letter</size>
 <portrait/>
 <topmargin>100</topmargin>
 <bottommargin>100</bottommargin>
 <rightmargin>100</rightmargin>
 <leftmargin>100</leftmargin>
 <querysource>
  <name>deptQuery</name>
  <sql>SELECT dept_number, dept_name
FROM dept
ORDER BY dept_number;</sql>
 </querysource>
 <pghead>
  <firstpage/>
  <height>103</height>
  <label>
   <rect>
    <x>180</x>
    <y>80</y>
    <width>200</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>12</size>
    <weight>normal</weight>
   </font>
   <left/>
   <top/>
   <string>Department Name</string>
  </label>
  <line>
   <xstart>2</xstart>
   <ystart>100</ystart>
   <xend>647</xend>
   <yend>100</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>1</x>
    <y>22</y>
    <width>651</width>
    <height>26</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>16</size>
    <weight>bold</weight>
   </font>
   <hcenter/>
   <top/>
   <string>Departments</string>
  </label>
  <line>
   <xstart>1</xstart>
   <ystart>72</ystart>
   <xend>646</xend>
   <yend>72</yend>
   <weight>0</weight>
  </line>
  <label>
   <rect>
    <x>15</x>
    <y>80</y>
    <width>150</width>
    <height>15</height>
   </rect>
   <font>
    <face>Arial</face>
    <size>12</size>
    <weight>normal</weight>
   </font>
   <left/>
   <top/>
   <string>Department Number</string>
  </label>
 </pghead>
 <section>
  <name>main</name>
  <detail>
   <key>
    <query>deptQuery</query>
   </key>
   <height>31</height>
   <field>
    <rect>
     <x>180</x>
     <y>10</y>
     <width>200</width>
     <height>20</height>
    </rect>
    <font>
     <face>Arial</face>
     <size>12</size>
     <weight>normal</weight>
    </font>
    <left/>
    <top/>
    <data>
     <query>deptQuery</query>
     <column>dept_name</column>
    </data>
   </field>
   <field>
    <rect>
     <x>15</x>
     <y>10</y>
     <width>150</width>
     <height>20</height>
    </rect>
    <font>
     <face>Arial</face>
     <size>12</size>
     <weight>normal</weight>
    </font>
    <left/>
    <top/>
    <data>
     <query>deptQuery</query>
     <column>dept_number</column>
    </data>
   </field>
  </detail>
 </section>
</report>
