On May 14, 2013, at 8:08 AM, John Fabiani <[email protected]> wrote:
> def _setRenderer(self):
> if self.Precision:
> implicitPrecision = False
> else:
> implicitPrecision = True
>
> self._setDataTypeFromDataField(implicitPrecision)
Much simpler:
def _setRenderer(self):
self._setDataTypeFromDataField(not self.Precision)
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]