On Monday, April 16, 2012 10:13:14 PM Cheryl wrote: > Cheryl <cheryl@...> writes: > > > I tried adding the following to the dGrid afterInit method. > > def afterInit(self): > col = dabo.ui.dColumn(self, Name="key_field", Order=10, > DataField="key_field",DataType="integer", Width=60, > Caption="Key?", Sortable=False,Searchable=False, > Editable=True) > > self.addColumn(col) > It created a checkbox on the grid, but when I edited the data, I received > error: data type mismatch, Expecting type 'bool', got type 'int'. > I am using a Postgres backend.
What is the datatype in Postgres? Johnf _______________________________________________ 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/3545662.Yq7G1asjVB@linux-12
