NXProf
Mechanical
- Nov 28, 2012
- 45
Hello,
I've completed VB code that properly creates html files from drawing sheets, in which it throws out an error message after creating the files and states the following:
"NXOpen.NXException.Invalid file name
at NXOpen.Builder.Commit()
at NXJournal.Main() in T:\Temp\NXJournals912\journal.vb:line193"
Lines 192 and 193 are as follows:
Is there any way to identify the "NXJournals912" error message?
Since the output is exactly what I desire with no errors, is there a method to bypass this error message and continue with the .NET code? ...possibly having the program hit the OK button to the error message without user input.
Thank you ahead of time for your help.
Regards,
NX Prof
I've completed VB code that properly creates html files from drawing sheets, in which it throws out an error message after creating the files and states the following:
"NXOpen.NXException.Invalid file name
at NXOpen.Builder.Commit()
at NXJournal.Main() in T:\Temp\NXJournals912\journal.vb:line193"
Lines 192 and 193 are as follows:
Code:
Dim nXObject1 As NXObject
nXObject1 = plotBuilder1.Commit()
Is there any way to identify the "NXJournals912" error message?
Since the output is exactly what I desire with no errors, is there a method to bypass this error message and continue with the .NET code? ...possibly having the program hit the OK button to the error message without user input.
Thank you ahead of time for your help.
Regards,
NX Prof