Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
How do I stop the Menu Manager from prompting me to choose current valu, enter, or read file every time I try and regenerate my model/assembly?
Solved! Go to Solution.
There is a Pro/Program line. In the Model tab, go to the drop down arrow next to Model intent under it you will find program. Select Edit design in the menu manager, then look for the lines INPUT and End INPUT. Whatever is between these lines is creating the prompt.
Typically I just removed everything between INPUT and END INPUT but if they are not your parts, you will need to verify that with the owner of the parts.
Steve
There is a Pro/Program line. In the Model tab, go to the drop down arrow next to Model intent under it you will find program. Select Edit design in the menu manager, then look for the lines INPUT and End INPUT. Whatever is between these lines is creating the prompt.
Typically I just removed everything between INPUT and END INPUT but if they are not your parts, you will need to verify that with the owner of the parts.
Steve
I get this every time a regeneration is done in CREO-3. The sad thing is, NOTHING is in between Input and ENDInput lines.
So, none of the solutions on the PTC site work, nor the solutions on the web.
is this happening at the part level or the assembly level?
Do you make use of Copy & Publish Geometry?
If so, check if the source has INPUT statements.