larry wrote: > How does one hide a value that evaluates to None? I tried using > "self.field_name is not None" in the Show property without success.
That should work... > Is there a way to set a default display value for these, similar to the > NullDisplayValue of VFP? No, but it would be consistent with Dabo UI controls to have a NoneDisplay property. I guess I should make this property settable at the <Report> level as well as at the reportWriter level. Paul _______________________________________________ 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]
