' NX 7.0.1.7
' Journal created by adminuser on Mon Jul 12 14:52:17 2010 Central Daylight Time
'
Option Strict Off
Imports System
Imports NXOpen
Module NXJournal
Function GetFilePath()
Dim strPath as String
Dim strPart as String
Dim pos as Integer
'get the full file path...
I tried to use your code listed but I'm getting an error that "displayPart" is not declared. Are you importing a specific library or do you define "displayPart" somewhere else?