通过DXL在模块中创建新对象时,DOORS为什么会显示错误? [英] Why does DOORS show an error when creating a new Object in a Module via DXL?

查看:145
本文介绍了通过DXL在模块中创建新对象时,DOORS为什么会显示错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要偶尔将对象添加到模块中,具体取决于通过DXL for IBM DOORS的需求.尝试执行此操作时,仅有时:

I need to add occasionally Objects to a Module, depending on the needs via DXL for IBM DOORS. Only sometimes when trying to do this:

    Object newObj
    if (last(m) == null){
        newObj = create(m)
    } else {
        newObj = create(last(m))
    }

newObj = create(last(m))行中出现错误,指出对象的创建不是当前的模块**.这再次很奇怪,有时会出现,并且有时不是...我想取决于模块的状态",也许以前没有正确关闭,现在无法进行编辑...我不知道该怎么办...一些提示?

An error in line newObj = create(last(m)) appears saying that the "Creation of objects is not the current Module**. It is once again strange, as sometimes appears, and sometimes not...I guess depending on the Module "status", maybe previously has not been correctly closed and editing now is impossible...I do not know what to do...Some hints?

推荐答案

取决于有时"的含义.如果m不是当前模块,则可以使用语句

depends on what "sometimes" means. If m is not the current module, you can make it so with the statement

current = m

这篇关于通过DXL在模块中创建新对象时,DOORS为什么会显示错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆