02-19-2019
10:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-19-2019
10:49 PM
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