Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help in a Journal ufs.Ui.ExitListingWindow() statement cause an error

Status
Not open for further replies.

Ehaviv

Computer
Joined
Jul 2, 2003
Messages
1,012
Location
IL
Hi
In a blockstyler journal the following statement cuase fatal error.

ufs.Ui.ExitListingWindow()

fatal error detected unable to continue
unhandled operating system exception e0434352


I noticed this scenario:

If I comment the above statement the error not appeare again and all Ok.
If I move the above statemen to the ok_cb the journal works ok but
when I close the session and restart session and try again the error comes again.

When again I move the statement to other place its worke but again
after restarting the session the error comes again


Do someone can help
Thank you.


 
When I click OK

Capture_tso422.png


NX11 crash.
 
Note:

When I remove this statement from
My blockstyler journal the journal
Works OK alwase.

I test that many times and with
Restarting nx and try and aiwase work ok.

Is there a conflict between this statement
And block styler ?

 
When moved to new place this time I get this error but without
NX11 crash
When restarting get the same error without NX11 crash.

Capture2_bovvsb.png
 
Hi cowski and thank you.

I have not a a key. I'll ask ouer admin.
 
Your webkey access code can be found in your NX log file (menu -> help -> log file). However, I suggest that you contact your CAD admin before setting up a webkey account; he/she may already have a process in place for reporting issues.

www.nxjournaling.com
 

Thank you for this info.
(I'll try it)

But meanwhile I found a surprising solution:

Try
ufs.Ui.ExitListingWindow()
Catch
End Try


I checked it many times and with restarting nx11
and alwase it work OK.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top