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.
我有一个正在工作的脚本,并注意到正在找到一些对象。我想我已经将问题追溯到默认视图具有与之关联的过滤这一事实。我想知道如何禁用 DXL 中的过滤或将我打开的模块的视图更改为“标准视图”
要关闭过滤器:
filtering off
要更改当前模块中的视图:
View v = view("Standard") load(v)
Help -> DXL Reference Manual我建议从 DOORS Client 内部检查。从索引选项卡中,您可以搜索所有已发布的函数。
Help -> DXL Reference Manual