View RSS Feed

Development Team Blog

  1. Numeric masks and rounding, floating point values and conversions

    by , 3-May-2010 at 08:00 AM (Development Team Blog)
    Frank is [URL="http://support.dataaccess.com/forums/showthread.php?t=42637"]asking about a peculiar behavior with numeric masks and rounding[/URL], where it seemingly sometimes rounds the value to the specified number of decimals in the mask, but other times it seems to truncate instead. What's going on? Is this a bug?

    Frank demonstrated the problem in an excellent manner using a tiny program like this:
    [code]
    Use DfAllEnt

    Object oMain is a Panel ...