On 05/14/2012 07:27 AM, RUSSELL Thomas wrote:
> Has anyone else loaded data into a grid with dabo that was more than 2 data 
> points past the decimal?

Yes. Though I code my forms by hand. In other words I do not use 
ClassDesigner. I do nothing special though:

  priceCol = dabo.ui.dColumn(self, Name="stPrice", Caption="Price",
             DataField="st_trans_price", DataType="decimal.Decimal",
             Editable=True)
  self.addColumn(priceCol)

This pulls from a Postgres database where the st_trans_price is a 
numeric field with a scale of 5. This is reflected in the displayed values.


>
> Thanks
>
> Tom
> ________________________________________

Adrian Klaver
[email protected]
_______________________________________________
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]

Reply via email to