cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Ask and learn from PTC and industry experts
808,673+

Community Members

40,189+

Solutions

159,624+

Topics

cancel
Showing results for 
Search instead for 
Did you mean: 
New Solutions from the community

Re: NX WGM error

1

Turns out in this case the problem had nothing to do with any of the suggestions. It seems like this "file in use by another process" message is generic and could be an indication of many different problems. For us, there was a filename conflict betw... View more

Re: Callback on DELETE key

1

Good afternoon, thanks for taking the time to answer me back.  I ended up using the following code: doc_add_callback(current_doc(), 'delete', 'triggerDelete'); ... function triggerDelete(doc, op){ local tickEvent; if($op == 1 && numerotationHelpe... View more

Featured and Recent Articles