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.
需要有关在 Crystal 报表中生成数字的帮助
例如 :
最后输入的记录 = 1009
下一条记录应该是 1010, 1011, 1012
怎么做这样的事情?
提前致谢。
这个问题对我来说有些不清楚,这是我对您要查找的内容的最佳猜测:
假设您在 DETAIL 部分显示每一行,那么您希望将 RECORD NUMBER 从 SPECIAL FIELDS 部分拖到报表设计的详细信息行中。
从这里。该解决方案适用于 OP。
您可能还希望在数据库中有一个IDENTITY列,它会自动增加新记录。您可以在查询中选择此列,即使这种方法很少使用。