Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
RoyWickrama_RWEI
in reply to: JaneFan

Hi Jane Fan;

Thanks for responding to my request. It did not retrieve the parent children. See Figure - 1.

I modified as follows,

If Level > 1 Then 
	oParent = System.IO.Path.GetFileNameWithoutExtension(oOcc.ParentOccurrence.Definition.Document.FullFileName)	
Else 
	oParent = System.IO.Path.GetFileNameWithoutExtension(oOcc.Parent.Document.DisplayName)
End If 

and it is working. Pl. see Figure - 2

 

2019-02-19 22_4210.png

 

2019-02-19 22_4519.png