Problem with Decimal Numbers - Can help me?
Hello,
i have a problem with decimal Numbers. I have a MySQL DB with Field Types like Float(8,2). When i put this field on my Report i don't have the decimal. When i have in the Database a record like 125.95 i get in the report this: 125.
What can i do? I set the Memo DisplayFormat.FormatStr to %2.2f. But nothing happend.
Can anyone help me?
i have a problem with decimal Numbers. I have a MySQL DB with Field Types like Float(8,2). When i put this field on my Report i don't have the decimal. When i have in the Database a record like 125.95 i get in the report this: 125.
What can i do? I set the Memo DisplayFormat.FormatStr to %2.2f. But nothing happend.
Can anyone help me?
Comments