This commit is contained in:
parent
784fd55a21
commit
367bffe14e
@ -96,7 +96,14 @@ namespace VEPROMS
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (_SelectedROFst == null && SelectedDVI != null)
|
if (_SelectedROFst == null && SelectedDVI != null)
|
||||||
|
{
|
||||||
|
if (SelectedDVI.DocVersionAssociationCount <= 0)
|
||||||
|
{
|
||||||
|
MessageBox.Show("There is no Referenced Object (RO) data for this procedure set. Use the Properties for the set to define the RO data.");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
_SelectedROFst = SelectedDVI.DocVersionAssociations[0].MyROFst;
|
_SelectedROFst = SelectedDVI.DocVersionAssociations[0].MyROFst;
|
||||||
|
}
|
||||||
return _SelectedROFst;
|
return _SelectedROFst;
|
||||||
}
|
}
|
||||||
set { _SelectedROFst = value; }
|
set { _SelectedROFst = value; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user