This looks reasonable:
<y>self.Bands["detail"]["height"] - 30</y>
<y>self.Bands["detail"]["height"] - 64</y>
<y>self.Bands["detail"]["height"] - 98</y>
But they all end up stacked on of each other, and all in the group header.
Also, not sample recored. What's the trick to get that created?
bellow is my smallest one.
Carl K
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<report>
<title>Quick Report: Expense_Form</title>
<pageHeader>
<height>"0.75 in"</height>
<objects>
<string>
<align>"left"</align>
<valign>"top"</valign>
<borderWidth>"0 pt"</borderWidth>
<expr>self.ReportForm["title"]</expr>
<fontName>"Helvetica"</fontName>
<fontSize>14</fontSize>
<hAnchor>"left"</hAnchor>
<height>15.96</height>
<name>title</name>
<width>"8 in"</width>
<x>0</x>
<y>"0.6 in"</y>
</string>
</objects>
</pageHeader>
<groups>
<group>
<expr>self.RecordNumber</expr>
<startOnNewPage>True</startOnNewPage>
</group>
</groups>
<detail>
<height>None</height>
<objects>
<string>
<expr>self.Record["person"]</expr>
<height>10</height>
<borderWidth>0.25</borderWidth>
<align>"left"</align>
<fontSize>10</fontSize>
<width>478</width>
<x>104 + 10</x>
<y>self.Bands["detail"]["height"] - 30</y>
</string>
<string>
<expr>self.Record["event"]</expr>
<height>10</height>
<borderWidth>0.25</borderWidth>
<align>"left"</align>
<fontSize>10</fontSize>
<width>478</width>
<x>104 + 10</x>
<y>self.Bands["detail"]["height"] - 64</y>
</string>
<string>
<expr>self.Record["created_on"]</expr>
<height>10</height>
<borderWidth>0.25</borderWidth>
<align>"left"</align>
<fontSize>10</fontSize>
<width>478</width>
<x>104 + 10</x>
<y>self.Bands["detail"]["height"] - 98</y>
</string>
</objects>
</detail>
<page>
<marginBottom>".5 in"</marginBottom>
<marginLeft>".5 in"</marginLeft>
<marginRight>".5 in"</marginRight>
<marginTop>".25 in"</marginTop>
<orientation>"landscape"</orientation>
<size>"letter"</size>
</page>
</report>
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]