问题标签 [code39]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
43 浏览

crystal-reports - 如何在 CrystalReports 中用 Code39 转换 $ 字符?

我需要将数值(文档编号)显示为条形码。我使用 Code39 进行转换。将 %-character 作为第一个字符,将 $-character 作为最后一个字符连接到我的号码很重要。

这是我的代码:

Code39Full ("%" & ToText({Command.DocNum}, 0, '') & "$")

那应该显示:

%217006169$

但看起来是这样的:

%217006169/D

有什么建议吗?