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.
我正在开发一个 infopath 2007 网络表单,我希望能够隐藏一个复选框。控件本身并没有这样做,那么有没有人有隐藏它们的好方法?
谢谢。
将条件格式添加到复选框。删除框后面的文本(将一直可见)。在复选框后面添加一个表达式字段并将您的文本放在这里。然后给那个表达式框同样的条件格式。
替代:
将复选框放入带有条件格式的部分(这需要更多空间,但以后更容易构建和管理。)