Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个整数字段从数据库中读取一个整数值,但是该值在水晶报告中显示为####,任何人都知道为什么会发生这种情况?我检查了数据类型,数据库中的值,它们的格式都正确
这是因为您显示数字的字段长度小于数字本身的大小。例子
1234567 <---- big number |...| <---- field length on report too small