Ed Leafe wrote: > On Sep 13, 2010, at 2:49 PM, Jim Byrnes wrote: > >> If I run: self.UserSQL = """select * from items where done is >> Null""" >> >> The 'done' column cells show<None>. >> >> Is there a way to just leave them blank? > > Sure: set the NoneDisplay property. It exists at the dApp level, > which will affect how *all* None values are displayed in your app. > You can override that at the individual grid or textbox level by > setting the NoneDisplay property of those controls. >
Right, I did look before I asked? Must have been fixated on Null. Thanks, Jim _______________________________________________ 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]
