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.
有一个概念问题。打开表单时,使用 stLinkCriteria 还是 OpenArgs 更好?如果有区别,什么时候应该优先选择一个?
感谢比尔
取决于你在做什么。
stLinkCriteria 适用于打开新表单。
OpenArgs 是我所知道的将变量发送到新打开的表单的唯一方法,因为表单的 OnLoad 事件可以处理通过 OpenArgs 发送的变量。