>> Dave, if you could pinpoint the *exact revision* that causes the
>> issue,
>> it would get us 95% of the way to solving the problem
Revision 4032 is the revision where the problem first occurred
> Also, the code for the grid is important, too, so that we can figure
> out what attribute is causing the overflow.
>
The exceptions shown in the original email were generated when a single
record was selected from an sqlite3 database,
The code for the grid is as follows :
<dPage RegID="Page2" Caption="Browse"
designerClass="controlMix" Name="Page2">
<dSizer SlotCount="1" designerClass="LayoutSizer"
Orientation="Vertical">
<dGrid ColumnCount="20" sizerInfo="{'Proportion': 1,
'Expand': True}" HeaderHeight="40" RowHeight="20" Name="productGrid"
designerClass="controlMix" AlternateRowColoring="True" RowColorOdd="(0,
255, 128)" RegID="productGrid" code-ID="productGrid"
SelectionMode="Cell" DataSource="Product">
<dColumn Width="56" Caption="Order\nCode"
HorizontalAlignment="Left" DataField="OrderCode"
designerClass="controlMix" Order="10" ></dColumn>
<dColumn Width="200" Caption="Description"
HorizontalAlignment="Left" DataField="Description"
designerClass="controlMix" Order="20" ></dColumn>
<dColumn Width="50" Caption="Size\nWeight"
HorizontalAlignment="Center" DataField="SizeWeight"
designerClass="controlMix" Order="30" ></dColumn>
<dColumn Width="40" Caption="Case\nSize"
HorizontalAlignment="Center" DataField="PackSize"
designerClass="controlMix" Order="40"></dColumn>
<dColumn Width="50" Caption="Case\nCost"
HorizontalAlignment="Center" DataField="PackCost"
designerClass="controlMix" Order="50"></dColumn>
<dColumn Width="50" Caption="G.P.\n%"
HorizontalAlignment="Center" DataField="Margin"
designerClass="controlMix" Order="55"></dColumn>
<dColumn Width="50" Editable="True"
Caption="Sell\nPrice" HorizontalAlignment="Center" DataField="SellPrice"
designerClass="controlMix" Order="65" HeaderBackColor="(255, 165,
0)"></dColumn>
<dColumn Width="50" Caption="R.R.P."
HorizontalAlignment="Center" DataField="RRP" designerClass="controlMix"
Order="70" ></dColumn>
<dColumn Width="50" Caption="Promo\nCost"
HorizontalAlignment="Center" DataField="PromoCost"
designerClass="controlMix" Order="80"></dColumn>
<dColumn Width="50" Caption="Promo\nPercent"
HorizontalAlignment="Center" DataField="PromoPercent"
designerClass="controlMix" Order="85"></dColumn>
<dColumn Width="200" Caption="Promo Text"
HorizontalAlignment="Left" DataField="PromotionText"
designerClass="controlMix" Order="90"></dColumn>
<dColumn Width="56" Caption="Dept"
HorizontalAlignment="Left" DataField="Department"
designerClass="controlMix" Order="100" ></dColumn>
<dColumn Width="54" Caption="Brand"
HorizontalAlignment="Left" DataField="Brand" designerClass="controlMix"
Order="110" ></dColumn>
<dColumn Width="68" Caption="Cat-Seq."
HorizontalAlignment="Center" DataField="CatalogSequence"
designerClass="controlMix" Order="120" ></dColumn>
<dColumn Width="50" Editable="True"
Caption="Stocked" HorizontalAlignment="Center" DataType="bool"
DataField="RangeFlag" designerClass="controlMix" Order="130"
HeaderBackColor="(255, 165, 0)"></dColumn>
<dColumn Width="50" Editable="True"
Caption="Fast\nSeller" HorizontalAlignment="Center" DataType="bool"
DataField="FastSeller" designerClass="controlMix" Order="140"
HeaderBackColor="(255, 165, 0)"></dColumn>
<dColumn Width="68" Caption="Date\nIntroduced"
HorizontalAlignment="Center" DataField="CreateDate"
designerClass="controlMix" Order="150"></dColumn>
<dColumn Width="68" Caption="CostPrice\nDate"
HorizontalAlignment="Center" DataField="PackCostDate"
designerClass="controlMix" Order="160"></dColumn>
<dColumn Width="68" Caption="Last\nOrdered"
HorizontalAlignment="Center" DataField="LastOrdered"
designerClass="controlMix" Order="170"></dColumn>
<dColumn Width="120"
Caption="Discontinued\nText" HorizontalAlignment="Left"
DataField="DiscontinuedText" designerClass="controlMix"
Order="180"></dColumn>
</dGrid>
</dSizer>
</dPage>
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]